/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-08-18 07:59:20 UTC
  • Revision ID: mbp@sourcefrog.net-20050818075920-feccb3a9dd80fb8c
- weave add command needs to take a symbolic name too

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DEVELOPMENT HEAD
 
2
 
 
3
  NEW FEATURES:
 
4
 
 
5
    * Python plugins, automatically loaded from the directories on
 
6
      BZR_PLUGIN_PATH or ~/.bzr.conf/plugins by default.
 
7
 
 
8
    * New 'bzr mkdir' command.
 
9
 
 
10
    * Commit mesage is fetched from an editor if not given on the
 
11
      command line; patch from Torsten Marek.
 
12
 
 
13
    * ``bzr log -m FOO`` displays commits whose message matches regexp 
 
14
      FOO.
 
15
      
 
16
    * ``bzr add`` with no arguments adds everything under the current directory.
 
17
 
 
18
    * ``bzr mv`` does move or rename depending on its arguments, like
 
19
      the Unix command.
 
20
 
 
21
    * ``bzr missing`` command shows a summary of the differences
 
22
      between two trees.  (Merged from John Arbash-Meinel.)
 
23
 
 
24
    * An email address for commits to a particular tree can be
 
25
      specified by putting it into .bzr/email within a branch.  (Based
 
26
      on a patch from Heikki Paajanen.)
 
27
 
 
28
    
 
29
  ENHANCEMENTS:
 
30
 
 
31
    * Faster working tree operations.
 
32
 
 
33
 
 
34
  CHANGES:
 
35
 
 
36
    * 3rd-party modules shipped with bzr are copied within the bzrlib
 
37
      python package, so that they can be installed by the setup
 
38
      script without clashing with anything already existing on the
 
39
      system.  (Contributed by Gustavo Niemeyer.)
 
40
 
 
41
    * Moved plugins directory to bzrlib/, so that there's a standard
 
42
      plugin directory which is not only installed with bzr itself but
 
43
      is also available when using bzr from the development tree.
 
44
      BZR_PLUGIN_PATH and DEFAULT_PLUGIN_PATH are then added to the
 
45
      standard plugins directory.
 
46
 
 
47
    * When exporting to a tarball with ``bzr export --format tgz``, put 
 
48
      everything under a top directory rather than dumping it into the
 
49
      current directory.   This can be overridden with the ``--root`` 
 
50
      option.  Patch from William Dodé and John Meinel.
 
51
 
 
52
    * New ``bzr upgrade`` command to upgrade the format of a branch,
 
53
      replacing ``bzr check --update``.
 
54
 
 
55
    * Files within store directories are no longer marked readonly on
 
56
      disk.
 
57
 
 
58
    * Changed ``bzr log`` output to a more compact form suggested by
 
59
      John A Meinel.  Old format is available with the ``--long`` or
 
60
      ``-l`` option, patched by William Dodé.
 
61
 
 
62
    * By default the commit command refuses to record a revision with
 
63
      no changes unless the ``--unchanged`` option is given.
 
64
 
 
65
    * The ``--no-plugins``, ``--profile`` and ``--builtin`` command
 
66
      line options must come before the command name because they 
 
67
      affect what commands are available; all other options must come 
 
68
      after the command name because their interpretation depends on
 
69
      it.
 
70
 
 
71
    * ``branch`` and ``clone`` added as aliases for ``branch``.
 
72
 
 
73
    * Default log format is back to the long format; the compact one
 
74
      is available with ``--short``.
 
75
      
 
76
      
 
77
  BUG FIXES:
 
78
  
 
79
    * Fix bugs in committing only selected files or within a subdirectory.
 
80
 
 
81
 
 
82
bzr-0.0.5  2005-06-15
 
83
  
 
84
  CHANGES:
 
85
 
 
86
    * ``bzr`` with no command now shows help rather than giving an
 
87
      error.  Suggested by Michael Ellerman.
 
88
 
 
89
    * ``bzr status`` output format changed, because svn-style output
 
90
      doesn't really match the model of bzr.  Now files are grouped by
 
91
      status and can be shown with their IDs.  ``bzr status --all``
 
92
      shows all versioned files and unknown files but not ignored files.
 
93
 
 
94
    * ``bzr log`` runs from most-recent to least-recent, the reverse
 
95
      of the previous order.  The previous behaviour can be obtained
 
96
      with the ``--forward`` option.
 
97
        
 
98
    * ``bzr inventory`` by default shows only filenames, and also ids
 
99
      if ``--show-ids`` is given, in which case the id is the second
 
100
      field.
 
101
 
 
102
 
 
103
  ENHANCEMENTS:
 
104
 
 
105
    * New 'bzr whoami --email' option shows only the email component
 
106
      of the user identification, from Jo Vermeulen.
 
107
 
 
108
    * New ``bzr ignore PATTERN`` command.
 
109
 
 
110
    * Nicer error message for broken pipe, interrupt and similar
 
111
      conditions that don't indicate an internal error.
 
112
 
 
113
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
 
114
 
 
115
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
 
116
      either read or write mode.
 
117
 
 
118
    * New option ``bzr log --show-ids`` shows revision and file ids.
 
119
 
 
120
    * New usage ``bzr log FILENAME`` shows only revisions that
 
121
      affected that file.
 
122
 
 
123
    * Changed format for describing changes in ``bzr log -v``.
 
124
 
 
125
    * New option ``bzr commit --file`` to take a message from a file,
 
126
      suggested by LarstiQ.
 
127
 
 
128
    * New syntax ``bzr status [FILE...]`` contributed by Bartosz
 
129
      Oler.  File may be in a branch other than the working directory.
 
130
 
 
131
    * ``bzr log`` and ``bzr root`` can be given an http URL instead of
 
132
      a filename.
 
133
 
 
134
    * Commands can now be defined by external programs or scripts
 
135
      in a directory on $BZRPATH.
 
136
 
 
137
    * New "stat cache" avoids reading the contents of files if they 
 
138
      haven't changed since the previous time.
 
139
 
 
140
    * If the Python interpreter is too old, try to find a better one
 
141
      or give an error.  Based on a patch from Fredrik Lundh.
 
142
 
 
143
    * New optional parameter ``bzr info [BRANCH]``.
 
144
 
 
145
    * New form ``bzr commit SELECTED`` to commit only selected files.
 
146
 
 
147
    * New form ``bzr log -r FROM:TO`` shows changes in selected
 
148
      range; contributed by John A Meinel.
 
149
 
 
150
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
 
151
      options through to an external GNU diff.
 
152
 
 
153
    * New option ``bzr add --no-recurse`` to add a directory but not
 
154
      their contents.
 
155
 
 
156
    * ``bzr --version`` now shows more information if bzr is being run
 
157
      from a branch.
 
158
 
 
159
  
 
160
  BUG FIXES:
 
161
 
 
162
    * Fixed diff format so that added and removed files will be
 
163
      handled properly by patch.  Fix from Lalo Martins.
 
164
 
 
165
    * Various fixes for files whose names contain spaces or other
 
166
      metacharacters.
 
167
 
 
168
 
 
169
  TESTING:
 
170
 
 
171
    * Converted black-box test suites from Bourne shell into Python;
 
172
      now run using ``./testbzr``.  Various structural improvements to
 
173
      the tests.
 
174
 
 
175
    * testbzr by default runs the version of bzr found in the same
 
176
      directory as the tests, or the one given as the first parameter.
 
177
 
 
178
    * testbzr also runs the internal tests, so the only command
 
179
      required to check is just ``./testbzr``.
 
180
 
 
181
    * testbzr requires python2.4, but can be used to test bzr running
 
182
      under a different version.
 
183
 
 
184
    * Tests added for many other changes in this release.
 
185
 
 
186
 
 
187
  INTERNAL:
 
188
 
 
189
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
 
190
 
 
191
    * Refactor command functions into Command objects based on HCT by
 
192
      Scott James Remnant.
 
193
 
 
194
    * Better help messages for many commands.
 
195
 
 
196
    * Expose bzrlib.open_tracefile() to start the tracefile; until
 
197
      this is called trace messages are just discarded.
 
198
 
 
199
    * New internal function find_touching_revisions() and hidden
 
200
      command touching-revisions trace the changes to a given file.
 
201
 
 
202
    * Simpler and faster compare_inventories() function.
 
203
 
 
204
    * bzrlib.open_tracefile() takes a tracefilename parameter.
 
205
 
 
206
    * New AtomicFile class.
 
207
 
 
208
    * New developer commands ``added``, ``modified``.
 
209
 
 
210
 
 
211
  PORTABILITY:
 
212
 
 
213
    * Cope on Windows on python2.3 by using the weaker random seed.
 
214
      2.4 is now only recommended.
 
215
 
 
216
 
 
217
bzr-0.0.4  2005-04-22
 
218
 
 
219
  ENHANCEMENTS:
 
220
 
 
221
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
 
222
      basic.  Patch from QuantumG.
 
223
 
 
224
    * More default ignore patterns.
 
225
 
 
226
    * New 'bzr log --verbose' shows a list of files changed in the
 
227
      changeset.  Patch from Sebastian Cote.
 
228
 
 
229
    * Roll over ~/.bzr.log if it gets too large.
 
230
 
 
231
    * Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
 
232
      by Jason Diamon.
 
233
 
 
234
    * New 'bzr help commands' based on a patch from Denys Duchier.
 
235
 
 
236
 
 
237
  CHANGES:
 
238
 
 
239
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
 
240
      or $EMAIL.  All are decoded by the locale preferred encoding.
 
241
      If none of these are present user@hostname is used.  The host's
 
242
      fully-qualified name is not used because that tends to fail when
 
243
      there are DNS problems.
 
244
 
 
245
    * New 'bzr whoami' command instead of username user-email.
 
246
 
 
247
 
 
248
  BUG FIXES: 
 
249
 
 
250
    * Make commit safe for hardlinked bzr trees.
 
251
 
 
252
    * Some Unicode/locale fixes.
 
253
 
 
254
    * Partial workaround for difflib.unified_diff not handling
 
255
      trailing newlines properly.
 
256
 
 
257
 
 
258
  INTERNAL:
 
259
 
 
260
    * Allow docstrings for help to be in PEP0257 format.  Patch from
 
261
      Matt Brubeck.
 
262
 
 
263
    * More tests in test.sh.
 
264
 
 
265
    * Write profile data to a temporary file not into working
 
266
      directory and delete it when done.
 
267
 
 
268
    * Smaller .bzr.log with process ids.
 
269
 
 
270
 
 
271
  PORTABILITY:
 
272
 
 
273
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
 
274
      Bennetts.
 
275
 
 
276
    * Some improvements in handling paths on Windows, based on a patch
 
277
      from QuantumG.
 
278
 
 
279
 
 
280
bzr-0.0.3  2005-04-06
 
281
 
 
282
  ENHANCEMENTS:
 
283
 
 
284
    * New "directories" internal command lists versioned directories
 
285
      in the tree.
 
286
 
 
287
    * Can now say "bzr commit --help".
 
288
 
 
289
    * New "rename" command to rename one file to a different name
 
290
      and/or directory.
 
291
 
 
292
    * New "move" command to move one or more files into a different
 
293
      directory.
 
294
 
 
295
    * New "renames" command lists files renamed since base revision.
 
296
 
 
297
    * New cat command contributed by janmar.
 
298
 
 
299
  CHANGES:
 
300
 
 
301
    * .bzr.log is placed in $HOME (not pwd) and is always written in
 
302
      UTF-8.  (Probably not a completely good long-term solution, but
 
303
      will do for now.)
 
304
 
 
305
  PORTABILITY:
 
306
 
 
307
    * Workaround for difflib bug in Python 2.3 that causes an
 
308
      exception when comparing empty files.  Reported by Erik Toubro
 
309
      Nielsen.
 
310
 
 
311
  INTERNAL:
 
312
 
 
313
    * Refactored inventory storage to insert a root entry at the top.
 
314
 
 
315
  TESTING:
 
316
 
 
317
    * Start of shell-based black-box testing in test.sh.
 
318
 
 
319
 
 
320
bzr-0.0.2.1
 
321
 
 
322
  PORTABILITY:
 
323
 
 
324
    * Win32 fixes from Steve Brown.
 
325
 
 
326
 
 
327
bzr-0.0.2  "black cube"  2005-03-31
 
328
 
 
329
  ENHANCEMENTS:
 
330
 
 
331
    * Default ignore list extended (see bzrlib/__init__.py).
 
332
 
 
333
    * Patterns in .bzrignore are now added to the default ignore list,
 
334
      rather than replacing it.
 
335
 
 
336
    * Ignore list isn't reread for every file.
 
337
 
 
338
    * More help topics.
 
339
 
 
340
    * Reinstate the 'bzr check' command to check invariants of the
 
341
      branch.
 
342
 
 
343
    * New 'ignored' command lists which files are ignored and why;
 
344
      'deleted' lists files deleted in the current working tree.
 
345
 
 
346
    * Performance improvements.
 
347
 
 
348
    * New global --profile option.
 
349
    
 
350
    * Ignore patterns like './config.h' now correctly match files in
 
351
      the root directory only.
 
352
 
 
353
 
 
354
bzr-0.0.1  2005-03-26
 
355
 
 
356
  ENHANCEMENTS:
 
357
 
 
358
    * More information from info command.
 
359
 
 
360
    * Can now say "bzr help COMMAND" for more detailed help.
 
361
 
 
362
    * Less file flushing and faster performance when writing logs and
 
363
      committing to stores.
 
364
 
 
365
    * More useful verbose output from some commands.
 
366
 
 
367
  BUG FIXES:
 
368
 
 
369
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
 
370
 
 
371
  PORTABILITY:
 
372
 
 
373
    * Include a subset of ElementTree-1.2.20040618 to make
 
374
      installation easier.
 
375
 
 
376
    * Fix time.localtime call to work with Python 2.3 (the minimum
 
377
      supported).
 
378
 
 
379
 
 
380
bzr-0.0.0.69  2005-03-22
 
381
 
 
382
  ENHANCEMENTS:
 
383
 
 
384
    * First public release.
 
385
 
 
386
    * Storage of local versions: init, add, remove, rm, info, log,
 
387
      diff, status, etc.