~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-03-05 21:12:41 UTC
  • mto: This revision was merged to the branch mainline in revision 2316.
  • Revision ID: abentley@panoramicfeedback.com-20070305211241-4maj27f7t9ik2vvz
Update NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    * Bazaar now looks for user-installed plugins before looking for site-wide
64
64
      plugins. (Jonathan Lange)
65
65
 
66
 
>>>>>>> MERGE-SOURCE
 
66
    * ``bzr resolve`` now detects and marks resolved text conflicts.
 
67
      (Aaron Bentley)
 
68
 
67
69
  INTERNALS:
68
70
 
69
71
    * Internally revision ids and file ids are now passed around as utf-8
450
452
      commands such as log, diff etc. (Robert Collins)
451
453
 
452
454
    * revisions can now be specified using dotted-decimal revision numbers.
453
 
      For instance, ``bzr diff -r 1.2.1..1.2.3. (Robert Collins)
 
455
      For instance, ``bzr diff -r 1.2.1..1.2.3``. (Robert Collins)
454
456
 
455
457
    * ``bzr help commands`` output is now shorter (Aaron Bentley)
456
458
 
864
866
     and normalize the parent based on root, allowing access across
865
867
     different transports. (John Arbash Meinel, Wouter van Heyst, Martin Pool)
866
868
     (Malone #48906, #42699, #40675, #5281, #3980, #36363, #43689,
867
 
      #42517, #42514)
 
869
     #42517, #42514)
868
870
 
869
871
   * On Unix, detect terminal width using an ioctl not just $COLUMNS.
870
872
     Use terminal width for single-line logs from ``bzr log --line`` and
1212
1214
    * Pull now accepts a --revision argument (Erik Bågfors)
1213
1215
 
1214
1216
    * 'bzr re-sign' now allows multiple revisions to be supplied on the command
1215
 
      line. You can now use the following command to sign all of your old commits.
 
1217
      line. You can now use the following command to sign all of your old
 
1218
      commits::
 
1219
 
1216
1220
        find .bzr/revision-store// -name my@email-* \
1217
1221
          | sed 's/.*\/\/..\///' \
1218
1222
          | xargs bzr re-sign