~abentley/bzrtools/bzrtools.dev

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