projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a45f7d
)
Fix a spelling mistake in a git-p4 console message
author
Benjamin C Meyer
<bmeyer@rim.com>
Fri, 19 Mar 2010 04:39:10 +0000
(
00:39
-0400)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 20 Mar 2010 16:18:48 +0000
(09:18 -0700)
Signed-off-by: Benjamin C Meyer <bmeyer@rim.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4
patch
|
blob
|
history
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index cd96c6f81f6e054c3c5cdb04f810204aaa594e49..c1ea643ace920e83a5577948553d4c9d1046abec 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-802,7
+802,7
@@
class P4Submit(Command):
self.oldWorkingDirectory = os.getcwd()
chdir(self.clientPath)
- print "Syncronizing p4 checkout..."
+ print "Sync
h
ronizing p4 checkout..."
p4_system("sync ...")
self.check()