-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
386 lines (277 loc) · 7.78 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
2014-02-04 Kaz Nishimura <[email protected]>
* MANIFEST.in:
Updated MANIFEST.in to include itself.
[aa21fbaa3a3c] [tip] <release>
* README:
Updated the README file.
[67af0c7fc92c] <release>
2014-02-01 Kaz Nishimura <[email protected]>
* MANIFEST.in, NEWS:
Added the NEWS file.
[e14539188438] <release>
* ChangeLog:
Created the change log.
[5b4c321689a1] <release>
* setup.py:
Updated the version number.
[1e83609b038a]
* prcs2hg/__init__.py:
Handle deleted parent version (see issue #6).
[f9d977367df9]
* prcs2hg/__init__.py:
Added merge handling code to fix issue #1.
[f952c9ef09e1]
* prcs/__init__.py:
Changed 'PrcsDescriptor.mergeparents' to return complete merge
parents only.
[8d2ada982ffb]
* prcs/__init__.py:
Changed the argument of 'PrcsProject.checkout'.
[724e5876fa12]
2014-01-31 Kaz Nishimura <[email protected]>
* prcs2hg/__init__.py:
Renamed 'Converter.project'.
[54d3217fec4a]
* prcs2hg/__init__.py:
Removed the use of has_key in '_makefilemap'.
[6ead0f0bcb5c]
* prcs/__init__.py:
Added 'PrcsDescriptor.mergeparents'.
[670a25e728c2]
* prcs2hg/__init__.py:
Added a check for merges.
[e175cb01b249]
* prcs/__init__.py, prcs2hg/__init__.py:
Removed a method from class PrcsDescriptor.
[56386bacaef4]
* prcs/__init__.py:
Added a new method to class PrcsDescriptor.
[fd85da6e4e6d]
* prcs2hg/__init__.py:
Modified messages.
[89ff9dd0a76e]
* prcs2hg/__init__.py:
Suppressed repeated symbolic link warnings for the same name.
[4ec38f3bdfb2]
* prcs2hg/__init__.py:
Change branches as major versions.
[bc09f2b64f5d]
* prcs2hg/__init__.py:
Removed unused code.
[987201c1af7c]
* prcs/__init__.py:
Added a new method to class PrcsDescriptor.
[8340d7662fe2]
* prcs2hg/__init__.py:
Implemented basic conversion.
[679305eaabad]
* prcs/__init__.py:
Changed the time of "date".
[d2f9938f0193]
* prcs/__init__.py:
Added a new method to class PrcsDescriptor.
[d84d06261237]
2014-01-29 Kaz Nishimura <[email protected]>
* prcs/__init__.py:
Changed the test condition for no files.
[ed59f500fb94]
2014-01-28 Kaz Nishimura <[email protected]>
* prcs/__init__.py:
Added a new method to class PrcsDescriptor.
[cd9ff4d9362b]
* prcs/__init__.py:
Changed the arguments of PrcsProject.checkout.
[f2514620ab3a]
* prcs2hg/__init__.py:
Used 'pass' for an empty clause.
[ae2b11e72f7b]
2014-01-27 Kaz Nishimura <[email protected]>
* prcs/__init__.py, prcs2hg/__init__.py:
Added a new class.
[a915ac7dbb38]
* prcs2hg/__init__.py:
Added a new method to class Converter.
[fbd593052604]
2014-01-26 Kaz Nishimura <[email protected]>
* scripts/prcs2hg:
Added a command line option.
[5fc259e886d4]
* prcs2hg/__init__.py:
Used string formatting for messages.
[56dc5aa861aa]
* prcs2hg/__init__.py:
Moved conversion code to class Converter.
[8204f99f6950]
* prcs2hg/__init__.py, prcs2hg/sexpdata.py:
Moved project descriptor parsing out of 'convert'.
[eeb3df1ca3a8]
* prcs/__init__.py:
Added a new method to class PrcsProject.
[dc03ba5f2b48]
* prcs/sexpdata.py:
Copied a file.
[55250297a575]
2014-01-24 Kaz Nishimura <[email protected]>
* setup.py:
Updated the packages list.
[9aa1b2552409]
* prcs/__init__.py, prcs2hg/__init__.py, prcs2hg/prcs.py:
Moved prcs2hg.prcs to a new package.
[83c951e1b499]
* prcs2hg/__init__.py:
Updated the copyright years.
[9539c653f437]
* prcs2hg/__init__.py:
Added a new class.
[2c73a034663c]
* prcs2hg/__init__.py:
Renamed a variable.
[bc36957a2cbb]
* prcs2hg/__init__.py:
Changed to use a sorted list for iteration.
[c8e4e6bc38b8]
* prcs2hg/__init__.py, prcs2hg/prcs.py:
Renamed dictionary key "revision" to "id".
[17862811b121]
* prcs2hg/prcs.py:
Updated the copyright years.
[527b548c6d6d]
* prcs2hg/prcs.py:
Fixed a typo error.
[936fd9fbebd3]
2013-08-14 Kaz Nishimura <[email protected]>
* prcs2hg/sexpdata.py:
Removed code to parse symbols as ints from the sexpdata Parser.
[8325d9418120]
2013-07-13 Kaz Nishimura <[email protected]>
* README:
Added a section for third-party components in the README file.
[c6ddf72ac72d]
2013-07-10 Kaz Nishimura <[email protected]>
* prcs2hg/__init__.py:
Added code to retrieve a root revision.
[a49b20c2633f]
* prcs2hg/__init__.py:
Modified the import list.
[e5fe7f8bb5a0]
2013-07-07 Kaz Nishimura <[email protected]>
* prcs2hg/__init__.py:
Switched to use the local copy of sexpdata.
[ba7eb3efd4cc] <feature/add-sexpdata>
* prcs2hg/sexpdata.py:
Removed code in sexpdata.py to parse tokens as float.
[e6a3651adfce] <feature/add-sexpdata>
2013-07-07 Takafumi Arakaki <[email protected]>
* prcs2hg/sexpdata.py:
Added a local copy of sexpdata.py.
[f72000d8c2d4] <feature/add-sexpdata>
2013-07-06 Kaz Nishimura <[email protected]>
* prcs2hg/__init__.py:
Added new function _parsedescriptor() to get revision information
and used it.
[4bda298b3682]
* prcs2hg/__init__.py:
Modified convert().
[c05c05f4e86e]
* prcs2hg/prcs.py:
Revised checkout().
[7c6a69cdbbfb]
2013-07-05 Kaz Nishimura <[email protected]>
* prcs2hg/prcs.py:
Moved the default flags for checkout.
[3fa4023f253d]
* prcs2hg/__init__.py:
Added an iteration over revisions in convert().
[7b09e540bda4]
* prcs2hg/prcs.py:
Added new function checkout to PrcsProject.
[86cded204f86]
2013-06-18 Kaz Nishimura <[email protected]>
* prcs2hg/prcs.py:
Revised PrcsProject.revisions() to return all available information.
[0a863c002aa7]
* prcs2hg/__init__.py, prcs2hg/prcs.py:
Renamed class Project.
[3bd9ea753b5d]
2013-06-17 Kaz Nishimura <[email protected]>
* prcs2hg/prcs.py:
Folded a long line.
[b7ec8aba4a45]
* prcs2hg/prcs.py:
Modified the regular expression pattern.
[8c19999fec16]
* prcs2hg/__init__.py, prcs2hg/prcs.py:
Added new function revisions() to class Project.
[acc472d575d5]
2013-06-09 Kaz Nishimura <[email protected]>
* setup.py:
Changed the comment formatting slightly.
[436169a9f2e4] <python>
2013-06-05 Kaz Nishimura <[email protected]>
* README:
Modified the README text.
[0030fd28c65a] <python>
* scripts/prcs2hg:
Added the main code in the script.
[08ec791e806d] <python>
* prcs2hg/__init__.py:
Modified prcs2hg.convert() to use a Project object.
[a2e924a7fb02] <python>
* prcs2hg/prcs.py:
Added new class Project for PRCS.
[2cd7184f19f9] <python>
2013-06-01 Kaz Nishimura <[email protected]>
* prcs2hg/__init__.py:
Added new empty function convert() in module prcs2hg.
[20b62932b2a3] <python>
2013-05-31 Kaz Nishimura <[email protected]>
* README:
Created the README file.
[d9917c8bd70b] <python>
* Makefile.am:
Removed Makefile.am.
[a0eeeeb1e3ba] <python>
2013-05-28 Kaz Nishimura <[email protected]>
* configure.ac:
Removed configure.ac.
[dd81a15bba31] <python>
* scripts/prcs2hg:
Changed the interpreter spec in the script.
[5254e64e75a7] <python>
* setup.py:
Added the author info to the setup script.
[77bb0a59f2c7] <python>
2013-05-28 Kaz Sasa <[email protected]>
* setup.py:
Added the copyright notice for the setup script.
[5ad14a068f67] <python>
2012-06-01 Kaz Sasa <[email protected]>
* prcs2hg/__init__.py, prcs2hg/prcs.py, scripts/prcs2hg, setup.py:
Added a Python package.
[27c63d0548ee] <python>
* scripts/prcs2hg:
Added a command script.
[a8058703a858] <python>
* setup.py:
Added a setup script.
[babbbbf74b0a] <python>
2010-08-17 Kaz Sasa <[email protected]>
* prcs2hg.pl:
Added a license to prcs2hg.pl.
[f31109090f24]
2010-08-09 Kaz Sasa <[email protected]>
* Makefile.am:
Modified a make rule.
[10443a2ca552]
* COPYING, INSTALL:
These files will be added automatically.
[fda4a271478e]
* COPYING, INSTALL, Makefile.am, configure.ac, prcs2hg.pl:
Added autoconf/automake source files.
[e943c5b860d7]
* prcs2hg.pl:
Revised handling of version history.
[72ef0d9d7582]
* prcs2hg.pl:
Added experimental version.
[e39933d175a9]