Mercurial > public > mercurial-scm > hg-stable
diff tests/test-subrepo.t @ 12399:4fee1fd3de9a
tests: added a short description to issue numbers
Many tests already had a short line to describe what IssueXXX is
about. I find that quite useful when reading a test.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Fri, 24 Sep 2010 10:13:49 +0200 |
parents | 97ffc68f71d3 |
children | e3247ceaca5e |
line wrap: on
line diff
--- a/tests/test-subrepo.t Fri Sep 24 03:04:14 2010 +0200 +++ b/tests/test-subrepo.t Fri Sep 24 10:13:49 2010 +0200 @@ -17,7 +17,7 @@ $ hg init s $ echo a > s/a -issue2232 - committing a subrepo without .hgsub +Issue2232: committing a subrepo without .hgsub $ hg ci -mbad s abort: can't commit subrepos without .hgsub @@ -34,7 +34,7 @@ $ hg ci -m1 committing subrepository s -issue 2022 - update -C +Issue2022: update -C $ echo b > s/a $ hg sum @@ -365,7 +365,8 @@ abort: missing ] in subrepo source [255] -issue 1986 +Issue1986: merge aborts when trying to merge a subrepo that +shouldn't need merging # subrepo layout # @@ -546,7 +547,7 @@ default = */test-subrepo.t/sub/mercurial/nested_relative (glob) $ rm -rf mercurial mercurial2 -issue 1977 +Issue1977: multirepo push should fail if subrepo push fails $ hg init repo $ hg init repo/s