equal
deleted
inserted
replaced
666 |
666 |
667 $ hg init twin2 |
667 $ hg init twin2 |
668 $ cd twin2 |
668 $ cd twin2 |
669 $ echo '[patch]' >> .hg/hgrc |
669 $ echo '[patch]' >> .hg/hgrc |
670 $ echo 'eol = crlf' >> .hg/hgrc |
670 $ echo 'eol = crlf' >> .hg/hgrc |
671 $ python -c "file('b', 'wb').write('b\r\nb\r\n')" |
671 $ $PYTHON -c "file('b', 'wb').write('b\r\nb\r\n')" |
672 $ hg ci -Am addb |
672 $ hg ci -Am addb |
673 adding b |
673 adding b |
674 $ hg transplant -s ../twin1 tip |
674 $ hg transplant -s ../twin1 tip |
675 searching for changes |
675 searching for changes |
676 warning: repository is unrelated |
676 warning: repository is unrelated |