Skip to content
Snippets Groups Projects
Commit 60a82693 authored by Sean Farley's avatar Sean Farley
Browse files

tests: fix bad (re) match

It seems fffe8883960b incorrectly did a match on the second
parent (which is null) and that core Mercurial mistakenly matched the
whole line with (re). This was recently fixed in 6d5718e39657 in core,
so let's update the test with the correct match.
parent 5e49230a
No related branches found
Tags 0.8.1
No related merge requests found
......@@ -52,7 +52,7 @@
|
o changeset: 2:8bc4d64940260d4a1e70b54c099d3a76c83ff41e
| parent: 1:f35a3100b78e57a0f5e4589a438f952a14b26ade
| parent: 1:(9f6268bfc9eb3956c5ab8752d7b983b0ffe57115|955b24cf6f8f293741d3f39110c6fe554c292533) (re)
| parent: -1:0000000000000000000000000000000000000000
| manifest: 2:f580e7da3673c137370da2b931a1dee83590d7b4
| user: t\xc3\xa9st \xc3\xa8nc\xc3\xb6d\xc3\xaeng <test@example.org> (esc)
| date: Mon Jan 01 00:00:12 2007 +0000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment