# HG changeset patch # User Augie Fackler # Date 1441979800 14400 # Node ID 9e17f111c3d9d10d2bb6571e878f2c9a63381efb # Parent dcd78275075f21c94dc01319ba92a27daef89713 hgrc: add defaultrev setting for histedit that uses my new canmutate set diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -48,6 +48,9 @@ showfunc = 1 [bookmarks] track.current = 1 +[histedit] +defaultrev = only(.) and canmutate + [web] port=7000 allow_archive = bz2 zip