Mercurial > hg-stable
diff tests/test-hook.t @ 18377:56b805306955
tests: make test-hook.t output more stable
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 15 Jan 2013 02:59:14 +0100 |
parents | 57fb8c9509f4 |
children | 442c0cb8287a |
line wrap: on
line diff
--- 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