merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 18 Feb 2011 18:02:24 +0200
changeset 819 4ea9da2b2001
parent 814 ff2b821d9632 (current diff)
parent 818 f73cf47ef8f6 (diff)
child 822 128982e6689b
merged
--- a/hg.rst	Thu Feb 17 21:40:31 2011 +0200
+++ b/hg.rst	Fri Feb 18 18:02:24 2011 +0200
@@ -27,10 +27,16 @@
 Put to your ~/.hgrc:
 
   [extensions]
-  ; To allow fetch command.
-  fetch =
+  ; To allow 'fetch' command.
+  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).
+  hgext.eol =
 
 ** Multiline log message for log command.
 
@@ -279,6 +285,11 @@
 
   $ hg qref -e
 
+* Show supported/loaded plugin.
+
+  $ hg help extensions
+  $ hg showconfig extensions
+
 * Proxy.
 
   $ hg clone --config http_proxy.host=$host:$port \
@@ -288,3 +299,4 @@
 
   http://mercurial.selenic.com/wiki/MercurialHosting
                 Free Hosting of Mercurial Repositories
+