Show More
@@ -358,7 +358,7 b' def revtree(ui, args, repo, full=b"tree"' | |||||
358 | ) |
|
358 | ) | |
359 | def revlist(ui, repo, *revs, **opts): |
|
359 | def revlist(ui, repo, *revs, **opts): | |
360 | """print revisions""" |
|
360 | """print revisions""" | |
361 |
if opts[ |
|
361 | if opts['header']: | |
362 | full = b"commit" |
|
362 | full = b"commit" | |
363 | else: |
|
363 | else: | |
364 | full = None |
|
364 | full = None |
General Comments 0
You need to be logged in to leave comments.
Login now