view test.py @ 96:9746227239e0

client: fix import --no-commit flag (issue3206)
author Idan Kamara <idankk86@gmail.com>
date Mon, 16 Jan 2012 12:52:30 +0200
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()])