diff .hgrc @ 205:226d1ac6acb6

hgrc: enable track.current for bookmarks
author Augie Fackler <durin42@gmail.com>
date Tue, 04 May 2010 23:14:19 -0500
parents 68304b1d2878
children f8a4c55ad070
line wrap: on
line diff
--- a/.hgrc
+++ b/.hgrc
@@ -44,6 +44,9 @@ diff = -p
 [diff]
 git=1
 
+[bookmarks]
+track.current = 1
+
 [web]
 style = gitweb
 port=7000