~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-11 22:57:45 UTC
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051011225745-5c02a0cfc85b36d1
fixup the verbose-does-nothing for add - add a --quiet instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr development head
 
1
DEVELOPMENT HEAD
 
2
 
 
3
 
 
4
  IMPROVEMENTS:
 
5
 
 
6
    * The config directory is now ~/.bazaar, and there is a single file 
 
7
      ~/.bazaar/bazaar.conf storing email, editor and other preferences.
 
8
      (Robert Collins)
 
9
 
 
10
    * 'bzr add' no longer takes a --verbose option, and a --quiet option
 
11
      has been added that suppresses all output.
 
12
    
 
13
 
 
14
  INTERNALS:
 
15
 
 
16
    * Config options have moved from bzrlib.osutils to bzrlib.config.
 
17
      (Robert Collins)
 
18
 
 
19
 
 
20
  TESTING:
 
21
 
 
22
    * The --pattern option has been removed, now test specifiers on the
 
23
      command line can be simple strings, or regexps, or both.
 
24
 
 
25
    * Passing -v to selftest will now show the time each test took to 
 
26
      complete, which will aid in analysing performance regressions and
 
27
      related questions.
 
28
 
 
29
 
 
30
bzr 0.1 2005-10-06
 
31
 
 
32
  NOTES:
 
33
 
 
34
    * 'bzr branch' over http initially gives a very high estimate
 
35
      of completion time but it should fall as the first few 
 
36
      revisions are pulled in.  branch is still slow on 
 
37
      high-latency connections.
 
38
 
 
39
  BUG FIXES:
 
40
  
 
41
    * bzr-man.py has been updated to work again. Contributed by
 
42
      Rob Weir.
 
43
 
 
44
    * Locking is now done with fcntl.lockf which works with NFS
 
45
      file systems. Contributed by Harald Meland.
 
46
 
 
47
    * When a merge encounters a file that has been deleted on
 
48
      one side and modified on the other, the old contents are
 
49
      written out to foo.BASE and foo.SIDE, where SIDE is this
 
50
      or OTHER. Contributed by Aaron Bentley.
 
51
 
 
52
    * Export was choosing incorrect file paths for the content of
 
53
      the tarball, this has been fixed by Aaron Bentley.
 
54
 
 
55
    * Commit will no longer commit without a log message, an 
 
56
      error is returned instead. Contributed by Jelmer Vernooij.
 
57
 
 
58
    * If you commit a specific file in a sub directory, any of its
 
59
      parent directories that are added but not listed will be 
 
60
      automatically included. Suggested by Michael Ellerman.
 
61
 
 
62
    * bzr commit and upgrade did not correctly record new revisions
 
63
      for files with only a change to their executable status.
 
64
      bzr will correct this when it encounters it. Fixed by
 
65
      Robert Collins
 
66
 
 
67
    * HTTP tests now force off the use of http_proxy for the duration.
 
68
      Contributed by Gustavo Niemeyer.
 
69
 
 
70
    * Fix problems in merging weave-based branches that have 
 
71
      different partial views of history.
 
72
 
 
73
    * Symlink support: working with symlinks when not in the root of a 
 
74
      bzr tree was broken, patch from Scott James Remnant.
 
75
 
 
76
 
 
77
  IMPROVEMENTS:
 
78
 
 
79
    * 'branch' now accepts a --basis parameter which will take advantage
 
80
      of local history when making a new branch. This allows faster 
 
81
      branching of remote branches. Contributed by Aaron Bentley.
 
82
 
 
83
    * New tree format based on weave files, called version 5.
 
84
      Existing branches can be upgraded to this format using 
 
85
      'bzr upgrade'.
 
86
 
 
87
    * Symlinks are now versionable. Initial patch by 
 
88
      Erik Toubro Nielsen, updated to head by Robert Collins.
 
89
 
 
90
    * Executable bits are tracked on files. Patch from Gustavo
 
91
      Niemeyer.
 
92
 
 
93
    * 'bzr status' now shows unknown files inside a selected directory.
 
94
      Patch from Heikki Paajanen.
 
95
 
 
96
    * Merge conflicts are recorded in .bzr. Two new commands 'conflicts'
 
97
      and 'resolve' have needed added, which list and remove those 
 
98
      merge conflicts respectively. A conflicted tree cannot be committed
 
99
      in. Contributed by Aaron Bentley.
 
100
 
 
101
    * 'rm' is now an alias for 'remove'.
 
102
 
 
103
    * Stores now split out their content in a single byte prefixed hash,
 
104
      dropping the density of files per directory by 256. Contributed by
 
105
      Gustavo Niemeyer.
 
106
 
 
107
    * 'bzr diff -r branch:URL' will now perform a diff between two branches.
 
108
      Contributed by Robert Collins.
 
109
 
 
110
    * 'bzr log' with the default formatter will show merged revisions,
 
111
      indented to the right. Initial implementation contributed by Gustavo
 
112
      Niemeyer, made incremental by Robert Collins.
 
113
 
 
114
 
 
115
  INTERNALS:
 
116
 
 
117
    * Test case failures have the exception printed after the log 
 
118
      for your viewing pleasure.
 
119
 
 
120
    * InventoryEntry is now an abstract base class, use one of the
 
121
      concrete InventoryDirectory etc classes instead.
 
122
 
 
123
    * Branch raises an UnsupportedFormatError when it detects a 
 
124
      bzr branch it cannot understand. This allows for precise
 
125
      handling of such circumstances.
 
126
 
 
127
 
 
128
  TESTING:
 
129
 
 
130
    * Removed testsweet module so that tests can be run after 
 
131
      bzr installed by 'bzr selftest'.
 
132
 
 
133
    * 'bzr selftest' command-line arguments can now be partial ids
 
134
      of tests to run, e.g. 'bzr selftest test_weave'
 
135
 
 
136
      
 
137
bzr 0.0.9 2005-09-23
 
138
 
 
139
  BUG FIXES:
 
140
 
 
141
    * Fixed "branch -r" option.
 
142
 
 
143
    * Fix remote access to branches containing non-compressed history.
 
144
      (Robert Collins).
 
145
 
 
146
    * Better reliability of http server tests.  (John Arbash-Meinel)
 
147
 
 
148
    * Merge graph maximum distance calculation fix.  (Aaron Bentley)
 
149
   
 
150
    * Various minor bug in windows support have been fixed, largely in the
 
151
      test suite. Contributed by Alexander Belchenko.
 
152
 
 
153
  IMPROVEMENTS:
 
154
 
 
155
    * Status now accepts a -r argument to give status between chosen
 
156
      revisions. Contributed by Heikki Paajanen.
 
157
 
 
158
    * Revision arguments no longer use +/-/= to control ranges, instead
 
159
      there is a 'before' namespace, which limits the successive namespace.
 
160
      For example '$ bzr log -r date:yesterday..before:date:today' will
 
161
      select everything from yesterday and before today. Contributed by
 
162
      Robey Pointer
 
163
 
 
164
    * There is now a bzr.bat file created by distutils when building on 
 
165
      Windows. Contributed by Alexander Belchenko.
 
166
 
 
167
  INTERNALS:
 
168
 
 
169
    * Removed uuid() as it was unused.
 
170
 
 
171
    * Improved 'fetch' code for pulling revisions from one branch into
 
172
      another (used by pull, merged, etc.)
 
173
 
 
174
 
 
175
bzr 0.0.8 2005-09-20
 
176
 
 
177
  IMPROVEMENTS:
 
178
 
 
179
    * Adding a file whose parent directory is not versioned will
 
180
      implicitly add the parent, and so on up to the root. This means
 
181
      you should never need to explictly add a directory, they'll just
 
182
      get added when you add a file in the directory.  Contributed by
 
183
      Michael Ellerman.
 
184
 
 
185
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
 
186
      Nir Soffer.
 
187
 
 
188
    * If you set BZR_EDITOR in the environment, it is checked in
 
189
      preference to EDITOR and the config file for the interactive commit
 
190
      editing program. Related to this is a bugfix where a missing program
 
191
      set in EDITOR would cause editing to fail, now the fallback program
 
192
      for the operating system is still tried.
 
193
 
 
194
    * Files that are not directories/symlinks/regular files will no longer
 
195
      cause bzr to fail, it will just ignore them by default. You cannot add
 
196
      them to the tree though - they are not versionable.
 
197
 
 
198
 
 
199
  INTERNALS:
 
200
 
 
201
    * Refactor xml packing/unpacking.
 
202
 
 
203
  BUG FIXES: 
 
204
 
 
205
    * Fixed 'bzr mv' by Ollie Rutherfurd.
 
206
 
 
207
    * Fixed strange error when trying to access a nonexistent http
 
208
      branch.
 
209
 
 
210
    * Make sure that the hashcache gets written out if it can't be
 
211
      read.
 
212
 
 
213
 
 
214
  PORTABILITY:
 
215
 
 
216
    * Various Windows fixes from Ollie Rutherfurd.
 
217
 
 
218
    * Quieten warnings about locking; patch from Matt Lavin.
 
219
 
 
220
 
 
221
bzr-0.0.7 2005-09-02
2
222
 
3
223
  NEW FEATURES:
4
224
 
8
228
    * New expert command ``bzr find-merge-base`` for debugging merges.
9
229
 
10
230
 
 
231
  ENHANCEMENTS:
 
232
 
 
233
    * Much better merge support.
 
234
 
 
235
    * merge3 conflicts are now reported with markers like '<<<<<<<'
 
236
      (seven characters) which is the same as CVS and pleases things
 
237
      like emacs smerge.
 
238
 
 
239
 
11
240
  BUG FIXES:
12
241
 
13
242
    * ``bzr upgrade`` no longer fails when trying to fix trees that
14
243
      mention revisions that are not present.
15
244
 
 
245
    * Fixed bugs in listing plugins from ``bzr plugins``.
 
246
 
 
247
    * Fix case of $EDITOR containing options for the editor.
 
248
 
 
249
    * Fix log -r refusing to show the last revision.
 
250
      (Patch from Goffredo Baroncelli.)
 
251
 
16
252
 
17
253
  CHANGES:
18
254
 
19
255
    * ``bzr log --show-ids`` shows the revision ids of all parents.
20
256
 
 
257
    * Externally provided commands on your $BZRPATH no longer need
 
258
      to recognize --bzr-usage to work properly, and can just handle
 
259
      --help themselves.
 
260
 
21
261
 
22
262
  LIBRARY:
23
263