From 4ab61c116aa49393bb607263b0898b31459796d6 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 4fd226c..b971ccb 100644 --- a/.hgrc +++ b/.hgrc @@ -22,7 +22,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 @@ -43,7 +43,7 @@ record= fetch= convert= # brokes .hgignore (for example in /.hg) -#largefiles = +largefiles = pager = parentrevspec = progress = @@ -53,6 +53,8 @@ relink = schemes= mq = churn = +#journal = +shelve= [patch] eol = auto @@ -73,6 +75,7 @@ cacerts= [largefiles] minsize = 1 +usercache = ~/.hg-largefiles [pager] pager = LESS='FSRX' less