tests/run-tests.py
changeset 8225 46293a0c7e9f
parent 8161 1bb8a75fceb3
child 8258 2263c49af028
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     2 #
     2 #
     3 # run-tests.py - Run a set of tests on Mercurial
     3 # run-tests.py - Run a set of tests on Mercurial
     4 #
     4 #
     5 # Copyright 2006 Matt Mackall <mpm@selenic.com>
     5 # Copyright 2006 Matt Mackall <mpm@selenic.com>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms
     7 # This software may be used and distributed according to the terms of the
     8 # of the GNU General Public License, incorporated herein by reference.
     8 # GNU General Public License version 2, incorporated herein by reference.
     9 
     9 
    10 import difflib
    10 import difflib
    11 import errno
    11 import errno
    12 import optparse
    12 import optparse
    13 import os
    13 import os