Mercurial > public > mercurial-scm > hg
diff tests/test-issue2137.t @ 12328:b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 17 Sep 2010 17:03:08 -0500 |
parents | c55d69c5fb77 |
children | f2719b387380 |
line wrap: on
line diff
--- 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 <<EOF > 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 -