# HG changeset patch # User Mads Kiilerich # Date 1358215154 -3600 # Node ID 56b8053069556f0ef207c7fbc5836d259d419c11 # Parent 13d73bf6be29fe70ad2f63e1532f5f92f82928ed tests: make test-hook.t output more stable diff -r 13d73bf6be29 -r 56b805306955 tests/test-hook.t --- a/tests/test-hook.t Thu Dec 13 23:15:51 2012 +0100 +++ b/tests/test-hook.t Tue Jan 15 02:59:14 2013 +0100 @@ -369,7 +369,7 @@ > ui.note('verbose output from hook\n') > > def printtags(ui, repo, **args): - > print repo.tags().keys() + > print sorted(repo.tags()) > > class container: > unreachable = 1