~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2007-03-06 15:12:18 UTC
  • mfrom: (2319 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2321.
  • Revision ID: john@arbash-meinel.com-20070306151218-b8ucoudmtdy5ls0m
[merge] bzr.dev 2319
(broken) Conflicts generate unicode file ids, will fix in next commit.

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
154
156
    * Raise DependencyNotPresent if pycurl do not support https. (Vincent
155
157
      Ladeuil, #85305)
156
158
 
 
159
    * Invalid proxy env variables should not cause a traceback.
 
160
      (Vincent Ladeuil, #87765)
 
161
 
157
162
  TESTING:
158
163
 
159
164
    * New ``--first`` option to ``bzr selftest`` to run specified tests
160
165
      before the rest of the suite.  (Martin Pool)
161
166
 
162
167
 
 
168
    * Fix bzrtools shelve command for removed lines beginning with "--"
 
169
      (Johan Dahlberg, #75577)
 
170
 
163
171
bzr 0.14  2007-01-23
164
172
 
165
173
  IMPROVEMENTS:
450
458
      commands such as log, diff etc. (Robert Collins)
451
459
 
452
460
    * revisions can now be specified using dotted-decimal revision numbers.
453
 
      For instance, ``bzr diff -r 1.2.1..1.2.3. (Robert Collins)
 
461
      For instance, ``bzr diff -r 1.2.1..1.2.3``. (Robert Collins)
454
462
 
455
463
    * ``bzr help commands`` output is now shorter (Aaron Bentley)
456
464
 
864
872
     and normalize the parent based on root, allowing access across
865
873
     different transports. (John Arbash Meinel, Wouter van Heyst, Martin Pool)
866
874
     (Malone #48906, #42699, #40675, #5281, #3980, #36363, #43689,
867
 
      #42517, #42514)
 
875
     #42517, #42514)
868
876
 
869
877
   * On Unix, detect terminal width using an ioctl not just $COLUMNS.
870
878
     Use terminal width for single-line logs from ``bzr log --line`` and
1212
1220
    * Pull now accepts a --revision argument (Erik Bågfors)
1213
1221
 
1214
1222
    * '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.
 
1223
      line. You can now use the following command to sign all of your old
 
1224
      commits::
 
1225
 
1216
1226
        find .bzr/revision-store// -name my@email-* \
1217
1227
          | sed 's/.*\/\/..\///' \
1218
1228
          | xargs bzr re-sign