~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-07-07 10:31:36 UTC
  • Revision ID: mbp@sourcefrog.net-20050707103135-9b4d911d8df6e880
- fix pwk help

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr-0.0.5  NOT RELEASED YET
 
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
  CHANGES:
 
14
 
 
15
    * When exporting to a tarball with ``bzr export --format tgz``, put 
 
16
      everything under a top directory rather than dumping it into the
 
17
      current directory.   This can be overridden with the ``--root`` 
 
18
      option.  Patch from William Dod� and John Meinel.
 
19
 
 
20
    * New ``bzr upgrade`` command to upgrade the format of a branch,
 
21
      replacing ``bzr check --update``.
 
22
 
 
23
    * Files within store directories are no longer marked readonly on
 
24
      disk.
 
25
 
 
26
    * Changed ``bzr log`` output to a more compact form suggested by
 
27
      John A Meinel.  Old format is available with the ``--long`` or
 
28
      ``-l`` option, patched by William Dodé.
 
29
 
 
30
 
 
31
bzr-0.0.5  2005-06-15
2
32
  
3
33
  CHANGES:
4
34
 
10
40
      status and can be shown with their IDs.  ``bzr status --all``
11
41
      shows all versioned files and unknown files but not ignored files.
12
42
 
 
43
    * ``bzr log`` runs from most-recent to least-recent, the reverse
 
44
      of the previous order.  The previous behaviour can be obtained
 
45
      with the ``--forward`` option.
 
46
        
 
47
    * ``bzr inventory`` by default shows only filenames, and also ids
 
48
      if ``--show-ids`` is given, in which case the id is the second
 
49
      field.
 
50
 
13
51
 
14
52
  ENHANCEMENTS:
15
53
 
21
59
    * Nicer error message for broken pipe, interrupt and similar
22
60
      conditions that don't indicate an internal error.
23
61
 
24
 
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
 
62
    * Add ``.*.sw[nop] .git .*.tmp *,v`` to default ignore patterns.
25
63
 
26
64
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
27
65
      either read or write mode.
53
91
 
54
92
    * New optional parameter ``bzr info [BRANCH]``.
55
93
 
 
94
    * New form ``bzr commit SELECTED`` to commit only selected files.
 
95
 
 
96
    * New form ``bzr log -r FROM:TO`` shows changes in selected
 
97
      range; contributed by John A Meinel.
 
98
 
 
99
    * New option ``bzr diff --diff-options 'OPTS'`` allows passing
 
100
      options through to an external GNU diff.
 
101
 
 
102
    * New option ``bzr add --no-recurse`` to add a directory but not
 
103
      their contents.
 
104
 
 
105
    * ``bzr --version`` now shows more information if bzr is being run
 
106
      from a branch.
 
107
 
56
108
  
57
109
  BUG FIXES:
58
110
 
59
111
    * Fixed diff format so that added and removed files will be
60
112
      handled properly by patch.  Fix from Lalo Martins.
61
113
 
 
114
    * Various fixes for files whose names contain spaces or other
 
115
      metacharacters.
 
116
 
62
117
 
63
118
  TESTING:
64
119
 
72
127
    * testbzr also runs the internal tests, so the only command
73
128
      required to check is just ``./testbzr``.
74
129
 
 
130
    * testbzr requires python2.4, but can be used to test bzr running
 
131
      under a different version.
 
132
 
 
133
    * Tests added for many other changes in this release.
 
134
 
75
135
 
76
136
  INTERNAL:
77
137