From 62ca0d2f99440c5f5e3bf4f024f712aacbe9dcec Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 19 Oct 2012 15:57:17 +0400 Subject: [PATCH] hg shelve --- .hgrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.hgrc b/.hgrc index 42b3f30..98853d0 100644 --- a/.hgrc +++ b/.hgrc @@ -26,6 +26,8 @@ duckcharset = ~/.hgext/duckcharset/hgext/duckcharset.py onsub= ~/.hgext/onsub/onsub.py compass = ~/.hgext/compass/compass.py hggit = ~/.hgext/hg-git/hggit +hgshelve = ~/.hgext/hgshelve/hgshelve.py +hgext.hgshelve= # fixcase = ~/.hgext/fixcase/fixcase.py hgext.bookmarks = eol = @@ -51,6 +53,9 @@ schemes= mq = churn = +[patch] +eol = auto + [web] pygments_style=tango