D494: test-casecollision-merge: fix the test

quark (Jun Wu) phabricator at mercurial-scm.org
Sun Aug 27 08:33:39 EDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG8e472f3b7c63: test-casecollision-merge: fix the test (authored by quark).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D494?vs=1210&id=1326

REVISION DETAIL
  https://phab.mercurial-scm.org/D494

AFFECTED FILES
  tests/test-casecollision-merge.t

CHANGE DETAILS

diff --git a/tests/test-casecollision-merge.t b/tests/test-casecollision-merge.t
--- a/tests/test-casecollision-merge.t
+++ b/tests/test-casecollision-merge.t
@@ -144,7 +144,7 @@
   $ hg commit -m '#4'
 
   $ hg merge
-  abort: case-folding collision between a and A
+  abort: case-folding collision between [aA] and [Aa] (re)
   [255]
   $ hg parents --template '{rev}\n'
   4
@@ -157,7 +157,7 @@
   $ hg update --clean 2
   1 files updated, 0 files merged, 2 files removed, 0 files unresolved
   $ hg merge
-  abort: case-folding collision between a and A
+  abort: case-folding collision between [aA] and [Aa] (re)
   [255]
   $ hg parents --template '{rev}\n'
   2
@@ -327,7 +327,7 @@
   $ hg status
   A B
   $ hg update
-  abort: case-folding collision between b and B
+  abort: case-folding collision between [bB] and [Bb] (re)
   [255]
 
   $ hg update --check



To: quark, #hg-reviewers, dsp
Cc: dsp, mercurial-devel


More information about the Mercurial-devel mailing list