@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Document Mercurial base commit DSL support

Summary: documentation changes for D2822

Test Plan:
Generated docs, but failed to read them because no one at Facebook
remembers how to get docs working in our sandbox.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1233

Differential Revision: https://secure.phabricator.com/D2827

+6 -1
+6 -1
src/docs/userguide/arcanist_commit_ranges.diviner
··· 82 82 - `git:*` Use the specified symbolic commit, if it exists. 83 83 - `git:merge-base(*)` Use the merge-base of HEAD and the specified symbolic 84 84 commit, if it exists. 85 + - `hg:*` Use the specified symbolc commit, if it exists. 86 + - `hg:gca(*)` Use the greatest common ancestor of `.` and the specified 87 + symbolic commit, if it exists. 85 88 - `arc:upstream` Use the merge-base of the current branch's upstream and 86 - HEAD, if it exists. 89 + HEAD, if it exists. (git-only) 90 + - `arc:outgoing` Use the most recent non-outgoing ancestor of the working 91 + copy parent. (hg-only) 87 92 - `arc:prompt` Prompt the user to provide a commit. 88 93 - `arc:empty` Use the empty state (as though the repository were completely 89 94 empty, the range will include every commit that is an ancestor of the