mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
No description
f476d1a0c5
Summary: This changes arc land's hg support to allow you to land a branch or bookmark that has nested branches/bookmarks. Example: // Initial state: // -a--------b master // \ // w--x mybranch // \--y subbranch1 // \--z subbranch2 // // arc land --branch mybranch --onto master : // -a--b--wx master // \--y subbranch1 // \--z subbranch2 Test Plan: Created several repos like in the summary and ran 'arc land' and 'arc land --keep-branch'. Did this with both bookmarks and named branches. Scenarios tested: - mybranch having no child commits - mybranch having a child branch with several commits - mybranch having two child branches - mybranch having a child branch which has two more child branches No code was added outside of a "if ($this->isHg)" so I didn't run git arc land. Reviewers: epriestley, dschleimer, bos, sid0 Reviewed By: dschleimer CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4089 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.