hgext/histedit.py
branchstable
changeset 27958 57dd5298f05f
parent 27957 c54f017fcd52
child 27972 92a61d7618ac
--- a/hgext/histedit.py	Mon Feb 01 22:06:35 2016 +0900
+++ b/hgext/histedit.py	Mon Feb 01 22:13:57 2016 +0900
@@ -892,7 +892,7 @@
     - Specify ANCESTOR directly
 
     - Use --outgoing -- it will be the first linear changeset not
-      included in destination. (See :hg:"help default-push")
+      included in destination. (See :hg:`help config.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