projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c506f
)
git-p4: Fix typo in --detect-labels
author
Shun Kei Leung
<kevinlsk@gmail.com>
Wed, 21 Nov 2007 03:01:19 +0000
(11:01 +0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 21 Nov 2007 07:27:44 +0000
(23:27 -0800)
Signed-off-by: Kevin Leung <kevinlsk@gmail.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 c869bb88643d67a7954db026ce9ebb50c0f89be0..c80a6da2522b690e15f84fedf52a132078cd265a 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-1141,7
+1141,7
@@
class P4Sync(Command):
l = p4CmdList("labels %s..." % ' '.join (self.depotPaths))
if len(l) > 0 and not self.silent:
- print "Finding files belonging to labels in %s" % `self.depotPath`
+ print "Finding files belonging to labels in %s" % `self.depotPath
s
`
for output in l:
label = output["label"]