/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: Jelmer Vernooij
  • Date: 2009-04-02 15:54:49 UTC
  • mto: (0.200.326 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20090402155449-nuqhu1fsnqk6bt0g
Check that regenerated objects have the expected sha1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr 0.7rc1 2006-01-09
2
 
 
3
 
  CHANGES:
4
 
 
5
 
    * .bzrignore is excluded from exports, on the grounds that it's a bzr 
6
 
      internal-use file and may not be wanted.  (Jamie Wilkinson)
7
 
 
8
 
    * The "bzr directories" command were removed in favor of the new
9
 
      --kind option to the "bzr inventory" command.  To list all 
10
 
      versioned directories, now use "bzr inventory --kind directory".  
11
 
      (Johan Rydberg)
12
 
 
13
 
    * Under Windows configuration directory is now %APPDATA%\bazaar\2.0
14
 
      by default. (John Arbash Meinel)
15
 
 
16
 
    * The parent of Bzr configuration directory can be set by BZR_HOME
17
 
      environment variable. Now the path for it is searched in BZR_HOME, then
18
 
      in HOME. Under Windows the order is: BZR_HOME, APPDATA (usually
19
 
      points to C:\Documents and Settings\User Name\Application Data), HOME.
20
 
      (John Arbash Meinel)
21
 
 
22
 
    * Plugins with the same name in different directories in the bzr plugin
23
 
      path are no longer loaded: only the first successfully loaded one is
24
 
      used. (Robert Collins)
25
 
 
26
 
    * Use systems' external ssh command to open connections if possible.  
27
 
      This gives better integration with user settings such as ProxyCommand.
28
 
      (James Henstridge)
29
 
 
30
 
    * Sftp paths can now be relative, or local, according to the IETF 
31
 
      draft spec.  Paths now take the form:
32
 
      sftp://user:pass@host:port/relative/path
33
 
      or
34
 
      sftp://user:pass@host:port/%2Fabsolute/path
35
 
      or
36
 
      sftp://user:pass@host:port//absolute/path
37
 
 
38
 
    * Permissions on files underneath .bzr/ are inherited from the .bzr 
39
 
      directory. So for a shared repository, simply doing 'chmod -R g+w .bzr/'
40
 
      will mean that future file will be created with group write permissions.
41
 
 
42
 
    * configure.in and config.guess are no longer in the builtin default 
43
 
      ignore list.
44
 
 
45
 
    * '.sw[nop]' pattern ignored, to ignore vim swap files for nameless
46
 
      files.  (John Arbash Meinel, Martin Pool)
47
 
 
48
 
  IMPROVEMENTS:
49
 
 
50
 
    * "bzr INIT dir" now initializes the specified directory, and creates 
51
 
      it if it does not exist.  (John Arbash Meinel)
52
 
 
53
 
    * New remerge command (Aaron Bentley)
54
 
 
55
 
    * Better zsh completion script.  (Steve Borho)
56
 
 
57
 
    * 'bzr diff' now returns 1 when there are changes in the working 
58
 
      tree. (Robert Collins)
59
 
 
60
 
    * 'bzr push' now exists and can push changes to a remote location. 
61
 
      This uses the transport infrastructure, and can store the remote
62
 
      location in the ~/.bazaar/branches.conf configuration file.
63
 
      (Robert Collins)
64
 
 
65
 
    * Test directories are only kept if the test fails and the user requests
66
 
      that they be kept.
67
 
 
68
 
    * Tweaks to short log printing
69
 
 
70
 
    * Added branch nicks, new nick command, printing them in log output. 
71
 
      (Aaron Bentley)
72
 
 
73
 
    * If $BZR_PDB is set, pop into the debugger when an uncaught exception 
74
 
      occurs.  (Martin Pool)
75
 
 
76
 
    * Accept 'bzr resolved' (an alias for 'bzr resolve'), as this is
77
 
      the same as Subversion.  (Martin Pool)
78
 
 
79
 
    * New ftp transport support (on ftplib), for ftp:// and aftp:// 
80
 
      URLs.  (Daniel Silverstone)
81
 
 
82
 
    * Commit editor temporary files now start with 'bzr_log.', to allow 
83
 
      text editors to match the file name and set up appropriate modes or 
84
 
      settings.  (Magnus Therning)
85
 
 
86
 
    * Improved performance when integrating changes from a remote weave.  
87
 
      (Goffredo Baroncelli)
88
 
 
89
 
    * Sftp will attempt to cache the connection, so it is more likely that
90
 
      a connection will be reused, rather than requiring multiple password
91
 
      requests.
92
 
 
93
 
    * bzr revno now takes an optional argument indicating the branch whose
94
 
      revno should be printed.  (Michael Ellerman)
95
 
 
96
 
    * bzr cat defaults to printing the last version of the file.  
97
 
      (#3632, Matthieu Moy)
98
 
 
99
 
    * New global option 'bzr --lsprof COMMAND' runs bzr under the lsprof 
100
 
      profiler.  (Denys Duchier)
101
 
 
102
 
    * Faster commits by reading only the headers of affected weave files. 
103
 
      (Denys Duchier)
104
 
 
105
 
    * 'bzr add' now takes a --dry-run parameter which shows you what would be
106
 
      added, but doesn't actually add anything. (Michael Ellerman)
107
 
 
108
 
    * bzr add now lists how many files were ignored per glob.  add --verbose
109
 
      lists the specific files.  (Aaron Bentley)
110
 
 
111
 
  BUG FIXES:
112
 
 
113
 
    * SFTP can walk up to the root path without index errors. (Robert Collins)
114
 
 
115
 
    * Fix bugs in running bzr with 'python -O'.  (Martin Pool)
116
 
 
117
 
    * Error when run with -OO
118
 
 
119
 
    * Fix bug in reporting http errors that don't have an http error code.
120
 
      (Martin Pool)
121
 
 
122
 
    * Handle more cases of pipe errors in display commands
123
 
 
124
 
    * Change status to 3 for all errors
125
 
 
126
 
    * Files that are added and unlinked before committing are completely
127
 
      ignored by diff and status
128
 
 
129
 
    * Stores with some compressed texts and some uncompressed texts are now
130
 
      able to be used. (John A Meinel)
131
 
 
132
 
    * Fix for bzr pull failing sometimes under windows
133
 
 
134
 
    * Fix for sftp transport under windows when using interactive auth
135
 
 
136
 
    * Show files which are both renamed and modified as such in 'bzr 
137
 
      status' output.  (#4503, Daniel Silverstone)
138
 
 
139
 
    * Make annotate cope better with revisions committed without a valid 
140
 
      email address.  (Marien Zwart)
141
 
 
142
 
    * Fix representation of tab characters in commit messages.  (Harald 
143
 
      Meland)
144
 
 
145
 
    * List of plugin directories in BZR_PLUGIN_PATH environment variable is
146
 
      now parsed properly under Windows. (Alexander Belchenko)
147
 
 
148
 
    * Show number of revisions pushed/pulled/merged. (Robey Pointer)
149
 
 
150
 
    * Keep a cached copy of the basis inventory to speed up operations 
151
 
      that need to refer to it.  (Johan Rydberg, Martin Pool)
152
 
 
153
 
    * Fix bugs in bzr status display of non-ascii characters.  (Martin 
154
 
      Pool)
155
 
 
156
 
    * Remove Makefile.in from default ignore list.  (#6413, Tollef Fog 
157
 
      Heen, Martin Pool)
158
 
 
159
 
  TESTING:
160
 
 
161
 
    * Fix selftest asking for passwords when there are no SFTP keys.  
162
 
      (Robey Pointer, Jelmer Vernooij) 
163
 
 
164
 
    * Fix selftest run with 'python -O'.  (Martin Pool)
165
 
 
166
 
    * Fix HTTP tests under Windows. (John Arbash Meinel)
167
 
 
168
 
    * Make tests work even if HOME is not set (Aaron Bentley)
169
 
 
170
 
    * Updated build_tree to use fixed line-endings for tests which read 
171
 
      the file cotents and compare. Make some tests use this to pass under
172
 
      Windows. (John Arbash Meinel)
173
 
 
174
 
    * Skip stat and symlink tests under Windows. (Alexander Belchenko)
175
 
 
176
 
    * Delay in selftest/testhashcash is now issued under win32 and Cygwin.
177
 
      (John Arbash Meinel)
178
 
 
179
 
    * Use terminal width to align verbose test output.  (Martin Pool)
180
 
 
181
 
    * Blackbox tests are maintained within the bzrlib.tests.blackbox directory.
182
 
      If adding a new test script please add that to
183
 
      bzrlib.tests.blackbox.__init__. (Robert Collins)
184
 
 
185
 
    * Much better error message if one of the test suites can't be 
186
 
      imported.  (Martin Pool)
187
 
 
188
 
    * Make check now runs the test suite twice - once with the default locale,
189
 
      and once with all locales forced to C, to expose bugs. This is not 
190
 
      trivially done within python, so for now its only triggered by running
191
 
      Make check. Integrators and packagers who wish to check for full 
192
 
      platform support should run 'make check' to test the source.
193
 
      (Robert Collins)
194
 
 
195
 
    * Tests can now run TestSkipped if they can't execute for any reason.
196
 
      (Martin Pool) (NB: TestSkipped should only be raised for correctable
197
 
      reasons - see the wiki spec ImprovingBzrTestSuite).
198
 
 
199
 
  INTERNALS:
200
 
 
201
 
    * WorkingTree.pull has been split across Branch and WorkingTree,
202
 
      to allow Branch only pulls. (Robert Collins)
203
 
 
204
 
    * commands.display_command now returns the result of the decorated 
205
 
      function. (Robert Collins)
206
 
 
207
 
    * LocationConfig now has a set_user_option(key, value) call to save
208
 
      a setting in its matching location section (a new one is created
209
 
      if needed). (Robert Collins)
210
 
 
211
 
    * Branch has two new methods, get_push_location and set_push_location
212
 
      to respectively, get and set the push location. (Robert Collins)
213
 
 
214
 
    * commands.register_command now takes an optional flag to signal that
215
 
      the registrant is planning to decorate an existing command. When 
216
 
      given multiple plugins registering a command is not an error, and
217
 
      the original command class (whether built in or a plugin based one) is
218
 
      returned to the caller. There is a new error 'MustUseDecorated' for
219
 
      signalling when a wrapping command should switch to the original
220
 
      version. (Robert Collins)
221
 
 
222
 
    * Some option parsing errors will raise 'BzrOptionError', allowing 
223
 
      granular detection for decorating commands. (Robert Collins).
224
 
 
225
 
    * Branch.read_working_inventory has moved to
226
 
      WorkingTree.read_working_inventory. This necessitated changes to
227
 
      Branch.get_root_id, and a move of Branch.set_inventory to WorkingTree
228
 
      as well. To make it clear that a WorkingTree cannot always be obtained
229
 
      Branch.working_tree() will raise 'errors.NoWorkingTree' if one cannot
230
 
      be obtained. (Robert Collins)
231
 
 
232
 
    * All pending merges operations from Branch are now on WorkingTree.
233
 
      (Robert Collins)
234
 
 
235
 
    * The follow operations from Branch have moved to WorkingTree:
236
 
      add()
237
 
      commit()
238
 
      move()
239
 
      rename_one()
240
 
      unknowns()
241
 
      (Robert Collins)
242
 
 
243
 
    * bzrlib.add.smart_add_branch is now smart_add_tree. (Robert Collins)
244
 
 
245
 
    * New "rio" serialization format, similar to rfc-822. (Martin Pool)
246
 
 
247
 
    * Rename selftests to `bzrlib.tests.test_foo`.  (John A Meinel, Martin 
248
 
      Pool)
249
 
 
250
 
    * bzrlib.plugin.all_plugins has been changed from an attribute to a 
251
 
      query method. (Robert Collins)
252
 
 
253
 
    * New options to read only the table-of-contents of a weave.  
254
 
      (Denys Duchier)
255
 
 
256
 
    * Raise NoSuchFile when someone tries to add a non-existant file.
257
 
      (Michael Ellerman)
258
 
 
259
 
    * Simplify handling of DivergedBranches in cmd_pull().
260
 
      (Michael Ellerman)
261
 
                   
262
 
    * Deprecated functions and methods can now be marked as such using the 
263
 
      bzrlib.symbol_versioning module. Marked method have their docstring
264
 
      updated and will issue a DeprecationWarning using the warnings module
265
 
      when they are used. (Robert Collins)
266
 
 
267
 
    * bzrlib.osutils.safe_unicode now exists to provide parameter coercion
268
 
      for functions that need unicode strings. (Robert Collins)
269
 
 
270
 
    * Remove obsolete (and no-op) `decode` parameter to `Transport.get`.  
271
 
      (Martin Pool)
272
 
 
273
 
bzr 0.6 2005-10-28
274
 
 
275
 
  IMPROVEMENTS:
276
 
  
277
 
    * pull now takes --verbose to show you what revisions are added or removed
278
 
      (John A Meinel)
279
 
 
280
 
    * merge now takes a --show-base option to include the base text in
281
 
      conflicts.
282
 
      (Aaron Bentley)
283
 
 
284
 
    * The config files are now read using ConfigObj, so '=' should be used as
285
 
      a separator, not ':'.
286
 
      (Aaron Bentley)
287
 
 
288
 
    * New 'bzr commit --strict' option refuses to commit if there are 
289
 
      any unknown files in the tree.  To commit, make sure all files are 
290
 
      either ignored, added, or deleted.  (Michael Ellerman)
291
 
 
292
 
    * The config directory is now ~/.bazaar, and there is a single file 
293
 
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
294
 
      (Robert Collins)
295
 
 
296
 
    * 'bzr add' no longer takes a --verbose option, and a --quiet option
297
 
      has been added that suppresses all output.
298
 
 
299
 
    * Improved zsh completion support in contrib/zsh, from Clint
300
 
      Adams.
301
 
 
302
 
    * Builtin 'bzr annotate' command, by Martin Pool with improvements from 
303
 
      Goffredo Baroncelli.
304
 
    
305
 
    * 'bzr check' now accepts -v for verbose reporting, and checks for
306
 
      ghosts in the branch. (Robert Collins)
307
 
 
308
 
    * New command 're-sign' which will regenerate the gpg signature for 
309
 
      a revision. (Robert Collins)
310
 
 
311
 
    * If you set check_signatures=require for a path in 
312
 
      ~/.bazaar/branches.conf then bzr will invoke your
313
 
      gpg_signing_command (defaults to gpg) and record a digital signature
314
 
      of your commit. (Robert Collins)
315
 
 
316
 
    * New sftp transport, based on Paramiko.  (Robey Pointer)
317
 
 
318
 
    * 'bzr pull' now accepts '--clobber' which will discard local changes
319
 
      and make this branch identical to the source branch. (Robert Collins)
320
 
 
321
 
    * Just give a quieter warning if a plugin can't be loaded, and 
322
 
      put the details in .bzr.log.  (Martin Pool)
323
 
 
324
 
    * 'bzr branch' will now set the branch-name to the last component of the
325
 
      output directory, if one was supplied.
326
 
 
327
 
    * If the option 'post_commit' is set to one (or more) python function
328
 
      names (must be in the bzrlib namespace), then they will be invoked
329
 
      after the commit has completed, with the branch and revision_id as
330
 
      parameters. (Robert Collins)
331
 
 
332
 
    * Merge now has a retcode of 1 when conflicts occur. (Robert Collins)
333
 
 
334
 
    * --merge-type weave is now supported for file contents.  Tree-shape
335
 
      changes are still three-way based.  (Martin Pool, Aaron Bentley)
336
 
 
337
 
    * 'bzr check' allows the first revision on revision-history to have
338
 
      parents - something that is expected for cheap checkouts, and occurs
339
 
      when conversions from baz do not have all history.  (Robert Collins).
340
 
 
341
 
   * 'bzr merge' can now graft unrelated trees together, if your specify
342
 
     0 as a base. (Aaron Bentley)
343
 
 
344
 
   * 'bzr commit branch' and 'bzr commit branch/file1 branch/file2' now work
345
 
     (Aaron Bentley)
346
 
 
347
 
    * Add '.sconsign*' to default ignore list.  (Alexander Belchenko)
348
 
 
349
 
   * 'bzr merge --reprocess' minimizes conflicts
350
 
 
351
 
  TESTING:
352
 
 
353
 
    * The 'bzr selftest --pattern' option for has been removed, now 
354
 
      test specifiers on the command line can be simple strings, or 
355
 
      regexps, or both. (Robert Collins)
356
 
 
357
 
    * Passing -v to selftest will now show the time each test took to 
358
 
      complete, which will aid in analysing performance regressions and
359
 
      related questions. (Robert Collins)
360
 
 
361
 
    * 'bzr selftest' runs all tests, even if one fails, unless '--one'
362
 
      is given. (Martin Pool)
363
 
 
364
 
    * There is a new method for TestCaseInTempDir, assertFileEqual, which
365
 
      will check that a given content is equal to the content of the named
366
 
      file. (Robert Collins)
367
 
 
368
 
    * Fix test suite's habit of leaving many temporary log files in $TMPDIR.
369
 
      (Martin Pool)
370
 
 
371
 
  INTERNALS:
372
 
 
373
 
    * New 'testament' command and concept for making gpg-signatures 
374
 
      of revisions that are not tied to a particular internal
375
 
      representation.  (Martin Pool).
376
 
 
377
 
    * Per-revision properties ('revprops') as key-value associated 
378
 
      strings on each revision created when the revision is committed.
379
 
      Intended mainly for the use of external tools.  (Martin Pool).
380
 
 
381
 
    * Config options have moved from bzrlib.osutils to bzrlib.config.
382
 
      (Robert Collins)
383
 
 
384
 
    * Improved command line option definitions allowing explanations
385
 
      for individual options, among other things.  Contributed by 
386
 
      Magnus Therning.
387
 
 
388
 
    * Config options have moved from bzrlib.osutils to bzrlib.config.
389
 
      Configuration is now done via the config.Config interface:
390
 
      Depending on whether you have a Branch, a Location or no information
391
 
      available, construct a *Config, and use its signature_checking,
392
 
      username and user_email methods. (Robert Collins)
393
 
 
394
 
    * Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin, and
395
 
      they are made available for other plugins to use. You should not 
396
 
      import other plugins during the __init__ of your plugin though, as 
397
 
      no ordering is guaranteed, and the plugins directory is not on the
398
 
      python path. (Robert Collins)
399
 
 
400
 
    * Branch.relpath has been moved to WorkingTree.relpath. WorkingTree no
401
 
      no longer takes an inventory, rather it takes an option branch
402
 
      parameter, and if None is given will open the branch at basedir 
403
 
      implicitly. (Robert Collins)
404
 
 
405
 
    * Cleaner exception structure and error reporting.  Suggested by 
406
 
      Scott James Remnant.  (Martin Pool)
407
 
 
408
 
    * Branch.remove has been moved to WorkingTree, which has also gained
409
 
      lock_read, lock_write and unlock methods for convenience. (Robert
410
 
      Collins)
411
 
 
412
 
    * Two decorators, needs_read_lock and needs_write_lock have been added
413
 
      to the branch module. Use these to cause a function to run in a
414
 
      read or write lock respectively. (Robert Collins)
415
 
 
416
 
    * Branch.open_containing now returns a tuple (Branch, relative-path),
417
 
      which allows direct access to the common case of 'get me this file
418
 
      from its branch'. (Robert Collins)
419
 
 
420
 
    * Transports can register using register_lazy_transport, and they 
421
 
      will be loaded when first used.  (Martin Pool)
422
 
 
423
 
    * 'pull' has been factored out of the command as WorkingTree.pull().
424
 
      A new option to WorkingTree.pull has been added, clobber, which will
425
 
      ignore diverged history and pull anyway.
426
 
      (Robert Collins)
427
 
 
428
 
    * config.Config has a 'get_user_option' call that accepts an option name.
429
 
      This will be looked up in branches.conf and bazaar.conf as normal.
430
 
      It is intended that this be used by plugins to support options - 
431
 
      options of built in programs should have specific methods on the config.
432
 
      (Robert Collins)
433
 
 
434
 
    * merge.merge_inner now has tempdir as an optional parameter. (Robert
435
 
      Collins)
436
 
 
437
 
    * Tree.kind is not recorded at the top level of the hierarchy, as it was
438
 
      missing on EmptyTree, leading to a bug with merge on EmptyTrees.
439
 
      (Robert Collins)
440
 
 
441
 
    * WorkingTree.__del__ has been removed, it was non deterministic and not 
442
 
      doing what it was intended to. See WorkingTree.__init__ for a comment
443
 
      about future directions. (Robert Collins/Martin Pool)
444
 
 
445
 
    * bzrlib.transport.http has been modified so that only 404 urllib errors
446
 
      are returned as NoSuchFile. Other exceptions will propogate as normal.
447
 
      This allows debuging of actual errors. (Robert Collins)
448
 
 
449
 
    * bzrlib.transport.Transport now accepts *ONLY* url escaped relative paths
450
 
      to apis like 'put', 'get' and 'has'. This is to provide consistent
451
 
      behaviour - it operates on url's only. (Robert Collins)
452
 
 
453
 
    * Transports can register using register_lazy_transport, and they 
454
 
      will be loaded when first used.  (Martin Pool)
455
 
 
456
 
    * 'merge_flex' no longer calls conflict_handler.finalize(), instead that
457
 
      is called by merge_inner. This is so that the conflict count can be 
458
 
      retrieved (and potentially manipulated) before returning to the caller
459
 
      of merge_inner. Likewise 'merge' now returns the conflict count to the
460
 
      caller. (Robert Collins)
461
 
 
462
 
    * 'revision.revision_graph can handle having only partial history for
463
 
      a revision - that is no revisions in the graph with no parents.
464
 
      (Robert Collins).
465
 
 
466
 
    * New builtins.branch_files uses the standard file_list rules to produce
467
 
      a branch and a list of paths, relative to that branch (Aaron Bentley)
468
 
 
469
 
    * New TestCase.addCleanup facility.
470
 
 
471
 
    * New bzrlib.version_info tuple (similar to sys.version_info), which can
472
 
      be used by programs importing bzrlib.
473
 
 
474
 
  BUG FIXES:
475
 
 
476
 
    * Better handling of branches in directories with non-ascii names. 
477
 
      (Joel Rosdahl, Panagiotis Papadakos)
478
 
 
479
 
    * Upgrades of trees with no commits will not fail due to accessing
480
 
      [-1] in the revision-history. (Andres Salomon)
481
 
 
482
 
 
483
 
bzr 0.1.1 2005-10-12
484
 
 
485
 
  BUG FIXES:
486
 
 
487
 
    * Fix problem in pulling over http from machines that do not 
488
 
      allow directories to be listed.
489
 
 
490
 
    * Avoid harmless warning about invalid hash cache after 
491
 
      upgrading branch format.
492
 
 
493
 
  PERFORMANCE: 
494
 
  
495
 
    * Avoid some unnecessary http operations in branch and pull.
496
 
 
497
 
 
498
 
bzr 0.1 2005-10-11
499
 
 
500
 
  NOTES:
501
 
 
502
 
    * 'bzr branch' over http initially gives a very high estimate
503
 
      of completion time but it should fall as the first few 
504
 
      revisions are pulled in.  branch is still slow on 
505
 
      high-latency connections.
506
 
 
507
 
  BUG FIXES:
508
 
  
509
 
    * bzr-man.py has been updated to work again. Contributed by
510
 
      Rob Weir.
511
 
 
512
 
    * Locking is now done with fcntl.lockf which works with NFS
513
 
      file systems. Contributed by Harald Meland.
514
 
 
515
 
    * When a merge encounters a file that has been deleted on
516
 
      one side and modified on the other, the old contents are
517
 
      written out to foo.BASE and foo.SIDE, where SIDE is this
518
 
      or OTHER. Contributed by Aaron Bentley.
519
 
 
520
 
    * Export was choosing incorrect file paths for the content of
521
 
      the tarball, this has been fixed by Aaron Bentley.
522
 
 
523
 
    * Commit will no longer commit without a log message, an 
524
 
      error is returned instead. Contributed by Jelmer Vernooij.
525
 
 
526
 
    * If you commit a specific file in a sub directory, any of its
527
 
      parent directories that are added but not listed will be 
528
 
      automatically included. Suggested by Michael Ellerman.
529
 
 
530
 
    * bzr commit and upgrade did not correctly record new revisions
531
 
      for files with only a change to their executable status.
532
 
      bzr will correct this when it encounters it. Fixed by
533
 
      Robert Collins
534
 
 
535
 
    * HTTP tests now force off the use of http_proxy for the duration.
536
 
      Contributed by Gustavo Niemeyer.
537
 
 
538
 
    * Fix problems in merging weave-based branches that have 
539
 
      different partial views of history.
540
 
 
541
 
    * Symlink support: working with symlinks when not in the root of a 
542
 
      bzr tree was broken, patch from Scott James Remnant.
543
 
 
544
 
 
545
 
  IMPROVEMENTS:
546
 
 
547
 
    * 'branch' now accepts a --basis parameter which will take advantage
548
 
      of local history when making a new branch. This allows faster 
549
 
      branching of remote branches. Contributed by Aaron Bentley.
550
 
 
551
 
    * New tree format based on weave files, called version 5.
552
 
      Existing branches can be upgraded to this format using 
553
 
      'bzr upgrade'.
554
 
 
555
 
    * Symlinks are now versionable. Initial patch by 
556
 
      Erik Toubro Nielsen, updated to head by Robert Collins.
557
 
 
558
 
    * Executable bits are tracked on files. Patch from Gustavo
559
 
      Niemeyer.
560
 
 
561
 
    * 'bzr status' now shows unknown files inside a selected directory.
562
 
      Patch from Heikki Paajanen.
563
 
 
564
 
    * Merge conflicts are recorded in .bzr. Two new commands 'conflicts'
565
 
      and 'resolve' have needed added, which list and remove those 
566
 
      merge conflicts respectively. A conflicted tree cannot be committed
567
 
      in. Contributed by Aaron Bentley.
568
 
 
569
 
    * 'rm' is now an alias for 'remove'.
570
 
 
571
 
    * Stores now split out their content in a single byte prefixed hash,
572
 
      dropping the density of files per directory by 256. Contributed by
573
 
      Gustavo Niemeyer.
574
 
 
575
 
    * 'bzr diff -r branch:URL' will now perform a diff between two branches.
576
 
      Contributed by Robert Collins.
577
 
 
578
 
    * 'bzr log' with the default formatter will show merged revisions,
579
 
      indented to the right. Initial implementation contributed by Gustavo
580
 
      Niemeyer, made incremental by Robert Collins.
581
 
 
582
 
 
583
 
  INTERNALS:
584
 
 
585
 
    * Test case failures have the exception printed after the log 
586
 
      for your viewing pleasure.
587
 
 
588
 
    * InventoryEntry is now an abstract base class, use one of the
589
 
      concrete InventoryDirectory etc classes instead.
590
 
 
591
 
    * Branch raises an UnsupportedFormatError when it detects a 
592
 
      bzr branch it cannot understand. This allows for precise
593
 
      handling of such circumstances.
594
 
 
595
 
 
596
 
  TESTING:
597
 
 
598
 
    * Removed testsweet module so that tests can be run after 
599
 
      bzr installed by 'bzr selftest'.
600
 
 
601
 
    * 'bzr selftest' command-line arguments can now be partial ids
602
 
      of tests to run, e.g. 'bzr selftest test_weave'
603
 
 
604
 
      
605
 
bzr 0.0.9 2005-09-23
606
 
 
607
 
  BUG FIXES:
608
 
 
609
 
    * Fixed "branch -r" option.
610
 
 
611
 
    * Fix remote access to branches containing non-compressed history.
612
 
      (Robert Collins).
613
 
 
614
 
    * Better reliability of http server tests.  (John Arbash-Meinel)
615
 
 
616
 
    * Merge graph maximum distance calculation fix.  (Aaron Bentley)
617
 
   
618
 
    * Various minor bug in windows support have been fixed, largely in the
619
 
      test suite. Contributed by Alexander Belchenko.
620
 
 
621
 
  IMPROVEMENTS:
622
 
 
623
 
    * Status now accepts a -r argument to give status between chosen
624
 
      revisions. Contributed by Heikki Paajanen.
625
 
 
626
 
    * Revision arguments no longer use +/-/= to control ranges, instead
627
 
      there is a 'before' namespace, which limits the successive namespace.
628
 
      For example '$ bzr log -r date:yesterday..before:date:today' will
629
 
      select everything from yesterday and before today. Contributed by
630
 
      Robey Pointer
631
 
 
632
 
    * There is now a bzr.bat file created by distutils when building on 
633
 
      Windows. Contributed by Alexander Belchenko.
634
 
 
635
 
  INTERNALS:
636
 
 
637
 
    * Removed uuid() as it was unused.
638
 
 
639
 
    * Improved 'fetch' code for pulling revisions from one branch into
640
 
      another (used by pull, merged, etc.)
641
 
 
642
 
 
643
 
bzr 0.0.8 2005-09-20
644
 
 
645
 
  IMPROVEMENTS:
646
 
 
647
 
    * Adding a file whose parent directory is not versioned will
648
 
      implicitly add the parent, and so on up to the root. This means
649
 
      you should never need to explictly add a directory, they'll just
650
 
      get added when you add a file in the directory.  Contributed by
651
 
      Michael Ellerman.
652
 
 
653
 
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
654
 
      Nir Soffer.
655
 
 
656
 
    * If you set BZR_EDITOR in the environment, it is checked in
657
 
      preference to EDITOR and the config file for the interactive commit
658
 
      editing program. Related to this is a bugfix where a missing program
659
 
      set in EDITOR would cause editing to fail, now the fallback program
660
 
      for the operating system is still tried.
661
 
 
662
 
    * Files that are not directories/symlinks/regular files will no longer
663
 
      cause bzr to fail, it will just ignore them by default. You cannot add
664
 
      them to the tree though - they are not versionable.
665
 
 
666
 
 
667
 
  INTERNALS:
668
 
 
669
 
    * Refactor xml packing/unpacking.
670
 
 
671
 
  BUG FIXES: 
672
 
 
673
 
    * Fixed 'bzr mv' by Ollie Rutherfurd.
674
 
 
675
 
    * Fixed strange error when trying to access a nonexistent http
676
 
      branch.
677
 
 
678
 
    * Make sure that the hashcache gets written out if it can't be
679
 
      read.
680
 
 
681
 
 
682
 
  PORTABILITY:
683
 
 
684
 
    * Various Windows fixes from Ollie Rutherfurd.
685
 
 
686
 
    * Quieten warnings about locking; patch from Matt Lavin.
687
 
 
688
 
 
689
 
bzr-0.0.7 2005-09-02
690
 
 
691
 
  NEW FEATURES:
692
 
 
693
 
    * ``bzr shell-complete`` command contributed by Clint Adams to
694
 
      help with intelligent shell completion.
695
 
 
696
 
    * New expert command ``bzr find-merge-base`` for debugging merges.
697
 
 
698
 
 
699
 
  ENHANCEMENTS:
700
 
 
701
 
    * Much better merge support.
702
 
 
703
 
    * merge3 conflicts are now reported with markers like '<<<<<<<'
704
 
      (seven characters) which is the same as CVS and pleases things
705
 
      like emacs smerge.
706
 
 
707
 
 
708
 
  BUG FIXES:
709
 
 
710
 
    * ``bzr upgrade`` no longer fails when trying to fix trees that
711
 
      mention revisions that are not present.
712
 
 
713
 
    * Fixed bugs in listing plugins from ``bzr plugins``.
714
 
 
715
 
    * Fix case of $EDITOR containing options for the editor.
716
 
 
717
 
    * Fix log -r refusing to show the last revision.
718
 
      (Patch from Goffredo Baroncelli.)
719
 
 
720
 
 
721
 
  CHANGES:
722
 
 
723
 
    * ``bzr log --show-ids`` shows the revision ids of all parents.
724
 
 
725
 
    * Externally provided commands on your $BZRPATH no longer need
726
 
      to recognize --bzr-usage to work properly, and can just handle
727
 
      --help themselves.
728
 
 
729
 
 
730
 
  LIBRARY:
731
 
 
732
 
    * Changed trace messages to go through the standard logging
733
 
      framework, so that they can more easily be redirected by
734
 
      libraries.
735
 
 
736
 
 
737
 
 
738
 
bzr-0.0.6 2005-08-18
739
 
 
740
 
  NEW FEATURES:
741
 
 
742
 
    * Python plugins, automatically loaded from the directories on
743
 
      BZR_PLUGIN_PATH or ~/.bzr.conf/plugins by default.
744
 
 
745
 
    * New 'bzr mkdir' command.
746
 
 
747
 
    * Commit mesage is fetched from an editor if not given on the
748
 
      command line; patch from Torsten Marek.
749
 
 
750
 
    * ``bzr log -m FOO`` displays commits whose message matches regexp 
751
 
      FOO.
752
 
      
753
 
    * ``bzr add`` with no arguments adds everything under the current directory.
754
 
 
755
 
    * ``bzr mv`` does move or rename depending on its arguments, like
756
 
      the Unix command.
757
 
 
758
 
    * ``bzr missing`` command shows a summary of the differences
759
 
      between two trees.  (Merged from John Arbash-Meinel.)
760
 
 
761
 
    * An email address for commits to a particular tree can be
762
 
      specified by putting it into .bzr/email within a branch.  (Based
763
 
      on a patch from Heikki Paajanen.)
764
 
 
765
 
 
766
 
  ENHANCEMENTS:
767
 
 
768
 
    * Faster working tree operations.
769
 
 
770
 
 
771
 
  CHANGES:
772
 
 
773
 
    * 3rd-party modules shipped with bzr are copied within the bzrlib
774
 
      python package, so that they can be installed by the setup
775
 
      script without clashing with anything already existing on the
776
 
      system.  (Contributed by Gustavo Niemeyer.)
777
 
 
778
 
    * Moved plugins directory to bzrlib/, so that there's a standard
779
 
      plugin directory which is not only installed with bzr itself but
780
 
      is also available when using bzr from the development tree.
781
 
      BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
782
 
      standard plugins directory.
783
 
 
784
 
    * When exporting to a tarball with ``bzr export --format tgz``, put 
785
 
      everything under a top directory rather than dumping it into the
786
 
      current directory.   This can be overridden with the ``--root`` 
787
 
      option.  Patch from William Dodé and John Meinel.
788
 
 
789
 
    * New ``bzr upgrade`` command to upgrade the format of a branch,
790
 
      replacing ``bzr check --update``.
791
 
 
792
 
    * Files within store directories are no longer marked readonly on
793
 
      disk.
794
 
 
795
 
    * Changed ``bzr log`` output to a more compact form suggested by
796
 
      John A Meinel.  Old format is available with the ``--long`` or
797
 
      ``-l`` option, patched by William Dodé.
798
 
 
799
 
    * By default the commit command refuses to record a revision with
800
 
      no changes unless the ``--unchanged`` option is given.
801
 
 
802
 
    * The ``--no-plugins``, ``--profile`` and ``--builtin`` command
803
 
      line options must come before the command name because they 
804
 
      affect what commands are available; all other options must come 
805
 
      after the command name because their interpretation depends on
806
 
      it.
807
 
 
808
 
    * ``branch`` and ``clone`` added as aliases for ``branch``.
809
 
 
810
 
    * Default log format is back to the long format; the compact one
811
 
      is available with ``--short``.
812
 
      
813
 
      
814
 
  BUG FIXES:
815
 
  
816
 
    * Fix bugs in committing only selected files or within a subdirectory.
817
 
 
818
 
 
819
 
bzr-0.0.5  2005-06-15
820
 
  
821
 
  CHANGES:
822
 
 
823
 
    * ``bzr`` with no command now shows help rather than giving an
824
 
      error.  Suggested by Michael Ellerman.
825
 
 
826
 
    * ``bzr status`` output format changed, because svn-style output
827
 
      doesn't really match the model of bzr.  Now files are grouped by
828
 
      status and can be shown with their IDs.  ``bzr status --all``
829
 
      shows all versioned files and unknown files but not ignored files.
830
 
 
831
 
    * ``bzr log`` runs from most-recent to least-recent, the reverse
832
 
      of the previous order.  The previous behaviour can be obtained
833
 
      with the ``--forward`` option.
834
 
        
835
 
    * ``bzr inventory`` by default shows only filenames, and also ids
836
 
      if ``--show-ids`` is given, in which case the id is the second
837
 
      field.
838
 
 
839
 
 
840
 
  ENHANCEMENTS:
841
 
 
842
 
    * New 'bzr whoami --email' option shows only the email component
843
 
      of the user identification, from Jo Vermeulen.
844
 
 
845
 
    * New ``bzr ignore PATTERN`` command.
846
 
 
847
 
    * Nicer error message for broken pipe, interrupt and similar
848
 
      conditions that don't indicate an internal error.
849
 
 
850
 
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
851
 
 
852
 
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
853
 
      either read or write mode.
854
 
 
855
 
    * New option ``bzr log --show-ids`` shows revision and file ids.
856
 
 
857
 
    * New usage ``bzr log FILENAME`` shows only revisions that
858
 
      affected that file.
859
 
 
860
 
    * Changed format for describing changes in ``bzr log -v``.
861
 
 
862
 
    * New option ``bzr commit --file`` to take a message from a file,
863
 
      suggested by LarstiQ.
864
 
 
865
 
    * New syntax ``bzr status [FILE...]`` contributed by Bartosz
866
 
      Oler.  File may be in a branch other than the working directory.
867
 
 
868
 
    * ``bzr log`` and ``bzr root`` can be given an http URL instead of
869
 
      a filename.
870
 
 
871
 
    * Commands can now be defined by external programs or scripts
872
 
      in a directory on $BZRPATH.
873
 
 
874
 
    * New "stat cache" avoids reading the contents of files if they 
875
 
      haven't changed since the previous time.
876
 
 
877
 
    * If the Python interpreter is too old, try to find a better one
878
 
      or give an error.  Based on a patch from Fredrik Lundh.
879
 
 
880
 
    * New optional parameter ``bzr info [BRANCH]``.
881
 
 
882
 
    * New form ``bzr commit SELECTED`` to commit only selected files.
883
 
 
884
 
    * New form ``bzr log -r FROM:TO`` shows changes in selected
885
 
      range; contributed by John A Meinel.
886
 
 
887
 
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
888
 
      options through to an external GNU diff.
889
 
 
890
 
    * New option ``bzr add --no-recurse`` to add a directory but not
891
 
      their contents.
892
 
 
893
 
    * ``bzr --version`` now shows more information if bzr is being run
894
 
      from a branch.
895
 
 
896
 
  
897
 
  BUG FIXES:
898
 
 
899
 
    * Fixed diff format so that added and removed files will be
900
 
      handled properly by patch.  Fix from Lalo Martins.
901
 
 
902
 
    * Various fixes for files whose names contain spaces or other
903
 
      metacharacters.
904
 
 
905
 
 
906
 
  TESTING:
907
 
 
908
 
    * Converted black-box test suites from Bourne shell into Python;
909
 
      now run using ``./testbzr``.  Various structural improvements to
910
 
      the tests.
911
 
 
912
 
    * testbzr by default runs the version of bzr found in the same
913
 
      directory as the tests, or the one given as the first parameter.
914
 
 
915
 
    * testbzr also runs the internal tests, so the only command
916
 
      required to check is just ``./testbzr``.
917
 
 
918
 
    * testbzr requires python2.4, but can be used to test bzr running
919
 
      under a different version.
920
 
 
921
 
    * Tests added for many other changes in this release.
922
 
 
923
 
 
924
 
  INTERNAL:
925
 
 
926
 
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
927
 
 
928
 
    * Refactor command functions into Command objects based on HCT by
929
 
      Scott James Remnant.
930
 
 
931
 
    * Better help messages for many commands.
932
 
 
933
 
    * Expose bzrlib.open_tracefile() to start the tracefile; until
934
 
      this is called trace messages are just discarded.
935
 
 
936
 
    * New internal function find_touching_revisions() and hidden
937
 
      command touching-revisions trace the changes to a given file.
938
 
 
939
 
    * Simpler and faster compare_inventories() function.
940
 
 
941
 
    * bzrlib.open_tracefile() takes a tracefilename parameter.
942
 
 
943
 
    * New AtomicFile class.
944
 
 
945
 
    * New developer commands ``added``, ``modified``.
946
 
 
947
 
 
948
 
  PORTABILITY:
949
 
 
950
 
    * Cope on Windows on python2.3 by using the weaker random seed.
951
 
      2.4 is now only recommended.
952
 
 
953
 
 
954
 
bzr-0.0.4  2005-04-22
955
 
 
956
 
  ENHANCEMENTS:
957
 
 
958
 
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
959
 
      basic.  Patch from QuantumG.
960
 
 
961
 
    * More default ignore patterns.
962
 
 
963
 
    * New 'bzr log --verbose' shows a list of files changed in the
964
 
      changeset.  Patch from Sebastian Cote.
965
 
 
966
 
    * Roll over ~/.bzr.log if it gets too large.
967
 
 
968
 
    * Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
969
 
      by Jason Diamon.
970
 
 
971
 
    * New 'bzr help commands' based on a patch from Denys Duchier.
972
 
 
973
 
 
974
 
  CHANGES:
975
 
 
976
 
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
977
 
      or $EMAIL.  All are decoded by the locale preferred encoding.
978
 
      If none of these are present user@hostname is used.  The host's
979
 
      fully-qualified name is not used because that tends to fail when
980
 
      there are DNS problems.
981
 
 
982
 
    * New 'bzr whoami' command instead of username user-email.
983
 
 
984
 
 
985
 
  BUG FIXES: 
986
 
 
987
 
    * Make commit safe for hardlinked bzr trees.
988
 
 
989
 
    * Some Unicode/locale fixes.
990
 
 
991
 
    * Partial workaround for difflib.unified_diff not handling
992
 
      trailing newlines properly.
993
 
 
994
 
 
995
 
  INTERNAL:
996
 
 
997
 
    * Allow docstrings for help to be in PEP0257 format.  Patch from
998
 
      Matt Brubeck.
999
 
 
1000
 
    * More tests in test.sh.
1001
 
 
1002
 
    * Write profile data to a temporary file not into working
1003
 
      directory and delete it when done.
1004
 
 
1005
 
    * Smaller .bzr.log with process ids.
1006
 
 
1007
 
 
1008
 
  PORTABILITY:
1009
 
 
1010
 
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
1011
 
      Bennetts.
1012
 
 
1013
 
    * Some improvements in handling paths on Windows, based on a patch
1014
 
      from QuantumG.
1015
 
 
1016
 
 
1017
 
bzr-0.0.3  2005-04-06
1018
 
 
1019
 
  ENHANCEMENTS:
1020
 
 
1021
 
    * New "directories" internal command lists versioned directories
1022
 
      in the tree.
1023
 
 
1024
 
    * Can now say "bzr commit --help".
1025
 
 
1026
 
    * New "rename" command to rename one file to a different name
1027
 
      and/or directory.
1028
 
 
1029
 
    * New "move" command to move one or more files into a different
1030
 
      directory.
1031
 
 
1032
 
    * New "renames" command lists files renamed since base revision.
1033
 
 
1034
 
    * New cat command contributed by janmar.
1035
 
 
1036
 
  CHANGES:
1037
 
 
1038
 
    * .bzr.log is placed in $HOME (not pwd) and is always written in
1039
 
      UTF-8.  (Probably not a completely good long-term solution, but
1040
 
      will do for now.)
1041
 
 
1042
 
  PORTABILITY:
1043
 
 
1044
 
    * Workaround for difflib bug in Python 2.3 that causes an
1045
 
      exception when comparing empty files.  Reported by Erik Toubro
1046
 
      Nielsen.
1047
 
 
1048
 
  INTERNAL:
1049
 
 
1050
 
    * Refactored inventory storage to insert a root entry at the top.
1051
 
 
1052
 
  TESTING:
1053
 
 
1054
 
    * Start of shell-based black-box testing in test.sh.
1055
 
 
1056
 
 
1057
 
bzr-0.0.2.1
1058
 
 
1059
 
  PORTABILITY:
1060
 
 
1061
 
    * Win32 fixes from Steve Brown.
1062
 
 
1063
 
 
1064
 
bzr-0.0.2  "black cube"  2005-03-31
1065
 
 
1066
 
  ENHANCEMENTS:
1067
 
 
1068
 
    * Default ignore list extended (see bzrlib/__init__.py).
1069
 
 
1070
 
    * Patterns in .bzrignore are now added to the default ignore list,
1071
 
      rather than replacing it.
1072
 
 
1073
 
    * Ignore list isn't reread for every file.
1074
 
 
1075
 
    * More help topics.
1076
 
 
1077
 
    * Reinstate the 'bzr check' command to check invariants of the
1078
 
      branch.
1079
 
 
1080
 
    * New 'ignored' command lists which files are ignored and why;
1081
 
      'deleted' lists files deleted in the current working tree.
1082
 
 
1083
 
    * Performance improvements.
1084
 
 
1085
 
    * New global --profile option.
1086
 
    
1087
 
    * Ignore patterns like './config.h' now correctly match files in
1088
 
      the root directory only.
1089
 
 
1090
 
 
1091
 
bzr-0.0.1  2005-03-26
1092
 
 
1093
 
  ENHANCEMENTS:
1094
 
 
1095
 
    * More information from info command.
1096
 
 
1097
 
    * Can now say "bzr help COMMAND" for more detailed help.
1098
 
 
1099
 
    * Less file flushing and faster performance when writing logs and
1100
 
      committing to stores.
1101
 
 
1102
 
    * More useful verbose output from some commands.
1103
 
 
1104
 
  BUG FIXES:
1105
 
 
1106
 
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
1107
 
 
1108
 
  PORTABILITY:
1109
 
 
1110
 
    * Include a subset of ElementTree-1.2.20040618 to make
1111
 
      installation easier.
1112
 
 
1113
 
    * Fix time.localtime call to work with Python 2.3 (the minimum
1114
 
      supported).
1115
 
 
1116
 
 
1117
 
bzr-0.0.0.69  2005-03-22
1118
 
 
1119
 
  ENHANCEMENTS:
1120
 
 
1121
 
    * First public release.
1122
 
 
1123
 
    * Storage of local versions: init, add, remove, rm, info, log,
1124
 
      diff, status, etc.