diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index dcc90d07..f63c9d0e 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -27,15 +27,15 @@ following DTD: remove-project*, project*, repo-hooks?)> - + - + - + @@ -46,7 +46,7 @@ following DTD: - + @@ -65,7 +65,7 @@ following DTD: - + diff --git a/subcmds/branches.py b/subcmds/branches.py index c2e7c4b9..f714c1e8 100644 --- a/subcmds/branches.py +++ b/subcmds/branches.py @@ -139,7 +139,7 @@ is shown, then the branch appears in all projects. if in_cnt < project_cnt: fmt = out.write paths = [] - if in_cnt < project_cnt - in_cnt: + if in_cnt < project_cnt - in_cnt: in_type = 'in' for b in i.projects: paths.append(b.project.relpath)