Show More
@@ -369,7 +369,7 b' preoutgoing hook can prevent outgoing ch' | |||||
369 | > ui.note('verbose output from hook\n') |
|
369 | > ui.note('verbose output from hook\n') | |
370 | > |
|
370 | > | |
371 | > def printtags(ui, repo, **args): |
|
371 | > def printtags(ui, repo, **args): | |
372 |
> print repo.tags() |
|
372 | > print sorted(repo.tags()) | |
373 | > |
|
373 | > | |
374 | > class container: |
|
374 | > class container: | |
375 | > unreachable = 1 |
|
375 | > unreachable = 1 |
General Comments 0
You need to be logged in to leave comments.
Login now