Show More
@@ -2705,6 +2705,7 b' def heads(ui, repo, *branchrevs, **opts)' | |||||
2705 | if not heads: |
|
2705 | if not heads: | |
2706 | return 1 |
|
2706 | return 1 | |
2707 |
|
2707 | |||
|
2708 | ui.pager('heads') | |||
2708 | heads = sorted(heads, key=lambda x: -x.rev()) |
|
2709 | heads = sorted(heads, key=lambda x: -x.rev()) | |
2709 | displayer = cmdutil.show_changeset(ui, repo, opts) |
|
2710 | displayer = cmdutil.show_changeset(ui, repo, opts) | |
2710 | for ctx in heads: |
|
2711 | for ctx in heads: |
General Comments 0
You need to be logged in to leave comments.
Login now