tests/test-convert-authormap.t
changeset 16925 eaf6a6d7f015
parent 15447 9910f60a37ee
child 16948 a0cbbf78c31a
equal deleted inserted replaced
16924:21b12b22c024 16925:eaf6a6d7f015
    20   > # comment
    20   > # comment
    21   > this line is ignored
    21   > this line is ignored
    22   > EOF
    22   > EOF
    23   $ hg convert --authors authormap.txt orig new
    23   $ hg convert --authors authormap.txt orig new
    24   initializing destination new repository
    24   initializing destination new repository
    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 $TESTTMP/new/.hg/authormap (glob)
    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 $TESTTMP/new/.hg/authormap: this line is ignored (glob)
    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