Mercurial > hg
comparison tests/test-hook.t @ 14464:00256f689f9c
mq: print "'foo' 'bar'", not "['foo', 'bar']" when showing guards
The internal list representation of guards was leaking into the
output. The guards were always printed using repr(guard) and that
style was kept.
When "hg qguard -l" prints several guards for a patch, it does so by
joining the names with " " and that style was used for the error
messages too.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 31 May 2011 08:47:16 +0200 |
parents | cb98fed52495 |
children | 25c1f3ddd927 |
comparison
equal
deleted
inserted
replaced
14463:81f559d1b9b2 | 14464:00256f689f9c |
---|