From 10255c36c2439a14f465708cdc8f6c21e1d2f6a9 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 21 Mar 2007 11:01:18 +0100 Subject: [PATCH] I'm feeling adventurous :), make --apply-as-patch the new default because it's sooo much faster. --- git-p4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%" -- 2.11.0