mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-16 16:58:38 +01:00
Declare that amend and land are supported by Mercurial
Test Plan: Read it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5080
This commit is contained in:
parent
6a7a92cdcc
commit
47a823ac6d
1 changed files with 4 additions and 4 deletions
|
@ -23,10 +23,10 @@ EOTEXT
|
|||
Supports: git, hg, svn
|
||||
Close a revision which has been committed (svn) or pushed (git, hg).
|
||||
You should not normally need to do this: arc commit (svn), arc amend
|
||||
(git), arc land (git), or repository tracking on the master remote
|
||||
repository should do it for you. However, if these mechanisms have
|
||||
failed for some reason you can use this command to manually change a
|
||||
revision status from "Accepted" to "Closed".
|
||||
(git, hg), arc land (git, hg), or repository tracking on the master
|
||||
remote repository should do it for you. However, if these mechanisms
|
||||
have failed for some reason you can use this command to manually
|
||||
change a revision status from "Accepted" to "Closed".
|
||||
EOTEXT
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue