Show More
@@ -1536,6 +1536,19 b' produced by `hg shelve`.' | |||||
1536 | applying test_patch.patch |
|
1536 | applying test_patch.patch | |
1537 | #endif |
|
1537 | #endif | |
1538 |
|
1538 | |||
|
1539 | ||||
|
1540 | Check the comment of the last commit for consistency | |||
|
1541 | ||||
|
1542 | #if no-windows | |||
|
1543 | $ hg log -r . --template '{desc}\n' | |||
|
1544 | changes to: add C to bars | |||
|
1545 | #endif | |||
|
1546 | ||||
|
1547 | #if windows | |||
|
1548 | $ hg log -r . --template '{desc}\n' | |||
|
1549 | add C to bars | |||
|
1550 | #endif | |||
|
1551 | ||||
1539 | -- if phasebased, shelve works without patch and bundle |
|
1552 | -- if phasebased, shelve works without patch and bundle | |
1540 |
|
1553 | |||
1541 | $ hg update -q --clean . |
|
1554 | $ hg update -q --clean . |
General Comments 0
You need to be logged in to leave comments.
Login now