~abentley/bzrtools/bzrtools.dev

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