~abentley/bzrtools/bzrtools.dev

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