提交 10f880f8 编写于 作者: S Simon Hausmann

Oops, fix --with-origin to /really/ also call git fetch :)

Signed-off-by: NSimon Hausmann <simon@lst.de>
上级 abcd790f
......@@ -841,6 +841,10 @@ class P4Sync(Command):
else:
self.refPrefix = "refs/heads/"
if self.syncWithOrigin:
print "Syncing with origin first as requested by calling git fetch origin"
system("git fetch origin")
createP4HeadRef = False;
if len(self.branch) == 0:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册