From: Simon Hausmann Date: Sat, 24 Mar 2007 08:18:20 +0000 (+0100) Subject: Minor cosmetic fixlet ;-) X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=46479794f8d86d5f803fc870793aa1b9fd6b1573;p=python%2Ffast-export.git Minor cosmetic fixlet ;-) --- diff --git a/git-p4 b/git-p4 index 9503786..aaa5d5e 100755 --- a/git-p4 +++ b/git-p4 @@ -342,7 +342,7 @@ class P4Sync(Command): print "Perforce checkout for depot path %s located at %s" % (depotPath, clientPath) os.chdir(clientPath) - response = raw_input("Do you want to sync %s with p4 sync? (y/n)" % clientPath) + response = raw_input("Do you want to sync %s with p4 sync? (y/n) " % clientPath) if response == "y" or response == "yes": system("p4 sync ...")