summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c45b1cf)
raw | patch | inline | side by side (parent: c45b1cf)
author | Simon Hausmann <simon@lst.de> | |
Sun, 8 Apr 2007 08:15:47 +0000 (10:15 +0200) | ||
committer | Simon Hausmann <simon@lst.de> | |
Sun, 8 Apr 2007 08:15:47 +0000 (10:15 +0200) |
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4 | patch | blob | history |
index 28b088544b157342614383177bc7a7a707889531..72fa48af04a7dc4f3c736ad4c0642631dab41370 100755 (executable)
self.labels = {}
l = p4CmdList("labels %s..." % self.globalPrefix)
- if len(l) > 0 and not silent:
+ if len(l) > 0 and not self.silent:
print "Finding files belonging to labels in %s" % self.globalPrefix
for output in l: