comparison tests/test-transplant.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 0e284735e65b
comparison
equal deleted inserted replaced
12398:2bc926ad65c2 12399:4fee1fd3de9a
234 added 234 added
235 bar 235 bar
236 foo 236 foo
237 $ cd .. 237 $ cd ..
238 238
239 Test transplant --merge (issue 1111) 239 Issue1111: Test transplant --merge
240 test transplant merge
241 240
242 $ hg init t1111 241 $ hg init t1111
243 $ cd t1111 242 $ cd t1111
244 $ echo a > a 243 $ echo a > a
245 $ hg ci -Am adda 244 $ hg ci -Am adda