~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] Erik Bågfors: add --revision to bzr pull

Show diffs side-by-side

added added

removed removed

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