From: Simon Hausmann Date: Wed, 21 Mar 2007 10:01:18 +0000 (+0100) Subject: I'm feeling adventurous :), make --apply-as-patch the new default because it's sooo... X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=10255c36c2439a14f465708cdc8f6c21e1d2f6a9;p=python%2Ffast-export.git I'm feeling adventurous :), make --apply-as-patch the new default because it's sooo much faster. --- diff --git a/git-p4.py b/git-p4.py index 336c3ea..a075340 100755 --- a/git-p4.py +++ b/git-p4.py @@ -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[""] = "%log%"