hgext/convert/common.py
changeset 4590 80fb4ec512b5
parent 4589 451e91ed535e
child 4752 20ec5cc02f18
equal deleted inserted replaced
4589:451e91ed535e 4590:80fb4ec512b5
    64 
    64 
    65     def authorfile(self):
    65     def authorfile(self):
    66         """Path to a file that will contain lines
    66         """Path to a file that will contain lines
    67         srcauthor=dstauthor
    67         srcauthor=dstauthor
    68         mapping equivalent authors identifiers for each system."""
    68         mapping equivalent authors identifiers for each system."""
    69         raise NotImplementedError()
    69         return None
    70 
    70 
    71     def putfile(self, f, e, data):
    71     def putfile(self, f, e, data):
    72         """Put file for next putcommit().
    72         """Put file for next putcommit().
    73         f: path to file
    73         f: path to file
    74         e: '', 'x', or 'l' (regular file, executable, or symlink)
    74         e: '', 'x', or 'l' (regular file, executable, or symlink)