Show More
@@ -1232,8 +1232,7 b' def heads(ui, repo, *branchrevs, **opts)' | |||||
1232 | heads = repo.heads(start) |
|
1232 | heads = repo.heads(start) | |
1233 | else: |
|
1233 | else: | |
1234 | heads = [] |
|
1234 | heads = [] | |
1235 | visitedset = set() |
|
1235 | visitedset = util.set() | |
1236 | displayer = cmdutil.show_changeset(ui, repo, opts) |
|
|||
1237 | for branchrev in branchrevs: |
|
1236 | for branchrev in branchrevs: | |
1238 | branch = repo.changectx(branchrev).branch() |
|
1237 | branch = repo.changectx(branchrev).branch() | |
1239 | if branch in visitedset: |
|
1238 | if branch in visitedset: |
@@ -234,7 +234,7 b' date: Thu Jan 01 00:00:07 1970 +0' | |||||
234 | summary: Adding c branch |
|
234 | summary: Adding c branch | |
235 |
|
235 | |||
236 | ======= |
|
236 | ======= | |
237 |
|
|
237 | no changes on branch c containing . are reachable from 3 | |
238 | 1 |
|
238 | 1 | |
239 | ------- |
|
239 | ------- | |
240 | changeset: 7:9fb091bb9835 |
|
240 | changeset: 7:9fb091bb9835 | |
@@ -273,7 +273,7 b' summary: Merging b branch head 2 and' | |||||
273 |
|
273 | |||
274 | 0 |
|
274 | 0 | |
275 | ------- |
|
275 | ------- | |
276 |
|
|
276 | no changes on branch b containing . are reachable from 7 | |
277 | 1 |
|
277 | 1 | |
278 | ======= |
|
278 | ======= | |
279 | 0 files updated, 0 files merged, 2 files removed, 0 files unresolved |
|
279 | 0 files updated, 0 files merged, 2 files removed, 0 files unresolved |
General Comments 0
You need to be logged in to leave comments.
Login now