summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Simon Hausmann <simon@lst.de>2007-03-24 09:18:20 +0100
committerLibravatar Simon Hausmann <simon@lst.de>2007-03-24 09:18:20 +0100
commit274917a3d65109cfdf225615177fe27624d8461a (patch)
treebbe04a71cb6d928ac6349f4a660723d015f68d21 /contrib
parentDifferent versions of p4 have different output for the where command ;( (diff)
downloadtgif-274917a3d65109cfdf225615177fe27624d8461a.tar.xz
Minor cosmetic fixlet for the git-p4 submit sync question.
Signed-off-by: Simon Hausmann <simon@lst.de>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/git-p42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index 9503786207..aaa5d5ee5f 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/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 ...")