Change default tracking branch for new workflow

As I was writing a doc to describe how to manually uprev I decided
that this was a good time to change the default to be consistent
with the new workflow.

Change-Id: I18932f66004161303f22835ab3b4a8436995300a

Review URL: http://codereview.chromium.org/3125024
This commit is contained in:
Chris Sosa 2010-08-18 15:12:37 -07:00
parent cb39f9929b
commit b34604c49a

View File

@ -36,7 +36,7 @@ gflags.DEFINE_string('push_options', '',
gflags.DEFINE_string('srcroot', '%s/trunk/src' % os.environ['HOME'],
'Path to root src directory.',
short_name='r')
gflags.DEFINE_string('tracking_branch', 'origin',
gflags.DEFINE_string('tracking_branch', 'cros/master',
'Used with commit to specify branch to track against.',
short_name='t')
gflags.DEFINE_boolean('verbose', False,