equal
deleted
inserted
replaced
69 % cat |
69 % cat |
70 expand $Id$ |
70 expand $Id$ |
71 do not process $Id: |
71 do not process $Id: |
72 xxx $ |
72 xxx $ |
73 ignore $Id$ |
73 ignore $Id$ |
74 % default keyword expansion |
74 % addremove |
75 % commit |
|
76 adding a |
75 adding a |
77 adding b |
76 adding b |
|
77 % status |
|
78 A a |
|
79 A b |
|
80 % default keyword expansion including commit hook |
|
81 % commit |
78 a |
82 a |
79 b |
83 b |
80 overwriting a expanding keywords |
84 overwriting a expanding keywords |
81 % status |
85 running hook commit.test: cp a hooktest |
|
86 % status |
|
87 ? hooktest |
82 % identify |
88 % identify |
83 7f0665a496fd |
89 7f0665a496fd |
84 % cat |
90 % cat |
85 expand $Id: a,v 7f0665a496fd 1970/01/01 00:00:00 user $ |
91 expand $Id: a,v 7f0665a496fd 1970/01/01 00:00:00 user $ |
86 do not process $Id: |
92 do not process $Id: |
89 % hg cat |
95 % hg cat |
90 expand $Id: a,v 7f0665a496fd 1970/01/01 00:00:00 user $ |
96 expand $Id: a,v 7f0665a496fd 1970/01/01 00:00:00 user $ |
91 do not process $Id: |
97 do not process $Id: |
92 xxx $ |
98 xxx $ |
93 ignore $Id$ |
99 ignore $Id$ |
|
100 |
|
101 % diff a hooktest |
|
102 % removing commit hook from config |
94 % touch |
103 % touch |
95 % status |
104 % status |
96 % update |
105 % update |
97 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
106 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
98 % cat |
107 % cat |
152 % hg cat |
161 % hg cat |
153 expand $Id: a 7f0665a496fd Thu, 01 Jan 1970 00:00:00 +0000 user $ |
162 expand $Id: a 7f0665a496fd Thu, 01 Jan 1970 00:00:00 +0000 user $ |
154 do not process $Id: |
163 do not process $Id: |
155 xxx $ |
164 xxx $ |
156 ignore $Id$ |
165 ignore $Id$ |
157 % interrupted commit |
|
158 transaction abort! |
|
159 rollback completed |
|
160 % status |
|
161 M a |
|
162 ? log |
|
163 % commit |
166 % commit |
164 a |
167 a |
165 overwriting a expanding keywords |
168 overwriting a expanding keywords |
166 % status |
169 % status |
167 % cat |
170 % cat |