/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: Robert Collins
  • Date: 2005-09-27 07:24:40 UTC
  • mfrom: (1185.1.41)
  • Revision ID: robertc@robertcollins.net-20050927072440-1bf4d99c3e1db5b3
pair programming worx... merge integration and weave

Show diffs side-by-side

added added

removed removed

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