~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-16 10:03:21 UTC
  • mfrom: (1988.4.6 dotted-revno-input.)
  • Revision ID: pqm@pqm.ubuntu.com-20061016100321-c4951c9fc020dbd0
(Robert Collins) Output dotted decimal revision numbers during log, and accept them as revision specifiers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * ``bzr log`` now shows dotted-decimal revision numbers for all revisions,
 
6
      rather than just showing a decimal revision number for revisions on the
 
7
      mainline. These revision numbers are not yet accepted as input into bzr
 
8
      commands such as log, diff etc. (Robert Collins)
 
9
 
 
10
    * revisions can now be specified using dotted-decimal revision numbers.
 
11
      For instance, ``bzr diff -r 1.2.1..1.2.3. (Robert Collins)
 
12
 
5
13
    * ``bzr help commands`` output is now shorter (Aaron Bentley)
6
14
 
7
15
    * New connection: ``bzr+http://`` which supports tunnelling the smart
20
28
      to allow modules to be loaded on request. (John Arbash Meinel, Adeodato
21
29
      Simó)
22
30
 
 
31
  API INCOMPATABILITY:
 
32
  
 
33
    * LogFormatter subclasses show now expect the 'revno' parameter to 
 
34
      show() to be a string rather than an int. (Robert Collins)
 
35
 
23
36
  INTERNALS:
24
37
 
25
38
    * ``TestCase.run_bzr``, ``run_bzr_captured``, and ``run_bzr_subprocess``
234
247
      NoSuchFile and forcing the caller to repeat their request.
235
248
      (John Arbash Meinel)
236
249
 
 
250
<<<<<<< TREE
237
251
    * WorkingTree has a new api ``unversion`` which allow the unversioning of
238
252
      entries by their file id. (Robert Collins)
239
253
 
285
299
      Transport. (Andrew Bennetts, Martin Pool)
286
300
 
287
301
bzr 0.10  2006-08-29
 
302
=======
 
303
    * bzrlib.tsort.merge_sorted now accepts 'generate_revnos'. This parameter
 
304
      will cause it to add another column to its output, which contains the
 
305
      dotted-decimal revno for each revision, as a tuple. (Robert Collins)
 
306
 
 
307
    * LogFormatter.show_merge is deprecated in favour of
 
308
      LogFormatter.show_merge_revno. (Robert Collins)
 
309
 
 
310
bzr 0.10.0RC1  2006-08-28
 
311
>>>>>>> MERGE-SOURCE
288
312
  
289
313
  IMPROVEMENTS:
290
314
    * 'merge' now takes --uncommitted, to apply uncommitted changes from a