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"
This commit is contained in:
FUJIWARA Katsunori 2016-02-01 22:13:57 +09:00
parent 6a03d4f576
commit c6d9f4c401

View File

@ -892,7 +892,7 @@ def histedit(ui, repo, *freeargs, **opts):
- 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