branch | stable |
changeset 49585 | 55c6ebd11cb9 |
parent 39723 | 5abc47d4ca6b |
49584:8cd39c20445e | 49585:55c6ebd11cb9 |
---|---|
1 $ hg init |
1 $ hg init repo |
2 $ cd repo |
|
2 |
3 |
3 $ "$PYTHON" -c 'open("a", "wb").write(b"confuse str.splitlines\nembedded\rnewline\n")' |
4 $ "$PYTHON" -c 'open("a", "wb").write(b"confuse str.splitlines\nembedded\rnewline\n")' |
4 $ hg ci -Ama -d '1 0' |
5 $ hg ci -Ama -d '1 0' |
5 adding a |
6 adding a |
6 |
7 |