git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-p4: Fix typo in --detect-labels
@ 2007-11-21  3:01 Shun Kei Leung
  2007-11-21  7:48 ` Simon Hausmann
  0 siblings, 1 reply; 2+ messages in thread
From: Shun Kei Leung @ 2007-11-21  3:01 UTC (permalink / raw)
  To: Git ML; +Cc: Junio C Hamano, shausman

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] git-p4: Fix typo in --detect-labels
  2007-11-21  3:01 [PATCH] git-p4: Fix typo in --detect-labels Shun Kei Leung
@ 2007-11-21  7:48 ` Simon Hausmann
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Hausmann @ 2007-11-21  7:48 UTC (permalink / raw)
  To: Shun Kei Leung; +Cc: Git ML, Junio C Hamano

[-- Attachment #1: Type: text/plain, Size: 838 bytes --]

On Wednesday 21 November 2007 04:01:19 Shun Kei Leung wrote:
> Signed-off-by: Kevin Leung <kevinlsk@gmail.com>

Acked-by: Simon Hausmann <simon@lst.de>



Thanks,
Simon

>  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"]

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-21  7:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-21  3:01 [PATCH] git-p4: Fix typo in --detect-labels Shun Kei Leung
2007-11-21  7:48 ` Simon Hausmann

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).