view test.py @ 107:5fe53db61aa4 0.4

tests: fix tests that use integer bookmarks Integer bookmarks are now not allowed (since they alias with revision numbers), so a hglib test was failing.
author Durham Goode <durham@fb.com>
date Fri, 08 Feb 2013 03:51:42 -0800
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()])