diff options
Diffstat (limited to 'subcmds/branches.py')
-rw-r--r-- | subcmds/branches.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/branches.py b/subcmds/branches.py index fb60d7de..b8958848 100644 --- a/subcmds/branches.py +++ b/subcmds/branches.py | |||
@@ -158,7 +158,7 @@ is shown, then the branch appears in all projects. | |||
158 | for b in i.projects: | 158 | for b in i.projects: |
159 | have.add(b.project) | 159 | have.add(b.project) |
160 | for p in projects: | 160 | for p in projects: |
161 | if not p in have: | 161 | if p not in have: |
162 | paths.append(p.relpath) | 162 | paths.append(p.relpath) |
163 | 163 | ||
164 | s = ' %s %s' % (in_type, ', '.join(paths)) | 164 | s = ' %s %s' % (in_type, ', '.join(paths)) |