hg.rst
changeset 818 f73cf47ef8f6
parent 817 df347f6a491f
child 851 ebf1ef1c1615
--- a/hg.rst	Fri Feb 18 16:39:21 2011 +0200
+++ b/hg.rst	Fri Feb 18 16:55:43 2011 +0200
@@ -28,11 +28,15 @@
 
   [extensions]
   ; To allow 'fetch' command.
-  fetch =
+  hgext.fetch =
   ; To allow Mercurial Queues.
   hgext.mq =
+  ; To import revisions from foreign VCS repositories into Mercurial.
+  hgext.convert =
+  ; Usage:  hg glog <dir>
+  hgext.graphlog =
   ; Enable '.hgeol' tracking (fix for CR/LF).
-  eol =
+  hgext.eol =
 
 ** Multiline log message for log command.