~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-08-16 03:30:21 UTC
  • mto: This revision was merged to the branch mainline in revision 576.
  • Revision ID: aaron.bentley@utoronto.ca-20070816033021-e9k6t6rj25ndlhrk
Allow zap --force to delete modified checkouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
August 15 2007
 
2
* Allow zap --force to delete a checkout with uncommitted changes
 
3
 
 
4
August 14 2007
 
5
* Hide show-paths command, in favour of bzr info
 
6
* BzrTools does not do out-of-date checks unless a bzrtools command is run
 
7
* shelf doesn't emit reject message in test suite
 
8
* branches now works with Apache (and possibly other servers) again
 
9
* branches now dies quickly & cleanly if it can't connect
 
10
* multi-pull reuses connections where possible
 
11
* RELEASE: bzrtools 0.90.0
 
12
 
 
13
July 10 2007
 
14
* RELEASE: bzrtools 0.18.0
 
15
 
 
16
June 15 2007
 
17
* graph-ancestry supports new graph API, indicates both possible merge bases,
 
18
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
 
19
  cwd.
 
20
 
 
21
June 12 2007
 
22
* RELEASE: bzrtools 0.17.0
 
23
* RELEASE: bzrtools 0.17.1
 
24
 
 
25
June 10 2007
 
26
* Whitespace cleanups from Charlie Shepherd
 
27
 
 
28
June 9 2007
 
29
* Version warning is suppressed for dev version of the next release.  E.g.
 
30
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
 
31
 
 
32
May 8 2007
 
33
* RELEASE: bzrtools 0.16.1
 
34
 
 
35
April 27 2007
 
36
* RELEASE: bzrtools 0.16.0
 
37
 
 
38
March 26 2007
 
39
* Get shelf tests passing with dirstate (again!)
 
40
* RELEASE: bzrtools 0.15.4
 
41
 
 
42
March 26 2007
 
43
* Add branch parameter to show-paths
 
44
 
 
45
March 16 2007
 
46
* RELEASE: bzrtools 0.15.3
 
47
 
 
48
March 12 2007
 
49
* Hack around hunk headers showing as long lines.
 
50
 
 
51
March 9 2007
 
52
* Handle broken python tar implementations in upstream_import
 
53
* RELEASE: bzrtools 0.15.2
 
54
 
 
55
March 7 2007
 
56
* RELEASE: bzrtools 0.15.1
 
57
* RELEASE: bzrtools 0.15.0
 
58
 
 
59
Feb 2 2007
 
60
* Colordiff warns on long lines
 
61
 
 
62
Jan 17 2007
 
63
* RELEASE: bzrtools 0.14.0
 
64
 
 
65
Jan 16 2007
 
66
* 'colordiff' now optionally checks for whitespace violations
 
67
 
 
68
Jan 8 2007
 
69
* 'import' now imports directories.
 
70
 
 
71
Jan 4 2007
 
72
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
 
73
  your working directory hierarchy exactly.  New config option must be
 
74
  used: "cbranch_target".  Appendpath policy should be used for this.
 
75
 
 
76
Dec 28
 
77
* 'import' command now honours execute bit in tarfiles
 
78
 
 
79
Dec 21
 
80
* 'graph-ancestry' shows branch nick if applicable
 
81
 
 
82
Dec 19
 
83
* 'patch' works over sftp (and, in theory, all transports)
 
84
 
 
85
Dec 13
 
86
* 'branch-history' tolerates commit ids with no email
 
87
 
 
88
Dec 12
 
89
* Add zip support to 'import' command
 
90
 
 
91
Dec 11
 
92
* 'patch' fixed to work properly with http URLs and all other transports
 
93
 
 
94
Dec 5
 
95
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
 
96
  (Andrew Tridgell)
 
97
 
 
98
Dec 4
 
99
* 'shelf' handles pipe errors better when invoking patch 
 
100
 
 
101
Nov 27
 
102
* RELEASE: bzrtools 0.13.0
 
103
 
 
104
Nov 22
 
105
* Add encoding flag for 'baz-import'
 
106
* Fix deprecated API use in 'switch'
 
107
* Add show-paths command from Alexander Belchenko
 
108
 
 
109
Oct 25
 
110
* RELEASE: bzrtools 0.12.0
 
111
* Update 'import' command for unique roots changes
 
112
 
 
113
Oct 24
 
114
* Fix parent-setting in 'cbranch'.
 
115
 
 
116
Oct 15
 
117
* Update for unique roots changes
 
118
 
 
119
Sep 25
 
120
* RELEASE: bzrtools 0.11.0
 
121
* Remove Shove
 
122
* Clean up test suite
 
123
 
 
124
Aug 28
 
125
* Shove is now deprecated
 
126
* Reduce interactive slowdown by late-loading PyBaz
 
127
* baz-import speedup: remove useless merge_innter call
 
128
 
 
129
Aug 15
 
130
* Check bzrlib version
 
131
* RELEASE: bzrtools 0.9.1
 
132
 
 
133
Aug 11
 
134
* RELEASE: bzrtools 0.9.0
 
135
 
 
136
Aug 6
 
137
* Add --no-color option to shelve/unshelve
 
138
 
 
139
July 13
 
140
* clean-tree no longer treats --detritus or --ignored as including --unknowns
 
141
 
 
142
July 11
 
143
* Shelf colorizing
 
144
 
 
145
June 14
 
146
* Add 'shove' command, to move changes to a different tree
 
147
 
 
148
June 3
 
149
* clean-tree tweaks
 
150
 
 
151
May 30
 
152
* test suite updates
 
153
 
 
154
May 18
 
155
* Add 'import' command, to import tarballs
 
156
 
 
157
May 11
 
158
* RELEASE: bzrtools 0.8.1
 
159
* Fixed test case failure
 
160
 
 
161
May 9
 
162
* RELEASE: bzrtools 0.8
 
163
 
 
164
May 1
 
165
* Renamed push to rspush (Robert Collins/Aaron Bentley)
 
166
 
 
167
Apr 11
 
168
* New Switch command (David Allouche/Canonical)
 
169
 
 
170
Mar 22
 
171
* New Zap command
 
172
 
 
173
Mar 18
 
174
* Updates to Shelf command
 
175
 
 
176
Mar 10
 
177
* New baz-import algorithm, with respository support
 
178
 
 
179
Jan 31
 
180
* RELEASE: bzrtools 0.7
 
181
* Improved shell completion
 
182
* bzr push can omit working tree
 
183
* Documentation updates
 
184
 
 
185
Dec 13
 
186
* New test.py for standalone (kinda) testing
 
187
* New branch-history command
 
188
* New "fix" command (done automatically in fetch-ghosts)
 
189
 
 
190
Nov 8
 
191
* Various API updates
 
192
* Added force-reweave-inventory from Daniel Silverstone
 
193
* Decorated push from Robert Collins
 
194
* Improved shell completion
 
195
* Improved import when first ancestor is in an unregisered archive
 
196
 
 
197
Oct 28
 
198
* Added tests for several commands
 
199
* Made push auto_disable when native push present
 
200
* Merged Michael Ellerman's shelf v2 plugin 
 
201
* New "shell" command, derived from Fai
 
202
* Got pull working with URLs
 
203
 
 
204
Oct 19
 
205
* Added setup.py
 
206
* disabled annotate in favor of bzr annotate
 
207
* Added clean-tree --detrius
 
208
* API sync with bzr
 
209
 
 
210
Oct 14
 
211
* Default-ignore shelf files
 
212
* Win32 compatability fixes (Alexander Belchenko)
 
213
* Conflict handling now in bzr itself
 
214
* Fetch-missing renamed to fetch-ghosts
 
215
* Annotate includes changes since last commit, uses sha1 instead of text_id
 
216
 
 
217
Sept 29
 
218
* better errors for bad push locations (Eirik Nygaard)
 
219
* prevented push from overwriting any non-empty directory that is not an
 
220
  ancestor branch.  (Remote revision-history must be a subset of local.)
 
221
* added --overwrite option to push
 
222
 
 
223
Sept 22
 
224
* Significant reworking of graph-ancestry
 
225
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
 
226
* Updated to match bzr 0.0.8 API changes
 
227
* Updated to handle new bzr diff output
 
228
 
 
229
Sept 13
 
230
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
 
231
* obsoleted all the executibles; bzrtools only works as plugins now
 
232
 
 
233
June 15, 2005
 
234
* Added annotate
 
235
* Added Michael Ellerman's shelf/unshelf
 
236
* Implemented python user interface
 
237
 
1
238
June 8, 2005
2
239
baz2bzr
3
240
* much better error messages for common mistakes
4
241
* more thorough unit testing
5
242
* works better with recent merge changes
 
243
* Debian packaging (Jeff Bailey)
6
244
 
7
245
June 7, 2005
8
246
* baz2bzr supports updating a previous import (John Meinel)