Use the new incremental import style by default

Signed-off-by: Simon Hausmann <shausman@trolltech.com>
This commit is contained in:
Simon Hausmann 2007-03-23 09:30:41 +01:00
parent 9512497bcf
commit 967f72e21b

View File

@ -751,6 +751,7 @@ class GitSync(Command):
if len(self.branch) == 0:
self.branch = "p4"
if len(args) == 0:
if not gitBranchExists(self.branch) and gitBranchExists("origin"):
if not self.silent: