diff -r 92e30e135581 -r b63f6422d2a7 tests/test-issue2137.t --- a/tests/test-issue2137.t Fri Sep 17 17:03:04 2010 -0500 +++ b/tests/test-issue2137.t Fri Sep 17 17:03:08 2010 -0500 @@ -1,12 +1,12 @@ -# http://mercurial.selenic.com/bts/issue2137 +http://mercurial.selenic.com/bts/issue2137 Setup: -# create a little extension that has 3 side-effects: -# 1) ensure changelog data is not inlined -# 2) make revlog to use lazyparser -# 3) test that repo.lookup() works -# 1 and 2 are preconditions for the bug; 3 is the bug. +create a little extension that has 3 side-effects: +1) ensure changelog data is not inlined +2) make revlog to use lazyparser +3) test that repo.lookup() works +1 and 2 are preconditions for the bug; 3 is the bug. $ cat > commitwrapper.py < from mercurial import extensions, node, revlog @@ -39,7 +39,6 @@ adding a new tip: 553596fad57b - Test that new changesets are visible to repo.lookup(): $ echo a >> a @@ -53,4 +52,3 @@ date: Thu Jan 01 00:00:00 1970 +0000 summary: one more commit to demonstrate the bug -