~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-03-07 01:14:11 UTC
  • mfrom: (2321 +trunk)
  • mto: (2321.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20070307011411-0cmmc8atx67v3nv7
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    * Bazaar now looks for user-installed plugins before looking for site-wide
82
82
      plugins. (Jonathan Lange)
83
83
 
84
 
>>>>>>> MERGE-SOURCE
 
84
    * ``bzr resolve`` now detects and marks resolved text conflicts.
 
85
      (Aaron Bentley)
 
86
 
85
87
  INTERNALS:
86
88
 
87
89
    * Internally revision ids and file ids are now passed around as utf-8
179
181
    * Raise DependencyNotPresent if pycurl do not support https. (Vincent
180
182
      Ladeuil, #85305)
181
183
 
 
184
    * Invalid proxy env variables should not cause a traceback.
 
185
      (Vincent Ladeuil, #87765)
 
186
 
 
187
    * Ignore patterns normalised to use '/' path separator.
 
188
      (Kent Gibson, #86451)
 
189
 
182
190
  TESTING:
183
191
 
184
192
    * New ``--first`` option to ``bzr selftest`` to run specified tests
185
193
      before the rest of the suite.  (Martin Pool)
186
194
 
187
195
 
 
196
    * Fix bzrtools shelve command for removed lines beginning with "--"
 
197
      (Johan Dahlberg, #75577)
 
198
 
188
199
bzr 0.14  2007-01-23
189
200
 
190
201
  IMPROVEMENTS:
475
486
      commands such as log, diff etc. (Robert Collins)
476
487
 
477
488
    * revisions can now be specified using dotted-decimal revision numbers.
478
 
      For instance, ``bzr diff -r 1.2.1..1.2.3. (Robert Collins)
 
489
      For instance, ``bzr diff -r 1.2.1..1.2.3``. (Robert Collins)
479
490
 
480
491
    * ``bzr help commands`` output is now shorter (Aaron Bentley)
481
492
 
889
900
     and normalize the parent based on root, allowing access across
890
901
     different transports. (John Arbash Meinel, Wouter van Heyst, Martin Pool)
891
902
     (Malone #48906, #42699, #40675, #5281, #3980, #36363, #43689,
892
 
      #42517, #42514)
 
903
     #42517, #42514)
893
904
 
894
905
   * On Unix, detect terminal width using an ioctl not just $COLUMNS.
895
906
     Use terminal width for single-line logs from ``bzr log --line`` and
1237
1248
    * Pull now accepts a --revision argument (Erik Bågfors)
1238
1249
 
1239
1250
    * 'bzr re-sign' now allows multiple revisions to be supplied on the command
1240
 
      line. You can now use the following command to sign all of your old commits.
 
1251
      line. You can now use the following command to sign all of your old
 
1252
      commits::
 
1253
 
1241
1254
        find .bzr/revision-store// -name my@email-* \
1242
1255
          | sed 's/.*\/\/..\///' \
1243
1256
          | xargs bzr re-sign