tests/test-convert.t
changeset 17424 e7cfe3587ea4
parent 17345 4f8054d3171b
child 17837 b623e323c561
equal deleted inserted replaced
17406:fc14953e8e34 17424:e7cfe3587ea4
    58       each commit copied, so "hg convert" can be interrupted and can be run
    58       each commit copied, so "hg convert" can be interrupted and can be run
    59       repeatedly to copy new commits.
    59       repeatedly to copy new commits.
    60   
    60   
    61       The authormap is a simple text file that maps each source commit author to
    61       The authormap is a simple text file that maps each source commit author to
    62       a destination commit author. It is handy for source SCMs that use unix
    62       a destination commit author. It is handy for source SCMs that use unix
    63       logins to identify authors (eg: CVS). One line per author mapping and the
    63       logins to identify authors (e.g.: CVS). One line per author mapping and
    64       line format is:
    64       the line format is:
    65   
    65   
    66         source author = destination author
    66         source author = destination author
    67   
    67   
    68       Empty lines and lines starting with a "#" are ignored.
    68       Empty lines and lines starting with a "#" are ignored.
    69   
    69