hgext/convert/cvsps.py
changeset 10264 d6512b3e9ac0
parent 10095 69ce7a10e593
parent 10263 25e572394f5c
child 10282 08a0f04b56bd
equal deleted inserted replaced
10260:fe699ca08a45 10264:d6512b3e9ac0
     1 #
       
     2 # Mercurial built-in replacement for cvsps.
     1 # Mercurial built-in replacement for cvsps.
     3 #
     2 #
     4 # Copyright 2008, Frank Kingswood <frank@kingswood-consulting.co.uk>
     3 # Copyright 2008, Frank Kingswood <frank@kingswood-consulting.co.uk>
     5 #
     4 #
     6 # This software may be used and distributed according to the terms of the
     5 # This software may be used and distributed according to the terms of the
     7 # GNU General Public License version 2, incorporated herein by reference.
     6 # GNU General Public License version 2 or any later version.
     8 
     7 
     9 import os
     8 import os
    10 import re
     9 import re
    11 import cPickle as pickle
    10 import cPickle as pickle
    12 from mercurial import util
    11 from mercurial import util