tests/test-obsolete.t
changeset 30713 6d0b1a69f98c
parent 30712 5dde81de1e6d
child 30715 7b526670f540
equal deleted inserted replaced
30712:5dde81de1e6d 30713:6d0b1a69f98c
   813 test the "troubles" templatekw
   813 test the "troubles" templatekw
   814 
   814 
   815   $ hg log -r 'bumped() and unstable()'
   815   $ hg log -r 'bumped() and unstable()'
   816   7:50c51b361e60 (draft unstable bumped) [ ] add babar
   816   7:50c51b361e60 (draft unstable bumped) [ ] add babar
   817 
   817 
       
   818 test the default cmdline template
       
   819 
       
   820   $ hg log -T default -r 'bumped()'
       
   821   changeset:   7:50c51b361e60
       
   822   user:        test
       
   823   date:        Thu Jan 01 00:00:00 1970 +0000
       
   824   trouble:     unstable, bumped
       
   825   summary:     add babar
       
   826   
       
   827 
   818 Test incoming/outcoming with changesets obsoleted remotely, known locally
   828 Test incoming/outcoming with changesets obsoleted remotely, known locally
   819 ===============================================================================
   829 ===============================================================================
   820 
   830 
   821 This test issue 3805
   831 This test issue 3805
   822 
   832