~abentley/bzrtools/bzrtools.dev

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