[PATCH] git-p4: Fix typo in --detect-labels

Subsystems: the rest

DORMANTno replies

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH] git-p4: Fix typo in --detect-labels

From: Shun Kei Leung <hidden>
Date: 2016-06-15 22:43:52

Signed-off-by: Kevin Leung <redacted>
---
 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

Re: [PATCH] git-p4: Fix typo in --detect-labels

From: Simon Hausmann <hidden>
Date: 2016-06-15 22:43:52

On Wednesday 21 November 2007 04:01:19 Shun Kei Leung wrote:
Signed-off-by: Kevin Leung <redacted>
Acked-by: Simon Hausmann <redacted>



Thanks,
Simon
quoted hunk
 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"]
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help