projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb2c9db
)
Minor cosmetic fixlet for the git-p4 submit sync question.
author
Simon Hausmann
<simon@lst.de>
Sat, 24 Mar 2007 08:18:20 +0000
(09:18 +0100)
committer
Simon Hausmann
<simon@lst.de>
Sat, 24 Mar 2007 08:18:20 +0000
(09:18 +0100)
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4
patch
|
blob
|
history
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 95037862072e98e82ca1a8219c02ca45db983b04..aaa5d5ee5fc277763584f711a5ddda6b8d065324 100755
(executable)
--- 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 ...")