equal
deleted
inserted
replaced
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 |