##// END OF EJS Templates
tests: make test-hook.t output more stable
Mads Kiilerich -
r18377:56b80530 default
parent child Browse files
Show More
@@ -369,7 +369,7 b' preoutgoing hook can prevent outgoing ch'
369 369 > ui.note('verbose output from hook\n')
370 370 >
371 371 > def printtags(ui, repo, **args):
372 > print repo.tags().keys()
372 > print sorted(repo.tags())
373 373 >
374 374 > class container:
375 375 > unreachable = 1
General Comments 0
You need to be logged in to leave comments. Login now