Mercurial > python-hglib
view test.py @ 120:5d3783aebe5f 1.2
log: fix 'hidden' option
We were passing -h, which is 'help', not 'hidden'.
author | Julien Cristau <julien.cristau@logilab.fr> |
---|---|
date | Mon, 27 Jan 2014 09:29:55 +0100 |
parents | 37307caccf54 |
children |
line wrap: on
line source
#!/usr/bin/env python import nose from tests import with_hg if __name__ == '__main__': nose.main(addplugins=[with_hg.WithHgPlugin()])