Mercurial > public > mercurial-scm > python-hglib
view test.py @ 208:12e6aaef0f6e
tests: handle the removal of `obsolete._enabled` in Mercurial
I'm not sure why we can't just set `experimental.evolution=all`, but it didn't
work.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 07 May 2019 22:16:59 -0400 |
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()])