# HG changeset patch # User FUJIWARA Katsunori # Date 1454332437 -32400 # Node ID 57dd5298f05fe135b4a69a3bc9350027e339d263 # Parent c54f017fcd528aa2e378aeb0719a1ee1b517d1aa doc: use correct cross reference in help documentation This patch fixes problems below: - ":hg:" role should be followed by not '"' but '`' - there is a help topic not "default-push" but "config.default-push" diff -r c54f017fcd52 -r 57dd5298f05f hgext/histedit.py --- 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