# HG changeset patch # User Oleksandr Gavenko # Date 1298044944 -7200 # Node ID 4ea9da2b200100856e6a20409a578910322f6ec4 # Parent ff2b821d96324c4fe6f2e64b198a212840cd4e5c# Parent f73cf47ef8f62980b609aa5b19272e504f600189 merged diff -r ff2b821d9632 -r 4ea9da2b2001 hg.rst --- 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 + 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 +