view test.py @ 137:7ba67c1f1f92

context: fix missing digit in null hash
author Matt Mackall <mpm@selenic.com>
date Sat, 01 Nov 2014 14:26:18 -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()])