~bzr-pqm/bzr/bzr.dev

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