hgext/bookmarks.py
changeset 12084 ff7c1118a83a
parent 12027 e1a3d7ed478e
parent 12083 ebfc46929f3e
child 12152 e59156a1316f
--- a/hgext/bookmarks.py	Mon Aug 30 11:39:43 2010 +0200
+++ b/hgext/bookmarks.py	Mon Aug 30 13:00:22 2010 +0200
@@ -18,7 +18,7 @@
 By default, when several bookmarks point to the same changeset, they
 will all move forward together. It is possible to obtain a more
 git-like experience by adding the following configuration option to
-your .hgrc::
+your configuration file::
 
   [bookmarks]
   track.current = True