equal
deleted
inserted
replaced
90 xxx $ |
90 xxx $ |
91 expand $Id$ |
91 expand $Id$ |
92 do not process $Id: |
92 do not process $Id: |
93 xxx $ |
93 xxx $ |
94 ignore $Id$ |
94 ignore $Id$ |
95 % default keyword expansion including commit hook |
95 % addremove |
96 % commit |
|
97 adding a |
96 adding a |
98 adding b |
97 adding b |
99 adding sym |
98 adding sym |
|
99 % status |
|
100 A a |
|
101 A b |
|
102 A sym |
|
103 % default keyword expansion including commit hook |
|
104 % interrupted commit should not change state or run commit hook |
|
105 a |
|
106 b |
|
107 sym |
|
108 transaction abort! |
|
109 rollback completed |
|
110 abort: edit failed: false exited with status 1 |
|
111 % status |
|
112 A a |
|
113 A b |
|
114 A sym |
|
115 % commit |
100 a |
116 a |
101 b |
117 b |
102 sym |
118 sym |
103 overwriting a expanding keywords |
119 overwriting a expanding keywords |
104 running hook commit.test: cp a hooktest |
120 running hook commit.test: cp a hooktest |
191 expand $Id: a f782df5f9602 Thu, 01 Jan 1970 00:00:00 +0000 user $ |
207 expand $Id: a f782df5f9602 Thu, 01 Jan 1970 00:00:00 +0000 user $ |
192 do not process $Id: |
208 do not process $Id: |
193 xxx $ |
209 xxx $ |
194 ignore $Id$ |
210 ignore $Id$ |
195 a |
211 a |
196 % interrupted commit |
212 % interrupted commit should not change state |
197 transaction abort! |
213 transaction abort! |
198 rollback completed |
214 rollback completed |
199 abort: edit failed: false exited with status 1 |
215 abort: edit failed: false exited with status 1 |
200 % status |
216 % status |
201 M a |
217 M a |