~bzr-pqm/bzr/bzr.dev

1181 by Martin Pool
- add test for deserialization from a canned XML inventory
1
development head
2
1185.3.3 by Martin Pool
- patch from mpe to automatically add parent directories
3
  IMPROVEMENTS:
4
5
    * Adding a file whose parent directory is not versioned will
6
      implicitly add the parent, and so on up to the root. This means
7
      you should never need to explictly add a directory, they'll just
8
      get added when you add a file in the directory.  Contributed by
9
      Michael Ellerman.
10
11
1181 by Martin Pool
- add test for deserialization from a canned XML inventory
12
  INTERNALS:
13
14
    * Refactor xml packing/unpacking.
15
1185.3.3 by Martin Pool
- patch from mpe to automatically add parent directories
16
1185.1.4 by Martin Pool
- fix _find_remote_branch to avoid strange error for nonexistent branch
17
  BUG FIXES: 
18
19
    * Fixed 'bzr mv' by Ollie Rutherfurd.
20
21
    * Fixed strange error when trying to access a nonexistent http
22
      branch.
23
1185.3.6 by Martin Pool
- if statcache can't be read, consider that it needs to be rewritten
24
    * Make sure that the hashcache gets written out if it can't be
25
      read.
26
1185.1.4 by Martin Pool
- fix _find_remote_branch to avoid strange error for nonexistent branch
27
28
  PORTABILITY:
29
30
    * Various Windows fixes from Ollie Rutherfurd.
31
1181 by Martin Pool
- add test for deserialization from a canned XML inventory
32
1175 by Martin Pool
- make 0.0.7 release
33
bzr-0.0.7 2005-09-02
1091 by Martin Pool
- new shell-complete command to help zsh completion
34
35
  NEW FEATURES:
36
37
    * ``bzr shell-complete`` command contributed by Clint Adams to
38
      help with intelligent shell completion.
39
1105 by Martin Pool
- expose 'find-merge-base' as a new expert command,
40
    * New expert command ``bzr find-merge-base`` for debugging merges.
41
1091 by Martin Pool
- new shell-complete command to help zsh completion
42
1145 by Martin Pool
- additional fix for bzr plugins
43
  ENHANCEMENTS:
44
45
    * Much better merge support.
46
1148 by Martin Pool
- change conflict markers to suit smerge, etc
47
    * merge3 conflicts are now reported with markers like '<<<<<<<'
48
      (seven characters) which is the same as CVS and pleases things
49
      like emacs smerge.
50
1145 by Martin Pool
- additional fix for bzr plugins
51
1092 by Martin Pool
- fix bug where bzr upgrade aborts when trying to fix trees that mention revisions
52
  BUG FIXES:
53
54
    * ``bzr upgrade`` no longer fails when trying to fix trees that
55
      mention revisions that are not present.
56
1145 by Martin Pool
- additional fix for bzr plugins
57
    * Fixed bugs in listing plugins from ``bzr plugins``.
58
1168 by Martin Pool
- work properly when $EDITOR contains multiple words
59
    * Fix case of $EDITOR containing options for the editor.
60
1174 by Martin Pool
- fix off-by-one in 'bzr log -r'
61
    * Fix log -r refusing to show the last revision.
62
      (Patch from Goffredo Baroncelli.)
63
1092 by Martin Pool
- fix bug where bzr upgrade aborts when trying to fix trees that mention revisions
64
1138 by Martin Pool
- bzr log --show-ids includes parent ids
65
  CHANGES:
66
67
    * ``bzr log --show-ids`` shows the revision ids of all parents.
68
1174 by Martin Pool
- fix off-by-one in 'bzr log -r'
69
    * Externally provided commands on your $BZRPATH no longer need
70
      to recognize --bzr-usage to work properly, and can just handle
71
      --help themselves.
72
1138 by Martin Pool
- bzr log --show-ids includes parent ids
73
1097 by Martin Pool
- send trace messages out through python logging module
74
  LIBRARY:
75
76
    * Changed trace messages to go through the standard logging
77
      framework, so that they can more easily be redirected by
78
      libraries.
79
80
81
1086 by Martin Pool
prepare 0.0.6 release
82
bzr-0.0.6 2005-08-18
703 by Martin Pool
- split out a new 'bzr upgrade' command separate from
83
741 by Martin Pool
- default plugin dir is ~/.bzr.conf/plugins
84
  NEW FEATURES:
85
86
    * Python plugins, automatically loaded from the directories on
87
      BZR_PLUGIN_PATH or ~/.bzr.conf/plugins by default.
88
742 by Martin Pool
- new mkdir command
89
    * New 'bzr mkdir' command.
90
763 by Martin Pool
- Patch from Torsten Marek to take commit messages through an
91
    * Commit mesage is fetched from an editor if not given on the
92
      command line; patch from Torsten Marek.
93
900 by Martin Pool
- patch from john to search for matching commits
94
    * ``bzr log -m FOO`` displays commits whose message matches regexp 
95
      FOO.
971 by Martin Pool
- update news
96
      
97
    * ``bzr add`` with no arguments adds everything under the current directory.
974.1.26 by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472
98
99
    * ``bzr mv`` does move or rename depending on its arguments, like
100
      the Unix command.
101
102
    * ``bzr missing`` command shows a summary of the differences
103
      between two trees.  (Merged from John Arbash-Meinel.)
104
1074 by Martin Pool
- check for email address in BRANCH_ROOT/.bzr/email, so you can
105
    * An email address for commits to a particular tree can be
106
      specified by putting it into .bzr/email within a branch.  (Based
107
      on a patch from Heikki Paajanen.)
108
1094 by Martin Pool
- merge aaron's merge improvements 999..1008
109
971 by Martin Pool
- update news
110
  ENHANCEMENTS:
111
112
    * Faster working tree operations.
900 by Martin Pool
- patch from john to search for matching commits
113
974.1.26 by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472
114
703 by Martin Pool
- split out a new 'bzr upgrade' command separate from
115
  CHANGES:
116
974.1.26 by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472
117
    * 3rd-party modules shipped with bzr are copied within the bzrlib
118
      python package, so that they can be installed by the setup
119
      script without clashing with anything already existing on the
120
      system.  (Contributed by Gustavo Niemeyer.)
121
122
    * Moved plugins directory to bzrlib/, so that there's a standard
123
      plugin directory which is not only installed with bzr itself but
124
      is also available when using bzr from the development tree.
125
      BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
126
      standard plugins directory.
127
849 by Martin Pool
- Put files inside an exported tarball into a top-level directory rather than
128
    * When exporting to a tarball with ``bzr export --format tgz``, put 
129
      everything under a top directory rather than dumping it into the
130
      current directory.   This can be overridden with the ``--root`` 
971 by Martin Pool
- update news
131
      option.  Patch from William Dodé and John Meinel.
849 by Martin Pool
- Put files inside an exported tarball into a top-level directory rather than
132
703 by Martin Pool
- split out a new 'bzr upgrade' command separate from
133
    * New ``bzr upgrade`` command to upgrade the format of a branch,
134
      replacing ``bzr check --update``.
135
714 by Martin Pool
- files within stores are no longer made readonly
136
    * Files within store directories are no longer marked readonly on
137
      disk.
703 by Martin Pool
- split out a new 'bzr upgrade' command separate from
138
796 by Martin Pool
- note bzr log changes
139
    * Changed ``bzr log`` output to a more compact form suggested by
808 by Martin Pool
- Note new --long log options
140
      John A Meinel.  Old format is available with the ``--long`` or
141
      ``-l`` option, patched by William Dodé.
796 by Martin Pool
- note bzr log changes
142
885 by Martin Pool
- commit command refuses unless something is changed or --unchanged is given
143
    * By default the commit command refuses to record a revision with
144
      no changes unless the ``--unchanged`` option is given.
987 by Martin Pool
- note changes to command line parsing
145
974.1.26 by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472
146
    * The ``--no-plugins``, ``--profile`` and ``--builtin`` command
147
      line options must come before the command name because they 
148
      affect what commands are available; all other options must come 
149
      after the command name because their interpretation depends on
150
      it.
151
152
    * ``branch`` and ``clone`` added as aliases for ``branch``.
153
154
    * Default log format is back to the long format; the compact one
155
      is available with ``--short``.
156
      
157
      
158
  BUG FIXES:
159
  
160
    * Fix bugs in committing only selected files or within a subdirectory.
161
703 by Martin Pool
- split out a new 'bzr upgrade' command separate from
162
692 by Martin Pool
0.0.5 release
163
bzr-0.0.5  2005-06-15
448 by Martin Pool
- bzr with no command now shows help, not just an error
164
  
165
  CHANGES:
166
167
    * ``bzr`` with no command now shows help rather than giving an
168
      error.  Suggested by Michael Ellerman.
169
465 by Martin Pool
- Move show_status() out of Branch into a new function in
170
    * ``bzr status`` output format changed, because svn-style output
171
      doesn't really match the model of bzr.  Now files are grouped by
172
      status and can be shown with their IDs.  ``bzr status --all``
173
      shows all versioned files and unknown files but not ignored files.
174
527 by Martin Pool
- refactor log command
175
    * ``bzr log`` runs from most-recent to least-recent, the reverse
545 by Martin Pool
- --forward option for log
176
      of the previous order.  The previous behaviour can be obtained
177
      with the ``--forward`` option.
588 by Martin Pool
- change inventory command to not show ids by default
178
        
179
    * ``bzr inventory`` by default shows only filenames, and also ids
180
      if ``--show-ids`` is given, in which case the id is the second
181
      field.
527 by Martin Pool
- refactor log command
182
286 by Martin Pool
- New bzr whoami --email option
183
184
  ENHANCEMENTS:
185
186
    * New 'bzr whoami --email' option shows only the email component
187
      of the user identification, from Jo Vermeulen.
188
420 by Martin Pool
Doc
189
    * New ``bzr ignore PATTERN`` command.
310 by Martin Pool
- new 'bzr ignored' command!
190
318 by Martin Pool
- better error message for Ctrl-c
191
    * Nicer error message for broken pipe, interrupt and similar
192
      conditions that don't indicate an internal error.
317 by Martin Pool
- better error message for broken pipe
193
618 by Martin Pool
- ignore .git files as well
194
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
348 by Martin Pool
- Add vim and RCS ignorefile patterns
195
353 by Martin Pool
- Per-branch locks in read and write modes.
196
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
197
      either read or write mode.
198
384 by Martin Pool
doc
199
    * New option ``bzr log --show-ids`` shows revision and file ids.
367 by Martin Pool
- New --show-ids option for bzr log
200
378 by Martin Pool
- New usage bzr log FILENAME
201
    * New usage ``bzr log FILENAME`` shows only revisions that
202
      affected that file.
203
379 by Martin Pool
- Simpler compare_inventories() to possibly replace diff_trees
204
    * Changed format for describing changes in ``bzr log -v``.
205
389 by Martin Pool
- new commit --file option!
206
    * New option ``bzr commit --file`` to take a message from a file,
207
      suggested by LarstiQ.
208
468 by Martin Pool
- Interpret arguments to bzr status
209
    * New syntax ``bzr status [FILE...]`` contributed by Bartosz
210
      Oler.  File may be in a branch other than the working directory.
404 by Martin Pool
- bzr status now optionally takes filenames to check
211
416 by Martin Pool
- bzr log and bzr root now accept an http URL
212
    * ``bzr log`` and ``bzr root`` can be given an http URL instead of
213
      a filename.
214
422 by Martin Pool
- External-command patch from mpe
215
    * Commands can now be defined by external programs or scripts
216
      in a directory on $BZRPATH.
217
440 by Martin Pool
doc
218
    * New "stat cache" avoids reading the contents of files if they 
219
      haven't changed since the previous time.
220
443 by Martin Pool
- Patch from Fredrik Lundh to check Python version and
221
    * If the Python interpreter is too old, try to find a better one
222
      or give an error.  Based on a patch from Fredrik Lundh.
223
472 by Martin Pool
- Optional branch parameter to info command
224
    * New optional parameter ``bzr info [BRANCH]``.
225
491 by Martin Pool
- Selective commit!
226
    * New form ``bzr commit SELECTED`` to commit only selected files.
227
567 by Martin Pool
- New form 'bzr log -r FROM:TO'
228
    * New form ``bzr log -r FROM:TO`` shows changes in selected
229
      range; contributed by John A Meinel.
230
571 by Martin Pool
- new --diff-options to pass options through to external
231
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
232
      options through to an external GNU diff.
233
594 by Martin Pool
- add --no-recurse option for add command
234
    * New option ``bzr add --no-recurse`` to add a directory but not
235
      their contents.
236
607 by Martin Pool
doc
237
    * ``bzr --version`` now shows more information if bzr is being run
238
      from a branch.
239
441 by Martin Pool
- Fix from Lalo for unidiff output of newly added
240
  
241
  BUG FIXES:
242
243
    * Fixed diff format so that added and removed files will be
244
      handled properly by patch.  Fix from Lalo Martins.
245
536 by Martin Pool
doc
246
    * Various fixes for files whose names contain spaces or other
247
      metacharacters.
248
404 by Martin Pool
- bzr status now optionally takes filenames to check
249
296 by Martin Pool
- better reports from testbzr when it fails
250
  TESTING:
251
340 by Martin Pool
- more testcase fixes
252
    * Converted black-box test suites from Bourne shell into Python;
253
      now run using ``./testbzr``.  Various structural improvements to
254
      the tests.
297 by Martin Pool
- fix intentional testcase failure
255
398 by Martin Pool
- testbzr finds the right version of bzr to test
256
    * testbzr by default runs the version of bzr found in the same
257
      directory as the tests, or the one given as the first parameter.
258
399 by Martin Pool
- testbzr also runs selftests
259
    * testbzr also runs the internal tests, so the only command
260
      required to check is just ``./testbzr``.
261
508 by Martin Pool
- new -p option for testbzr to use a different version of python
262
    * testbzr requires python2.4, but can be used to test bzr running
263
      under a different version.
264
594 by Martin Pool
- add --no-recurse option for add command
265
    * Tests added for many other changes in this release.
266
398 by Martin Pool
- testbzr finds the right version of bzr to test
267
314 by Martin Pool
- Update ElementTree to 1.2.6
268
  INTERNAL:
269
270
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
271
389 by Martin Pool
- new commit --file option!
272
    * Refactor command functions into Command objects based on HCT by
273
      Scott James Remnant.
329 by Martin Pool
- refactor command functions into command classes
274
275
    * Better help messages for many commands.
276
344 by Martin Pool
- It's not an error to use the library without
277
    * Expose bzrlib.open_tracefile() to start the tracefile; until
278
      this is called trace messages are just discarded.
279
375 by Martin Pool
- New command touching-revisions and function to trace
280
    * New internal function find_touching_revisions() and hidden
281
      command touching-revisions trace the changes to a given file.
297 by Martin Pool
- fix intentional testcase failure
282
379 by Martin Pool
- Simpler compare_inventories() to possibly replace diff_trees
283
    * Simpler and faster compare_inventories() function.
284
397 by Martin Pool
- open_tracefile takes a tracefilename parameter
285
    * bzrlib.open_tracefile() takes a tracefilename parameter.
286
409 by Martin Pool
- New AtomicFile class
287
    * New AtomicFile class.
440 by Martin Pool
doc
288
289
    * New developer commands ``added``, ``modified``.
290
444 by Martin Pool
- cope on platforms with no urandom feature
291
292
  PORTABILITY:
293
294
    * Cope on Windows on python2.3 by using the weaker random seed.
295
      2.4 is now only recommended.
296
297
280 by Martin Pool
Prepare for 0.0.4 release
298
bzr-0.0.4  2005-04-22
184 by mbp at sourcefrog
pychecker fixups
299
196 by mbp at sourcefrog
selected-file diff
300
  ENHANCEMENTS:
184 by mbp at sourcefrog
pychecker fixups
301
244 by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote
302
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
196 by mbp at sourcefrog
selected-file diff
303
      basic.  Patch from QuantumG.
184 by mbp at sourcefrog
pychecker fixups
304
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
305
    * More default ignore patterns.
306
244 by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote
307
    * New 'bzr log --verbose' shows a list of files changed in the
308
      changeset.  Patch from Sebastian Cote.
309
261 by Martin Pool
- auto-rollover of .bzr.log
310
    * Roll over ~/.bzr.log if it gets too large.
311
272 by Martin Pool
- Add command aliases
312
    * Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
313
      by Jason Diamon.
314
273 by Martin Pool
- New 'bzr help commands'
315
    * New 'bzr help commands' based on a patch from Denys Duchier.
316
235 by mbp at sourcefrog
update NEWS
317
252 by Martin Pool
- Don't use host fqdn for default user name, because DNS tends
318
  CHANGES:
319
320
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
321
      or $EMAIL.  All are decoded by the locale preferred encoding.
322
      If none of these are present user@hostname is used.  The host's
323
      fully-qualified name is not used because that tends to fail when
324
      there are DNS problems.
325
255 by Martin Pool
- New whoami command
326
    * New 'bzr whoami' command instead of username user-email.
327
252 by Martin Pool
- Don't use host fqdn for default user name, because DNS tends
328
235 by mbp at sourcefrog
update NEWS
329
  BUG FIXES: 
330
331
    * Make commit safe for hardlinked bzr trees.
332
245 by mbp at sourcefrog
- control files always in utf-8-unix format
333
    * Some Unicode/locale fixes.
334
278 by Martin Pool
- Better workaround for trailing newlines in diffs
335
    * Partial workaround for difflib.unified_diff not handling
336
      trailing newlines properly.
337
235 by mbp at sourcefrog
update NEWS
338
232 by mbp at sourcefrog
Allow docstrings for help to be in PEP0257 format.
339
  INTERNAL:
340
341
    * Allow docstrings for help to be in PEP0257 format.  Patch from
342
      Matt Brubeck.
343
235 by mbp at sourcefrog
update NEWS
344
    * More tests in test.sh.
345
239 by mbp at sourcefrog
- remove profiler temporary file when done
346
    * Write profile data to a temporary file not into working
347
      directory and delete it when done.
238 by mbp at sourcefrog
- Don't put profiling temp file in current directory
348
257 by Martin Pool
- Write less startup junk to .bzr.log
349
    * Smaller .bzr.log with process ids.
350
184 by mbp at sourcefrog
pychecker fixups
351
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
352
  PORTABILITY:
353
261 by Martin Pool
- auto-rollover of .bzr.log
354
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
355
      Bennetts.
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
356
262 by Martin Pool
- gen_file_id: break the file on either / or \ when looking
357
    * Some improvements in handling paths on Windows, based on a patch
358
      from QuantumG.
359
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
360
181 by mbp at sourcefrog
prepare for 0.0.3 release
361
bzr-0.0.3  2005-04-06
155 by mbp at sourcefrog
add new explicit RootEntry to inventory (in-core only)
362
156 by mbp at sourcefrog
new "directories" command
363
  ENHANCEMENTS:
364
365
    * New "directories" internal command lists versioned directories
366
      in the tree.
367
159 by mbp at sourcefrog
bzr commit --help now works
368
    * Can now say "bzr commit --help".
369
174 by mbp at sourcefrog
- New 'move' command; now separated out from rename
370
    * New "rename" command to rename one file to a different name
371
      and/or directory.
372
373
    * New "move" command to move one or more files into a different
374
      directory.
168 by mbp at sourcefrog
new "rename" command
375
164 by mbp at sourcefrog
new 'renames' command
376
    * New "renames" command lists files renamed since base revision.
377
176 by mbp at sourcefrog
New cat command contributed by janmar.
378
    * New cat command contributed by janmar.
379
165 by mbp at sourcefrog
- put .bzr.log in /home/mbp
380
  CHANGES:
381
166 by mbp at sourcefrog
- Write .bzr.log in utf8
382
    * .bzr.log is placed in $HOME (not pwd) and is always written in
383
      UTF-8.  (Probably not a completely good long-term solution, but
384
      will do for now.)
165 by mbp at sourcefrog
- put .bzr.log in /home/mbp
385
162 by mbp at sourcefrog
workaround for python2.3 difflib bug
386
  PORTABILITY:
387
388
    * Workaround for difflib bug in Python 2.3 that causes an
389
      exception when comparing empty files.  Reported by Erik Toubro
390
      Nielsen.
163 by mbp at sourcefrog
merge win32 portability fixes
391
165 by mbp at sourcefrog
- put .bzr.log in /home/mbp
392
  INTERNAL:
393
394
    * Refactored inventory storage to insert a root entry at the top.
395
180 by mbp at sourcefrog
- mv command is gone, but renames seem to be working
396
  TESTING:
397
169 by mbp at sourcefrog
Start of shell-based black-box testing in test.sh
398
    * Start of shell-based black-box testing in test.sh.
399
163 by mbp at sourcefrog
merge win32 portability fixes
400
401
bzr-0.0.2.1
402
403
  PORTABILITY:
404
405
    * Win32 fixes from Steve Brown.
406
407
181 by mbp at sourcefrog
prepare for 0.0.3 release
408
bzr-0.0.2  "black cube"  2005-03-31
101 by mbp at sourcefrog
change default ignore list
409
133 by mbp at sourcefrog
- new 'ignored' command
410
  ENHANCEMENTS:
101 by mbp at sourcefrog
change default ignore list
411
110 by mbp at sourcefrog
Add more patterns to default ignore list
412
    * Default ignore list extended (see bzrlib/__init__.py).
101 by mbp at sourcefrog
change default ignore list
413
102 by mbp at sourcefrog
- cache ignore list in Tree
414
    * Patterns in .bzrignore are now added to the default ignore list,
415
      rather than replacing it.
416
146 by mbp at sourcefrog
match ignore patterns like ./config.h
417
    * Ignore list isn't reread for every file.
102 by mbp at sourcefrog
- cache ignore list in Tree
418
110 by mbp at sourcefrog
Add more patterns to default ignore list
419
    * More help topics.
420
118 by mbp at sourcefrog
Update news
421
    * Reinstate the 'bzr check' command to check invariants of the
422
      branch.
133 by mbp at sourcefrog
- new 'ignored' command
423
135 by mbp at sourcefrog
Simple new 'deleted' command
424
    * New 'ignored' command lists which files are ignored and why;
425
      'deleted' lists files deleted in the current working tree.
426
427
    * Performance improvements.
137 by mbp at sourcefrog
new --profile option
428
429
    * New global --profile option.
146 by mbp at sourcefrog
match ignore patterns like ./config.h
430
    
431
    * Ignore patterns like './config.h' now correctly match files in
163 by mbp at sourcefrog
merge win32 portability fixes
432
      the root directory only.
433
434
99 by mbp at sourcefrog
update for release 0.0.1
435
bzr-0.0.1  2005-03-26
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
436
81 by mbp at sourcefrog
show space usage for various stores in the info command
437
  ENHANCEMENTS:
438
439
    * More information from info command.
440
83 by mbp at sourcefrog
Can now say "bzr help COMMAND" for more detailed help
441
    * Can now say "bzr help COMMAND" for more detailed help.
442
92 by mbp at sourcefrog
more performance measurement
443
    * Less file flushing and faster performance when writing logs and
444
      committing to stores.
445
96 by mbp at sourcefrog
with commit -v, show committed revision number
446
    * More useful verbose output from some commands.
447
93 by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v'
448
  BUG FIXES:
449
450
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
451
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
452
  PORTABILITY:
453
454
    * Include a subset of ElementTree-1.2.20040618 to make
455
      installation easier.
456
73 by mbp at sourcefrog
fix time.localtime call for python 2.3
457
    * Fix time.localtime call to work with Python 2.3 (the minimum
458
      supported).
459
460
71 by mbp at sourcefrog
Add NEWS file
461
bzr-0.0.0.69  2005-03-22
462
463
  ENHANCEMENTS:
464
465
    * First public release.
466
467
    * Storage of local versions: init, add, remove, rm, info, log,
468
      diff, status, etc.