##// 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 sorting...
27 sorting...
28 converting...
28 converting...
29 0 foo
29 0 foo
30 writing author map file $TESTTMP/new/.hg/authormap
30 writing author map file $TESTTMP/new/.hg/authormap (glob)
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
@@ -44,7 +44,7 b' Implicit .hg/authormap'
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
47 ignoring bad line in author map file $TESTTMP/new/.hg/authormap: this line is ignored (glob)
48 scanning source...
48 scanning source...
49 sorting...
49 sorting...
50 converting...
50 converting...
General Comments 0
You need to be logged in to leave comments. Login now