/brz/remove-bazaar

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