1
0
Fork 0
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:
vrana 2013-02-22 10:14:44 -08:00
parent 6a7a92cdcc
commit 47a823ac6d

View file

@ -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
);
}