From: Zhang Qiang Date: Wed, 21 Mar 2012 06:28:06 +0000 (+0800) Subject: dont need to checkout upstream branch again X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b97298c4fea268e7517130df0012b98342cc8d4a;p=tools%2Fgbs.git dont need to checkout upstream branch again --- diff --git a/gitbuildsys/cmd_import_orig.py b/gitbuildsys/cmd_import_orig.py index 4cac8de..0cde169 100644 --- a/gitbuildsys/cmd_import_orig.py +++ b/gitbuildsys/cmd_import_orig.py @@ -71,7 +71,6 @@ def do(opts, args): os.chdir(repo.path) repo.clean_branch(upstream_branch) - repo.checkout_branch(upstream_branch) if repo.find_tag(tag): msger.error('dont need to import, already in version %s' % tag)