Mercurial > public > mercurial-scm > hg
diff tests/test-issue619.t @ 23413:0c432696dae3 stable
revset: fix first and last for generatorset (issue4465)
The code was just plain wrong.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 01 Dec 2014 05:18:12 -0800 |
parents | 41885892796e |
children | 2fc86d92c4a9 |
line wrap: on
line diff
--- a/tests/test-issue619.t Fri Nov 28 02:57:33 2014 +0100 +++ b/tests/test-issue619.t Mon Dec 01 05:18:12 2014 -0800 @@ -28,3 +28,9 @@ abort: merging with a working directory ancestor has no effect [255] +Even with strange revset (issue4465) + + $ hg merge ::. + abort: merging with a working directory ancestor has no effect + [255] +