tests/test-tag.t
branchstable
changeset 13133 c1492615cdee
parent 12642 bb35840e965c
child 13134 ea3c93b53fdb
equal deleted inserted replaced
13128:dbc546811dd6 13133:c1492615cdee
   194   $ chmod +x editor
   194   $ chmod +x editor
   195   $ HGEDITOR="'`pwd`'"/editor hg tag custom-tag -e
   195   $ HGEDITOR="'`pwd`'"/editor hg tag custom-tag -e
   196   $ hg log -l1 --template "{desc}\n"
   196   $ hg log -l1 --template "{desc}\n"
   197   custom tag message
   197   custom tag message
   198   second line
   198   second line
       
   199 
       
   200 local tag with .hgtags modified
       
   201 
       
   202   $ hg tag hgtags-modified
       
   203   $ hg rollback
       
   204   rolling back to revision 11 (undo commit)
       
   205   $ hg st
       
   206   M .hgtags
       
   207   ? .hgtags.orig
       
   208   ? editor
       
   209   $ hg tag --local baz
       
   210   $ hg revert --no-backup .hgtags