Mercurial > hg-stable
changeset 14012:b247123d71f6 stable
test-transplant: fix missing file addition
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 25 Apr 2011 21:11:28 +0200 |
parents | 5da07017a4ce |
children | bcff4759d17d 42d5165975ad |
files | tests/test-transplant.t |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-transplant.t Thu Apr 21 15:10:59 2011 -0500 +++ b/tests/test-transplant.t Mon Apr 25 21:11:28 2011 +0200 @@ -351,12 +351,13 @@ $ echo '[patch]' >> .hg/hgrc $ echo 'eol = crlf' >> .hg/hgrc $ python -c "file('b', 'wb').write('b\r\nb\r\n')" - $ hg ci -m addb - nothing changed - [1] + $ hg ci -Am addb + adding b $ hg transplant -s ../twin1 tip + searching for changes + warning: repository is unrelated applying 2e849d776c17 - 2e849d776c17 transplanted to 589cea8ba85b + 2e849d776c17 transplanted to 8e65bebc063e $ cat b a\r (esc) b\r (esc)