I'm feeling adventurous :), make --apply-as-patch the new default because it's sooo much faster.

This commit is contained in:
Simon Hausmann
2007-03-21 11:01:18 +01:00
parent f27907b793
commit 10255c36c2

View File

@@ -127,7 +127,7 @@ class P4Sync(Command):
self.firstTime = True
self.origin = "origin"
self.master = ""
self.applyAsPatch = False
self.applyAsPatch = True
self.logSubstitutions = {}
self.logSubstitutions["<enter description here>"] = "%log%"