~bzr-pqm/bzr/bzr.dev

286 by Martin Pool
- New bzr whoami --email option
1
bzr-0.0.5  NOT RELEASED YET
2
3
  ENHANCEMENTS:
4
5
    * New 'bzr whoami --email' option shows only the email component
6
      of the user identification, from Jo Vermeulen.
7
310 by Martin Pool
- new 'bzr ignored' command!
8
    * New 'bzr ignore PATTERN' command.
9
318 by Martin Pool
- better error message for Ctrl-c
10
    * Nicer error message for broken pipe, interrupt and similar
11
      conditions that don't indicate an internal error.
317 by Martin Pool
- better error message for broken pipe
12
348 by Martin Pool
- Add vim and RCS ignorefile patterns
13
    * Add ``.*.swp .*.tmp *,v`` to default ignore patterns.
14
353 by Martin Pool
- Per-branch locks in read and write modes.
15
    * Per-branch locks keyed on ``.bzr/branch-lock``, available in
16
      either read or write mode.
17
367 by Martin Pool
- New --show-ids option for bzr log
18
    * New option ``bzr log --show-ids``.
19
296 by Martin Pool
- better reports from testbzr when it fails
20
  TESTING:
21
340 by Martin Pool
- more testcase fixes
22
    * Converted black-box test suites from Bourne shell into Python;
23
      now run using ``./testbzr``.  Various structural improvements to
24
      the tests.
297 by Martin Pool
- fix intentional testcase failure
25
314 by Martin Pool
- Update ElementTree to 1.2.6
26
  INTERNAL:
27
28
    * Included ElementTree library upgraded to 1.2.6 by Fredrik Lundh.
29
329 by Martin Pool
- refactor command functions into command classes
30
    * Refactor command functions into Command objects based on
31
      mango-sorbet by Scott James Remnant.
32
33
    * Better help messages for many commands.
34
344 by Martin Pool
- It's not an error to use the library without
35
    * Expose bzrlib.open_tracefile() to start the tracefile; until
36
      this is called trace messages are just discarded.
37
375 by Martin Pool
- New command touching-revisions and function to trace
38
    * New internal function find_touching_revisions() and hidden
39
      command touching-revisions trace the changes to a given file.
297 by Martin Pool
- fix intentional testcase failure
40
280 by Martin Pool
Prepare for 0.0.4 release
41
bzr-0.0.4  2005-04-22
184 by mbp at sourcefrog
pychecker fixups
42
196 by mbp at sourcefrog
selected-file diff
43
  ENHANCEMENTS:
184 by mbp at sourcefrog
pychecker fixups
44
244 by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote
45
    * 'bzr diff' optionally takes a list of files to diff.  Still a bit
196 by mbp at sourcefrog
selected-file diff
46
      basic.  Patch from QuantumG.
184 by mbp at sourcefrog
pychecker fixups
47
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
48
    * More default ignore patterns.
49
244 by mbp at sourcefrog
- New 'bzr log --verbose' from Sebastian Cote
50
    * New 'bzr log --verbose' shows a list of files changed in the
51
      changeset.  Patch from Sebastian Cote.
52
261 by Martin Pool
- auto-rollover of .bzr.log
53
    * Roll over ~/.bzr.log if it gets too large.
54
272 by Martin Pool
- Add command aliases
55
    * Command abbreviations 'ci', 'st', 'stat', '?' based on a patch
56
      by Jason Diamon.
57
273 by Martin Pool
- New 'bzr help commands'
58
    * New 'bzr help commands' based on a patch from Denys Duchier.
59
235 by mbp at sourcefrog
update NEWS
60
252 by Martin Pool
- Don't use host fqdn for default user name, because DNS tends
61
  CHANGES:
62
63
    * User email is determined by looking at $BZREMAIL or ~/.bzr.email
64
      or $EMAIL.  All are decoded by the locale preferred encoding.
65
      If none of these are present user@hostname is used.  The host's
66
      fully-qualified name is not used because that tends to fail when
67
      there are DNS problems.
68
255 by Martin Pool
- New whoami command
69
    * New 'bzr whoami' command instead of username user-email.
70
252 by Martin Pool
- Don't use host fqdn for default user name, because DNS tends
71
235 by mbp at sourcefrog
update NEWS
72
  BUG FIXES: 
73
74
    * Make commit safe for hardlinked bzr trees.
75
245 by mbp at sourcefrog
- control files always in utf-8-unix format
76
    * Some Unicode/locale fixes.
77
278 by Martin Pool
- Better workaround for trailing newlines in diffs
78
    * Partial workaround for difflib.unified_diff not handling
79
      trailing newlines properly.
80
235 by mbp at sourcefrog
update NEWS
81
232 by mbp at sourcefrog
Allow docstrings for help to be in PEP0257 format.
82
  INTERNAL:
83
84
    * Allow docstrings for help to be in PEP0257 format.  Patch from
85
      Matt Brubeck.
86
235 by mbp at sourcefrog
update NEWS
87
    * More tests in test.sh.
88
239 by mbp at sourcefrog
- remove profiler temporary file when done
89
    * Write profile data to a temporary file not into working
90
      directory and delete it when done.
238 by mbp at sourcefrog
- Don't put profiling temp file in current directory
91
257 by Martin Pool
- Write less startup junk to .bzr.log
92
    * Smaller .bzr.log with process ids.
93
184 by mbp at sourcefrog
pychecker fixups
94
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
95
  PORTABILITY:
96
261 by Martin Pool
- auto-rollover of .bzr.log
97
    * Fix opening of ~/.bzr.log on Windows.  Patch from Andrew
98
      Bennetts.
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
99
262 by Martin Pool
- gen_file_id: break the file on either / or \ when looking
100
    * Some improvements in handling paths on Windows, based on a patch
101
      from QuantumG.
102
242 by mbp at sourcefrog
Fix opening of ~/.bzr.log on Windows
103
181 by mbp at sourcefrog
prepare for 0.0.3 release
104
bzr-0.0.3  2005-04-06
155 by mbp at sourcefrog
add new explicit RootEntry to inventory (in-core only)
105
156 by mbp at sourcefrog
new "directories" command
106
  ENHANCEMENTS:
107
108
    * New "directories" internal command lists versioned directories
109
      in the tree.
110
159 by mbp at sourcefrog
bzr commit --help now works
111
    * Can now say "bzr commit --help".
112
174 by mbp at sourcefrog
- New 'move' command; now separated out from rename
113
    * New "rename" command to rename one file to a different name
114
      and/or directory.
115
116
    * New "move" command to move one or more files into a different
117
      directory.
168 by mbp at sourcefrog
new "rename" command
118
164 by mbp at sourcefrog
new 'renames' command
119
    * New "renames" command lists files renamed since base revision.
120
176 by mbp at sourcefrog
New cat command contributed by janmar.
121
    * New cat command contributed by janmar.
122
165 by mbp at sourcefrog
- put .bzr.log in /home/mbp
123
  CHANGES:
124
166 by mbp at sourcefrog
- Write .bzr.log in utf8
125
    * .bzr.log is placed in $HOME (not pwd) and is always written in
126
      UTF-8.  (Probably not a completely good long-term solution, but
127
      will do for now.)
165 by mbp at sourcefrog
- put .bzr.log in /home/mbp
128
162 by mbp at sourcefrog
workaround for python2.3 difflib bug
129
  PORTABILITY:
130
131
    * Workaround for difflib bug in Python 2.3 that causes an
132
      exception when comparing empty files.  Reported by Erik Toubro
133
      Nielsen.
163 by mbp at sourcefrog
merge win32 portability fixes
134
165 by mbp at sourcefrog
- put .bzr.log in /home/mbp
135
  INTERNAL:
136
137
    * Refactored inventory storage to insert a root entry at the top.
138
180 by mbp at sourcefrog
- mv command is gone, but renames seem to be working
139
  TESTING:
140
169 by mbp at sourcefrog
Start of shell-based black-box testing in test.sh
141
    * Start of shell-based black-box testing in test.sh.
142
163 by mbp at sourcefrog
merge win32 portability fixes
143
144
bzr-0.0.2.1
145
146
  PORTABILITY:
147
148
    * Win32 fixes from Steve Brown.
149
150
181 by mbp at sourcefrog
prepare for 0.0.3 release
151
bzr-0.0.2  "black cube"  2005-03-31
101 by mbp at sourcefrog
change default ignore list
152
133 by mbp at sourcefrog
- new 'ignored' command
153
  ENHANCEMENTS:
101 by mbp at sourcefrog
change default ignore list
154
110 by mbp at sourcefrog
Add more patterns to default ignore list
155
    * Default ignore list extended (see bzrlib/__init__.py).
101 by mbp at sourcefrog
change default ignore list
156
102 by mbp at sourcefrog
- cache ignore list in Tree
157
    * Patterns in .bzrignore are now added to the default ignore list,
158
      rather than replacing it.
159
146 by mbp at sourcefrog
match ignore patterns like ./config.h
160
    * Ignore list isn't reread for every file.
102 by mbp at sourcefrog
- cache ignore list in Tree
161
110 by mbp at sourcefrog
Add more patterns to default ignore list
162
    * More help topics.
163
118 by mbp at sourcefrog
Update news
164
    * Reinstate the 'bzr check' command to check invariants of the
165
      branch.
133 by mbp at sourcefrog
- new 'ignored' command
166
135 by mbp at sourcefrog
Simple new 'deleted' command
167
    * New 'ignored' command lists which files are ignored and why;
168
      'deleted' lists files deleted in the current working tree.
169
170
    * Performance improvements.
137 by mbp at sourcefrog
new --profile option
171
172
    * New global --profile option.
146 by mbp at sourcefrog
match ignore patterns like ./config.h
173
    
174
    * Ignore patterns like './config.h' now correctly match files in
163 by mbp at sourcefrog
merge win32 portability fixes
175
      the root directory only.
176
177
99 by mbp at sourcefrog
update for release 0.0.1
178
bzr-0.0.1  2005-03-26
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
179
81 by mbp at sourcefrog
show space usage for various stores in the info command
180
  ENHANCEMENTS:
181
182
    * More information from info command.
183
83 by mbp at sourcefrog
Can now say "bzr help COMMAND" for more detailed help
184
    * Can now say "bzr help COMMAND" for more detailed help.
185
92 by mbp at sourcefrog
more performance measurement
186
    * Less file flushing and faster performance when writing logs and
187
      committing to stores.
188
96 by mbp at sourcefrog
with commit -v, show committed revision number
189
    * More useful verbose output from some commands.
190
93 by mbp at sourcefrog
Fix inverted display of 'R' and 'M' during 'commit -v'
191
  BUG FIXES:
192
193
    * Fix inverted display of 'R' and 'M' during 'commit -v'.
194
72 by mbp at sourcefrog
- import a subset of elementtree for easier installation
195
  PORTABILITY:
196
197
    * Include a subset of ElementTree-1.2.20040618 to make
198
      installation easier.
199
73 by mbp at sourcefrog
fix time.localtime call for python 2.3
200
    * Fix time.localtime call to work with Python 2.3 (the minimum
201
      supported).
202
203
71 by mbp at sourcefrog
Add NEWS file
204
bzr-0.0.0.69  2005-03-22
205
206
  ENHANCEMENTS:
207
208
    * First public release.
209
210
    * Storage of local versions: init, add, remove, rm, info, log,
211
      diff, status, etc.