tests/test-keyword.t
branchstable
changeset 1194 d55e5d564d22
parent 1192 5eb5ba3b9e99
child 1197 10e27c438792
equal deleted inserted replaced
1193:ce275f3522b2 1194:d55e5d564d22
   574   c
   574   c
   575 
   575 
   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   invalid branchheads cache (unserved): tip differs
   579   invalid branchheads cache (served): tip differs
   580   c
   580   c
   581    c: copy a:0045e12f6c5791aac80ca6cbfd97709a88307292
   581    c: copy a:0045e12f6c5791aac80ca6cbfd97709a88307292
   582   overwriting c expanding keywords
   582   overwriting c expanding keywords
   583   committed changeset 2:25736cf2f5cbe41f6be4e6784ef6ecf9f3bbcc7d
   583   committed changeset 2:25736cf2f5cbe41f6be4e6784ef6ecf9f3bbcc7d
   584   $ cat a c
   584   $ cat a c
   758 | is not updated on disk. The on-disk version therefore stays invalid for some
   758 | is not updated on disk. The on-disk version therefore stays invalid for some
   759 | time. This explains why the "unserved" branchheads cache is detected as
   759 | time. This explains why the "unserved" branchheads cache is detected as
   760 | invalid here.
   760 | invalid here.
   761 
   761 
   762   $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
   762   $ hg --debug commit -l log -d '2 0' -u 'User Name <user@example.com>'
   763   invalid branchheads cache (unserved): tip differs
   763   invalid branchheads cache (served): tip differs
   764   a
   764   a
   765   invalid branchheads cache: tip differs
   765   invalid branchheads cache: tip differs
   766   invalid branchheads cache (unserved): tip differs
   766   invalid branchheads cache (served): tip differs
   767   overwriting a expanding keywords
   767   overwriting a expanding keywords
   768   committed changeset 2:bb948857c743469b22bbf51f7ec8112279ca5d83
   768   committed changeset 2:bb948857c743469b22bbf51f7ec8112279ca5d83
   769   $ rm log
   769   $ rm log
   770 
   770 
   771 Stat, verify and show custom expansion (firstline)
   771 Stat, verify and show custom expansion (firstline)