Mercurial > python-hglib
view test.py @ 119:c13b99b01008
Added tag 1.1 for changeset e738d6fe5f3f
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 01 Jul 2013 18:11:33 -0500 |
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()])