hgext/histedit.py
changeset 28077 27ae22a4f9f9
parent 28004 34165875fa5d
child 28123 6c1b7f80f90f
--- a/hgext/histedit.py	Thu Feb 11 23:15:34 2016 +0900
+++ b/hgext/histedit.py	Thu Feb 11 23:15:34 2016 +0900
@@ -901,7 +901,7 @@
     - Specify ANCESTOR directly
 
     - Use --outgoing -- it will be the first linear changeset not
-      included in destination. (See :hg:`help config.default-push`)
+      included in destination. (See :hg:`help config.paths.default-push`)
 
     - Otherwise, the value from the "histedit.defaultrev" config option
       is used as a revset to select the base revision when ANCESTOR is not