From 7a20676ac272a06ec2e03074d9a182595d0eb4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D0=B0=D1=88=D0=BA=D0=B8=D0=BD=20=D0=9D=D0=B8=D0=BA?= =?UTF-8?q?=D0=BE=D0=BB=D0=B0=D0=B9?= Date: Wed, 16 Aug 2023 16:38:15 +0300 Subject: [PATCH] .hgrc updated --- .hgrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.hgrc b/.hgrc index 8bdef5c..4d71c52 100644 --- a/.hgrc +++ b/.hgrc @@ -23,7 +23,7 @@ cmd.cdiff = colordiff opts.cdiff = -uprN [extensions] -duckcharset = ~/.hgext/duckcharset/hgext/duckcharset.py +#duckcharset = ~/.hgext/duckcharset/hgext/duckcharset.py #onsub= ~/.hgext/onsub/onsub.py #compass = ~/.hgext/compass/compass.py #hggit = ~/.hgext/hg-git/hggit @@ -44,7 +44,7 @@ record= fetch= convert= # brokes .hgignore (for example in /.hg) -#largefiles = +largefiles = pager = parentrevspec = progress = @@ -54,6 +54,8 @@ relink = schemes= mq = churn = +#journal = +shelve= [patch] eol = auto @@ -74,6 +76,7 @@ cacerts= [largefiles] minsize = 1 +usercache = ~/.hg-largefiles [pager] pager = LESS='FSRX' less