tests/test-convert-authormap.t
changeset 15069 650d81a313cb
parent 12511 0fefeb4fff49
child 15447 9910f60a37ee
equal deleted inserted replaced
15068:73307643a09f 15069:650d81a313cb
    25   Ignoring bad line in author map file authormap.txt: this line is ignored
    25   Ignoring bad line in author map file authormap.txt: this line is ignored
    26   scanning source...
    26   scanning source...
    27   sorting...
    27   sorting...
    28   converting...
    28   converting...
    29   0 foo
    29   0 foo
    30   Writing author map file new/.hg/authormap
    30   Writing author map file $TESTTMP/new/.hg/authormap
    31   $ cat new/.hg/authormap
    31   $ cat new/.hg/authormap
    32   user name=Long User Name
    32   user name=Long User Name
    33   $ hg -Rnew log
    33   $ hg -Rnew log
    34   changeset:   0:d89716e88087
    34   changeset:   0:d89716e88087
    35   tag:         tip
    35   tag:         tip
    42 Implicit .hg/authormap
    42 Implicit .hg/authormap
    43 
    43 
    44   $ hg init new
    44   $ hg init new
    45   $ mv authormap.txt new/.hg/authormap
    45   $ mv authormap.txt new/.hg/authormap
    46   $ hg convert orig new
    46   $ hg convert orig new
    47   Ignoring bad line in author map file new/.hg/authormap: this line is ignored
    47   Ignoring bad line in author map file $TESTTMP/new/.hg/authormap: this line is ignored
    48   scanning source...
    48   scanning source...
    49   sorting...
    49   sorting...
    50   converting...
    50   converting...
    51   0 foo
    51   0 foo
    52   $ hg -Rnew log
    52   $ hg -Rnew log