From 9087e4805e4c18a1123b094a4a5b14fa1c09b14a Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 10 Apr 2013 14:08:55 -0700 Subject: [PATCH] Note that `arc land` supports Mercurial in arc docs Summary: Also mentioned a few other features which have come into existence since this was last updated. Ref T2922. Test Plan: Proofread. Reviewers: DurhamGoode, btrahan Reviewed By: btrahan CC: adityar7, aran Maniphest Tasks: T2922 Differential Revision: https://secure.phabricator.com/D5628 --- src/docs/userguide/arcanist.diviner | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/userguide/arcanist.diviner b/src/docs/userguide/arcanist.diviner index 7ce88b1cb6..5dae1d5da8 100644 --- a/src/docs/userguide/arcanist.diviner +++ b/src/docs/userguide/arcanist.diviner @@ -47,7 +47,7 @@ Arcanist allows you to do things like: - download a patch from Differential with ##arc export## - update Git commit messages after review with ##arc amend## - commit SVN changes with ##arc commit## - - push Git changes with ##arc land## + - push Git and Mercurial changes with ##arc land## - view enhanced information about Git branches with ##arc branch## Once you've configured lint and unit test integration, you can also: @@ -157,4 +157,4 @@ them to get it working. - @{article:Arcanist User Guide: Customizing Existing Linters} - @{article:Arcanist User Guide: Customizing Lint, Unit Tests and Workflows} - @{article:Arcanist User Guide: Code Coverage} - - @{article:Arcanist User Guide: Repository Hooks} \ No newline at end of file + - @{article:Arcanist User Guide: Repository Hooks}