Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/userguide/arcanist_diff.diviner
| Show First 20 Lines • Show All 161 Lines • ▼ Show 20 Lines | - `arc commit`: Works in Subversion. Runs `svn commit` with a detailed commit | ||||
| message. | message. | ||||
| - `arc close-revision`: Works anywhere, closes a revision from the CLI | - `arc close-revision`: Works anywhere, closes a revision from the CLI | ||||
| without going through the web UI. | without going through the web UI. | ||||
| You can use `arc help <command>` for detailed help with any of these. | You can use `arc help <command>` for detailed help with any of these. | ||||
| Differential will make a guess about a next step on accepted revisions, but it | Differential will make a guess about a next step on accepted revisions, but it | ||||
| may not be the best next step for your workflow. | may not be the best next step for your workflow. | ||||
| Phabricator will also automatically close revisions, if the changes are pushed | Phabricator will also automatically close revisions if the changes are pushed | ||||
| to a repository that is tracked in Diffusion. Specifically, it will close | to a repository that is tracked in Diffusion. Specifically, it will close | ||||
| revisions based on commit and tree hashes, and `Differential Revision` | revisions based on commit and tree hashes, and `Differential Revision` | ||||
| identifiers in commit messages. (You can disable this feature by disabling | identifiers in commit messages. | ||||
amckinley: Should this explain that the revisions also need to belong to permanent refs? Or is that too… | |||||
Done Inline ActionsI think this will get a separate rewrite somewhat soon, although maybe as part of T13098. epriestley: I think this will get a separate rewrite somewhat soon, although maybe as part of T13098. | |||||
| "Autoclose" in the Repository configuration.) | |||||
| If you push to an untracked repository (or `arc` can't figure out that it's | If you push to an untracked repository (or `arc` can't figure out that it's | ||||
| tracked), `arc land`, `arc amend` and `arc commit` will implicitly run | tracked), `arc land`, `arc amend` and `arc commit` will implicitly run | ||||
| `arc close-revision`. | `arc close-revision`. | ||||
| = General Information = | = General Information = | ||||
| This information is not unique to a specific version control system. | This information is not unique to a specific version control system. | ||||
| Show All 27 Lines | |||||
Should this explain that the revisions also need to belong to permanent refs? Or is that too far afield to explain right here?