Show More
@@ -901,7 +901,7 b' def histedit(ui, repo, *freeargs, **opts' | |||||
901 | - Specify ANCESTOR directly |
|
901 | - Specify ANCESTOR directly | |
902 |
|
902 | |||
903 | - Use --outgoing -- it will be the first linear changeset not |
|
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 | - Otherwise, the value from the "histedit.defaultrev" config option |
|
906 | - Otherwise, the value from the "histedit.defaultrev" config option | |
907 | is used as a revset to select the base revision when ANCESTOR is not |
|
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 | ``outgoing`` |
|
800 | ``outgoing`` | |
801 | Run after sending changes from local repository to another. ID of |
|
801 | Run after sending changes from local repository to another. ID of | |
802 | first changeset sent is in ``$HG_NODE``. Source of operation is in |
|
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 | ``post-<command>`` |
|
805 | ``post-<command>`` | |
806 | Run after successful invocations of the associated command. The |
|
806 | Run after successful invocations of the associated command. The | |
@@ -881,11 +881,11 b' variables it is passed are listed with n' | |||||
881 | ``txnclose`` |
|
881 | ``txnclose`` | |
882 | Run after any repository transaction has been committed. At this |
|
882 | Run after any repository transaction has been committed. At this | |
883 | point, the transaction can no longer be rolled back. The hook will run |
|
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 | details about available variables. |
|
885 | details about available variables. | |
886 |
|
886 | |||
887 | ``txnabort`` |
|
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 | docs for details about available variables. |
|
889 | docs for details about available variables. | |
890 |
|
890 | |||
891 | ``pretxnchangegroup`` |
|
891 | ``pretxnchangegroup`` |
General Comments 0
You need to be logged in to leave comments.
Login now