##// END OF EJS Templates
doc: describe full help document hierarchy to create a valid link in HTML...
FUJIWARA Katsunori -
r28077:27ae22a4 default
parent child Browse files
Show More
@@ -901,7 +901,7 b' def histedit(ui, repo, *freeargs, **opts'
901 901 - Specify ANCESTOR directly
902 902
903 903 - Use --outgoing -- it will be the first linear changeset not
904 included in destination. (See :hg:`help config.default-push`)
904 included in destination. (See :hg:`help config.paths.default-push`)
905 905
906 906 - Otherwise, the value from the "histedit.defaultrev" config option
907 907 is used as a revset to select the base revision when ANCESTOR is not
@@ -800,7 +800,7 b' variables it is passed are listed with n'
800 800 ``outgoing``
801 801 Run after sending changes from local repository to another. ID of
802 802 first changeset sent is in ``$HG_NODE``. Source of operation is in
803 ``$HG_SOURCE``; Also see :hg:`help config.preoutgoing` hook.
803 ``$HG_SOURCE``; Also see :hg:`help config.hooks.preoutgoing` hook.
804 804
805 805 ``post-<command>``
806 806 Run after successful invocations of the associated command. The
@@ -881,11 +881,11 b' variables it is passed are listed with n'
881 881 ``txnclose``
882 882 Run after any repository transaction has been committed. At this
883 883 point, the transaction can no longer be rolled back. The hook will run
884 after the lock is released. See :hg:`help config.pretxnclose` docs for
884 after the lock is released. See :hg:`help config.hooks.pretxnclose` docs for
885 885 details about available variables.
886 886
887 887 ``txnabort``
888 Run when a transaction is aborted. See :hg:`help config.pretxnclose`
888 Run when a transaction is aborted. See :hg:`help config.hooks.pretxnclose`
889 889 docs for details about available variables.
890 890
891 891 ``pretxnchangegroup``
General Comments 0
You need to be logged in to leave comments. Login now