equal
deleted
inserted
replaced
1504 doesntexist: no such file in rev a381d2c8c80e |
1504 doesntexist: no such file in rev a381d2c8c80e |
1505 $ hg --cwd sub cat -r '.^' large4 |
1505 $ hg --cwd sub cat -r '.^' large4 |
1506 large4-modified |
1506 large4-modified |
1507 $ hg --cwd sub cat -r '.^' ../normal3 |
1507 $ hg --cwd sub cat -r '.^' ../normal3 |
1508 normal3-modified |
1508 normal3-modified |
|
1509 Cat a standin |
|
1510 $ hg cat .hglf/sub/large4 |
|
1511 e166e74c7303192238d60af5a9c4ce9bef0b7928 |
|
1512 $ hg cat .hglf/normal3 |
|
1513 .hglf/normal3: no such file in rev 598410d3eb9a |
|
1514 [1] |
1509 |
1515 |
1510 Test that renaming a largefile results in correct output for status |
1516 Test that renaming a largefile results in correct output for status |
1511 |
1517 |
1512 $ hg rename sub/large4 large4-renamed |
1518 $ hg rename sub/large4 large4-renamed |
1513 $ hg commit -m "test rename output" |
1519 $ hg commit -m "test rename output" |