~bzr-pqm/bzr/bzr.dev

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