~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-05-12 18:06:07 UTC
  • Revision ID: aaron@aaronbentley.com-20080512180607-dn6a55if3pk4zdju
Update to avoid deprecated API

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
May 11 2008
 
2
* Test fixes from Alexander Belchenko
 
3
* Merge heads plugin
 
4
* Update heads plugin to use undeprecated APIs
 
5
 
 
6
April 26 2008
 
7
* Updates to syntax highlighting from Marius Kruger
 
8
 
 
9
April 17 2008
 
10
* Use Graph API (instead of old revision_graph code) for graph-ancestry
 
11
* RELEASE: bzrtools 1.4.0
 
12
 
 
13
April 10 2008
 
14
* Add escaping to HTML graph-ancestry output
 
15
* Nicer error when patch fails
 
16
 
 
17
March 20 2008
 
18
* cbranch can now create parent directories for branches as needed.
 
19
 
 
20
March 18 2008
 
21
* RELEASE: bzrtools 1.3.0
 
22
 
 
23
Feb 29 2008
 
24
* Add link-tree command
 
25
 
 
26
Feb 25 2008
 
27
* Add hard-link support to cbranch
 
28
 
 
29
Feb 13 2008
 
30
* RELEASE: bzrtools 1.2.0
 
31
 
 
32
Feb 12 2008
 
33
* Handle missing patch program
 
34
 
 
35
Jan 10 2008
 
36
* Support branch6 formats (dirstate-tags, pack*) in rspush
 
37
* RELEASE: bzrtools 1.1.0
 
38
 
 
39
Dec 21 2007
 
40
* "branches" and "multi-pull" updated to new find_* APIs.
 
41
* new "trees" command.
 
42
 
 
43
Dec 20 2007
 
44
* cbranch is much faster, and supports --files-from.
 
45
 
 
46
Dec 1 2007
 
47
* RELEASE: bzrtools 1.0.0
 
48
* Use dotted revnos in graph-ancestry
 
49
 
 
50
Nov 23 2007
 
51
* Remove switch (now in bzr itself)
 
52
 
 
53
Nov 6 2007
 
54
* Handle command.options glitch
 
55
* RELEASE: bzrtools 0.92.1
 
56
 
 
57
Nov 1 2007
 
58
* Update rspush to work only in standalone trees and fix lock error
 
59
* RELEASE: bzrtools 0.92.0
 
60
 
 
61
September 11 2007
 
62
* RELEASE: bzrtools 0.91.0
 
63
 
 
64
September 4 2007
 
65
* switch works even when source branch is read-only
 
66
 
 
67
August 15 2007
 
68
* Allow zap --force to delete a checkout with uncommitted changes
 
69
 
 
70
August 14 2007
 
71
* Hide show-paths command, in favour of bzr info
 
72
* BzrTools does not do out-of-date checks unless a bzrtools command is run
 
73
* shelf doesn't emit reject message in test suite
 
74
* branches now works with Apache (and possibly other servers) again
 
75
* branches now dies quickly & cleanly if it can't connect
 
76
* multi-pull reuses connections where possible
 
77
* RELEASE: bzrtools 0.90.0
 
78
* remove branch-mark
 
79
 
 
80
July 10 2007
 
81
* RELEASE: bzrtools 0.18.0
 
82
 
 
83
June 15 2007
 
84
* graph-ancestry supports new graph API, indicates both possible merge bases,
 
85
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
 
86
  cwd.
 
87
 
 
88
June 12 2007
 
89
* RELEASE: bzrtools 0.17.0
 
90
* RELEASE: bzrtools 0.17.1
 
91
 
 
92
June 10 2007
 
93
* Whitespace cleanups from Charlie Shepherd
 
94
 
 
95
June 9 2007
 
96
* Version warning is suppressed for dev version of the next release.  E.g.
 
97
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
 
98
 
 
99
May 8 2007
 
100
* RELEASE: bzrtools 0.16.1
 
101
 
 
102
April 27 2007
 
103
* RELEASE: bzrtools 0.16.0
 
104
 
 
105
March 26 2007
 
106
* Get shelf tests passing with dirstate (again!)
 
107
* RELEASE: bzrtools 0.15.4
 
108
 
 
109
March 26 2007
 
110
* Add branch parameter to show-paths
 
111
 
 
112
March 16 2007
 
113
* RELEASE: bzrtools 0.15.3
 
114
 
 
115
March 12 2007
 
116
* Hack around hunk headers showing as long lines.
 
117
 
 
118
March 9 2007
 
119
* Handle broken python tar implementations in upstream_import
 
120
* RELEASE: bzrtools 0.15.2
 
121
 
 
122
March 7 2007
 
123
* RELEASE: bzrtools 0.15.1
 
124
* RELEASE: bzrtools 0.15.0
 
125
 
 
126
Feb 2 2007
 
127
* Colordiff warns on long lines
 
128
 
 
129
Jan 17 2007
 
130
* RELEASE: bzrtools 0.14.0
 
131
 
 
132
Jan 16 2007
 
133
* 'colordiff' now optionally checks for whitespace violations
 
134
 
 
135
Jan 8 2007
 
136
* 'import' now imports directories.
 
137
 
 
138
Jan 4 2007
 
139
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
 
140
  your working directory hierarchy exactly.  New config option must be
 
141
  used: "cbranch_target".  Appendpath policy should be used for this.
 
142
 
 
143
Dec 28
 
144
* 'import' command now honours execute bit in tarfiles
 
145
 
 
146
Dec 21
 
147
* 'graph-ancestry' shows branch nick if applicable
 
148
 
 
149
Dec 19
 
150
* 'patch' works over sftp (and, in theory, all transports)
 
151
 
 
152
Dec 13
 
153
* 'branch-history' tolerates commit ids with no email
 
154
 
 
155
Dec 12
 
156
* Add zip support to 'import' command
 
157
 
 
158
Dec 11
 
159
* 'patch' fixed to work properly with http URLs and all other transports
 
160
 
 
161
Dec 5
 
162
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
 
163
  (Andrew Tridgell)
 
164
 
 
165
Dec 4
 
166
* 'shelf' handles pipe errors better when invoking patch 
 
167
 
 
168
Nov 27
 
169
* RELEASE: bzrtools 0.13.0
 
170
 
 
171
Nov 22
 
172
* Add encoding flag for 'baz-import'
 
173
* Fix deprecated API use in 'switch'
 
174
* Add show-paths command from Alexander Belchenko
 
175
 
 
176
Oct 25
 
177
* RELEASE: bzrtools 0.12.0
 
178
* Update 'import' command for unique roots changes
 
179
 
 
180
Oct 24
 
181
* Fix parent-setting in 'cbranch'.
 
182
 
 
183
Oct 15
 
184
* Update for unique roots changes
 
185
 
 
186
Sep 25
 
187
* RELEASE: bzrtools 0.11.0
 
188
* Remove Shove
 
189
* Clean up test suite
 
190
 
 
191
Aug 28
 
192
* Shove is now deprecated
 
193
* Reduce interactive slowdown by late-loading PyBaz
 
194
* baz-import speedup: remove useless merge_innter call
 
195
 
 
196
Aug 15
 
197
* Check bzrlib version
 
198
* RELEASE: bzrtools 0.9.1
 
199
 
 
200
Aug 11
 
201
* RELEASE: bzrtools 0.9.0
 
202
 
 
203
Aug 6
 
204
* Add --no-color option to shelve/unshelve
 
205
 
1
206
July 13
2
207
* clean-tree no longer treats --detritus or --ignored as including --unknowns
3
208
 
 
209
July 11
 
210
* Shelf colorizing
 
211
 
4
212
June 14
5
213
* Add 'shove' command, to move changes to a different tree
6
214