tests/test-shelve.t
changeset 49477 ffb130cd3f27
parent 49476 74fb1842f8b9
child 49478 34dddc5d2e2f
equal deleted inserted replaced
49476:74fb1842f8b9 49477:ffb130cd3f27
  1534   $ hg update -q --clean .
  1534   $ hg update -q --clean .
  1535   $ hg patch -p1 test_patch.patch
  1535   $ hg patch -p1 test_patch.patch
  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 .
  1542   $ hg strip -q -r 0
  1555   $ hg strip -q -r 0
  1543   $ rm -r .hg/shelve*
  1556   $ rm -r .hg/shelve*