[PATCH 4 of 5] help: fixing non-matching example texts

Cédric Duval cedricduval at free.fr
Mon Jun 22 08:59:31 CDT 2009


# HG changeset patch
# User Cédric Duval <cedricduval at free.fr>
# Date 1245609320 -7200
# Node ID b99596ee3ffd61428e1ecc1a2b07c4a32099d510
# Parent  b2f810ac55b0bfd0675fc4f9a9c6403a7d8144a6
help: fixing non-matching example texts

diff --git a/mercurial/help.py b/mercurial/help.py
--- a/mercurial/help.py
+++ b/mercurial/help.py
@@ -84,7 +84,7 @@
     scope, prepend its path with !:
 
       [extensions]
-      # disabling extension bar residing in /ext/path
+      # disabling extension bar residing in /path/to/extension/bar.py
       hgext.bar = !/path/to/extension/bar.py
       # ditto, but no path was supplied for extension baz
       hgext.baz = !



More information about the Mercurial-devel mailing list