/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-19 07:18:30 UTC
  • mto: (1185.8.2)
  • mto: This revision was merged to the branch mainline in revision 1390.
  • Revision ID: mbp@sourcefrog.net-20050919071830-67b8013f1acc723c
- Quieten warnings about locking; patch from Matt Lavin.

Show diffs side-by-side

added added

removed removed

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