From b34604c49a3235a5a64880aba116de20c86487c0 Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Wed, 18 Aug 2010 15:12:37 -0700 Subject: [PATCH] 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 --- cros_mark_as_stable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cros_mark_as_stable.py b/cros_mark_as_stable.py index eff1bda023..75154f9e70 100755 --- a/cros_mark_as_stable.py +++ b/cros_mark_as_stable.py @@ -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,