summaryrefslogtreecommitdiff
path: root/tests/test-convert-authormap.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-convert-authormap.t')
-rw-r--r--tests/test-convert-authormap.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-convert-authormap.t b/tests/test-convert-authormap.t
index 9d5ca9f..bc17837 100644
--- a/tests/test-convert-authormap.t
+++ b/tests/test-convert-authormap.t
@@ -22,12 +22,12 @@ Explicit --authors
> EOF
$ hg convert --authors authormap.txt orig new
initializing destination new repository
- ignoring bad line in author map file authormap.txt: this line is ignored
+ Ignoring bad line in author map file authormap.txt: this line is ignored
scanning source...
sorting...
converting...
0 foo
- writing author map file $TESTTMP/new/.hg/authormap (glob)
+ Writing author map file new/.hg/authormap
$ cat new/.hg/authormap
user name=Long User Name
$ hg -Rnew log
@@ -44,7 +44,7 @@ Implicit .hg/authormap
$ hg init new
$ mv authormap.txt new/.hg/authormap
$ hg convert orig new
- ignoring bad line in author map file $TESTTMP/new/.hg/authormap: this line is ignored (glob)
+ Ignoring bad line in author map file new/.hg/authormap: this line is ignored
scanning source...
sorting...
converting...