##// END OF EJS Templates
tests: reintroduce globs in test-convert-authormap.t...
Mads Kiilerich -
r16948:a0cbbf78 default
parent child Browse files
Show More
@@ -27,7 +27,7 b' Explicit --authors'
27 27 sorting...
28 28 converting...
29 29 0 foo
30 writing author map file $TESTTMP/new/.hg/authormap
30 writing author map file $TESTTMP/new/.hg/authormap (glob)
31 31 $ cat new/.hg/authormap
32 32 user name=Long User Name
33 33 $ hg -Rnew log
@@ -44,7 +44,7 b' Implicit .hg/authormap'
44 44 $ hg init new
45 45 $ mv authormap.txt new/.hg/authormap
46 46 $ hg convert orig new
47 ignoring bad line in author map file $TESTTMP/new/.hg/authormap: this line is ignored
47 ignoring bad line in author map file $TESTTMP/new/.hg/authormap: this line is ignored (glob)
48 48 scanning source...
49 49 sorting...
50 50 converting...
General Comments 0
You need to be logged in to leave comments. Login now