~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-12-21 04:03:41 UTC
  • mfrom: (596.1.1 bzrtools)
  • Revision ID: aaron.bentley@utoronto.ca-20071221040341-pi6g35z6su4wou8k
Merge from other bzrtools

Show diffs side-by-side

added added

removed removed

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