@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 how to manually close revisions

Summary: Fixes T11484. These mechanisms aren't necessarily obvious and make sense to document here.

Test Plan: Read documentation.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11484

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

+18
+18
src/docs/user/userguide/diffusion_autoclose.diviner
··· 59 59 - //Field Not Present// This commit was processed before we implemented 60 60 this diagnostic feature, and no information is available. 61 61 62 + 63 + Manually Closing Revisions 64 + ========================== 65 + 66 + If autoclose didn't activate for some reason and you want to manually close 67 + revisions, you can do so in several ways: 68 + 69 + **Close Revision**: The revision author can use the "Close Revision" action 70 + from the web UI, located in the action dropdown on the revision page (where 71 + reviewers would "Accept Revision" or "Request Changes"). 72 + 73 + `differential.always-allow-close`: If you set this option in {nav Config}, 74 + any user can take the "Close Revision" action in the web UI. 75 + 76 + `arc close-revision`: You can close revisions from the command line by using 77 + `arc close-revision`. 78 + 79 + 62 80 Next Steps 63 81 ========== 64 82