1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-22 20:51:09 +01:00

arc feature set up git tracking branch

Summary:
When using arc feature, it should set up the tracking branch to be
master.

Test Plan:
  ./bin/arc feature tracking

Reviewers: vrana, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5169
This commit is contained in:
Ryan Patterson 2013-03-03 21:43:59 -08:00
parent ebe464b6f0
commit eed7e70bb1

View file

@ -152,7 +152,7 @@ EOTEXT
}
} else {
$exec = $api->execManualLocal(
'checkout -b %Ls',
'checkout --track -b %Ls',
$names);
}