Skip to content

Commit

Permalink
git-p4: Fix typo in --detect-labels
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Leung <kevinlsk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Shun Kei Leung authored and Junio C Hamano committed Nov 21, 2007
1 parent b9c506f commit 183f843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/fast-import/git-p4
Original file line number Diff line number Diff line change
Expand Up @@ -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.depotPaths`

for output in l:
label = output["label"]
Expand Down

0 comments on commit 183f843

Please sign in to comment.