Mercurial > python-hglib
view test.py @ 104:6e423f7c784f
ancestor: fix incorrect reference to 'n2'
author | Francisco Figueirido <francisco@giantclam.net> |
---|---|
date | Thu, 01 Mar 2012 23:16:07 -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()])