tests/test-keyword.t
branchstable
changeset 1180 68d1d29f6496
parent 1178 bcbe606f2bc6
child 1184 6f276a923989
equal deleted inserted replaced
1178:bcbe606f2bc6 1180:68d1d29f6496
   576 Commit and show expansion in original and copy
   576 Commit and show expansion in original and copy
   577 
   577 
   578   $ hg --debug commit -ma2c -d '1 0' -u 'User Name <user@example.com>'
   578   $ hg --debug commit -ma2c -d '1 0' -u 'User Name <user@example.com>'
   579   c
   579   c
   580    c: copy a:0045e12f6c5791aac80ca6cbfd97709a88307292
   580    c: copy a:0045e12f6c5791aac80ca6cbfd97709a88307292
   581   removing unknown node 40a904bbbe4c from 1-phase boundary
       
   582   overwriting c expanding keywords
   581   overwriting c expanding keywords
   583   committed changeset 2:25736cf2f5cbe41f6be4e6784ef6ecf9f3bbcc7d
   582   committed changeset 2:25736cf2f5cbe41f6be4e6784ef6ecf9f3bbcc7d
   584   $ cat a c
   583   $ cat a c
   585   expand $Id: a,v ef63ca68695b 1970/01/01 00:00:00 user $
   584   expand $Id: a,v ef63ca68695b 1970/01/01 00:00:00 user $
   586   do not process $Id:
   585   do not process $Id:
   747 
   746 
   748 Commit with multi-line message and custom expansion
   747 Commit with multi-line message and custom expansion
   749 
   748 
   750   $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
   749   $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
   751   a
   750   a
   752   removing unknown node 40a904bbbe4c from 1-phase boundary
       
   753   overwriting a expanding keywords
   751   overwriting a expanding keywords
   754   committed changeset 2:bb948857c743469b22bbf51f7ec8112279ca5d83
   752   committed changeset 2:bb948857c743469b22bbf51f7ec8112279ca5d83
   755   $ rm log
   753   $ rm log
   756 
   754 
   757 Stat, verify and show custom expansion (firstline)
   755 Stat, verify and show custom expansion (firstline)