@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.

Fix a stray piece of remarkup syntax in arc documentation

Summary: This is incorrectly starting an ordered sublist.

Test Plan: (o_O)

Reviewers: chad

Reviewed By: chad

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

+1 -1
+1 -1
src/docs/user/userguide/arcanist_commit_ranges.diviner
··· 100 100 copy parent. (hg-only) 101 101 - `arc:exec(*)` Execute the specified command. The command should determine 102 102 the base revision to use and print it to stdout, then exit with return code 103 - 0. If the command exits with another return code, the rule will fail. The 103 + `0`. If the command exits with another return code, the rule will fail. The 104 104 command will be executed with the root directory of the working copy as the 105 105 current working directory. 106 106 - `arc:bookmark` Use the most recent non-outgoing ancestor of the working