From: "Shun Kei Leung" <kevinlsk@gmail.com>
To: "Git ML" <git@vger.kernel.org>
Cc: "Junio C Hamano" <gitster@pobox.com>, shausman@trolltech.com
Subject: [PATCH] git-p4: Fix typo in --detect-labels
Date: Wed, 21 Nov 2007 11:01:19 +0800 [thread overview]
Message-ID: <e66701d40711201901n712e17e6x6018a4dc16e75cea@mail.gmail.com> (raw)
Signed-off-by: Kevin Leung <kevinlsk@gmail.com>
---
contrib/fast-import/git-p4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index 65c57ac..66b79b6 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -1026,7 +1026,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"]
--
1.5.3.6.5.g154c7
next reply other threads:[~2007-11-21 3:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-21 3:01 Shun Kei Leung [this message]
2007-11-21 7:48 ` [PATCH] git-p4: Fix typo in --detect-labels Simon Hausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e66701d40711201901n712e17e6x6018a4dc16e75cea@mail.gmail.com \
--to=kevinlsk@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=shausman@trolltech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).