D7895: rust-core: fix typo in comment

2020-01-15 Thread aayjaychan (Aay Jay Chan)
aayjaychan created this revision. Herald added subscribers: mercurial-devel, kevincox, durin42. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D7895 AFFECTED FILES rust/hg-core/src/revlog.rs CHANGE DETAILS

D7895: rust-core: fix typo in comment

2020-01-16 Thread aayjaychan (Aay Jay Chan)
Closed by commit rHGb3ec1ea95ee6: rust-core: fix typo in comment (authored by aayjaychan). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7895?vs=19313=19367 CHANGES SINCE LAST

D8576: help: fix description of revlog version 2

2020-05-22 Thread aayjaychan (Aay Jay Chan)
aayjaychan created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL https://phab.mercurial-scm.org/D8576 AFFECTED FILES mercurial/helptext/internals/revlogs.txt CHANGE DETAILS

D9158: templatekw: make {successorssets} always return a list (issue6342)

2020-10-06 Thread aayjaychan (Aay Jay Chan)
aayjaychan created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Previously, {successorssets} returns an empty string instead of an empty list for a non-obsolete changeset. The changing type of the JSON output makes it

D9157: tests: test output of {predecessors} and {successorssets} for non-obsolete changesets

2020-10-06 Thread aayjaychan (Aay Jay Chan)
aayjaychan created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9157 AFFECTED FILES tests/test-obsmarker-template.t CHANGE DETAILS diff --git

D8929: hooklib: update documentation of changeset_obsoletedfor for changed hook type

2020-08-18 Thread aayjaychan (Aay Jay Chan)
aayjaychan created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This updates usage example of changeset_obsoleted to reflect the move from pretxnclose to txnclose made in 04ef381000a8

D10399: help: document `$HG_NEW_OBSMARKERS` in pretxnclose hook

2021-04-14 Thread aayjaychan (Aay Jay Chan)
aayjaychan created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D10399 AFFECTED FILES mercurial/helptext/config.txt CHANGE DETAILS diff --git

D10400: help: clarify when `$HG_URL` and `$HG_SOURCE` are added in hooks

2021-04-14 Thread aayjaychan (Aay Jay Chan)
aayjaychan created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D10400 AFFECTED FILES mercurial/helptext/config.txt CHANGE DETAILS diff --git

D10398: help: prepend environment variables used in hooks with "$"

2021-04-14 Thread aayjaychan (Aay Jay Chan)
aayjaychan created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Most of them have "$" prefix but some don't, so adding it for consistency. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL