tests/test-keyword.t
changeset 1074 6c7d0e38c0c2
parent 1067 e38ac7e364d4
child 1080 4ee1c08706c4
equal deleted inserted replaced
1066:bd418e7e2d29 1074:6c7d0e38c0c2
   556 Commit and show expansion in original and copy
   556 Commit and show expansion in original and copy
   557 
   557 
   558   $ hg --debug commit -ma2c -d '1 0' -u 'User Name <user@example.com>'
   558   $ hg --debug commit -ma2c -d '1 0' -u 'User Name <user@example.com>'
   559   c
   559   c
   560    c: copy a:0045e12f6c5791aac80ca6cbfd97709a88307292
   560    c: copy a:0045e12f6c5791aac80ca6cbfd97709a88307292
       
   561   removing unknown node 40a904bbbe4c from 1-phase boundary
   561   overwriting c expanding keywords
   562   overwriting c expanding keywords
   562   committed changeset 2:25736cf2f5cbe41f6be4e6784ef6ecf9f3bbcc7d
   563   committed changeset 2:25736cf2f5cbe41f6be4e6784ef6ecf9f3bbcc7d
   563   $ cat a c
   564   $ cat a c
   564   expand $Id: a,v ef63ca68695b 1970/01/01 00:00:00 user $
   565   expand $Id: a,v ef63ca68695b 1970/01/01 00:00:00 user $
   565   do not process $Id:
   566   do not process $Id:
   720 
   721 
   721 Commit with multiline message and custom expansion
   722 Commit with multiline message and custom expansion
   722 
   723 
   723   $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
   724   $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
   724   a
   725   a
       
   726   removing unknown node 40a904bbbe4c from 1-phase boundary
   725   overwriting a expanding keywords
   727   overwriting a expanding keywords
   726   committed changeset 2:bb948857c743469b22bbf51f7ec8112279ca5d83
   728   committed changeset 2:bb948857c743469b22bbf51f7ec8112279ca5d83
   727   $ rm log
   729   $ rm log
   728 
   730 
   729 Stat, verify and show custom expansion (firstline)
   731 Stat, verify and show custom expansion (firstline)