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