~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-07-26 15:52:55 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070726155255-cawzo84zpzoulzbr
Allow importing directly from a URL

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
July 10 2007
 
2
* RELEASE: bzrtools 0.18.0
 
3
 
 
4
June 15 2007
 
5
* graph-ancestry supports new graph API, indicates both possible merge bases,
 
6
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
 
7
  cwd.
 
8
 
 
9
June 12 2007
 
10
* RELEASE: bzrtools 0.17.0
 
11
* RELEASE: bzrtools 0.17.1
 
12
 
 
13
June 10 2007
 
14
* Whitespace cleanups from Charlie Shepherd
 
15
 
 
16
June 9 2007
 
17
* Version warning is suppressed for dev version of the next release.  E.g.
 
18
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
 
19
 
 
20
May 8 2007
 
21
* RELEASE: bzrtools 0.16.1
 
22
 
 
23
April 27 2007
 
24
* RELEASE: bzrtools 0.16.0
 
25
 
 
26
March 26 2007
 
27
* Get shelf tests passing with dirstate (again!)
 
28
* RELEASE: bzrtools 0.15.4
 
29
 
 
30
March 26 2007
 
31
* Add branch parameter to show-paths
 
32
 
 
33
March 16 2007
 
34
* RELEASE: bzrtools 0.15.3
 
35
 
 
36
March 12 2007
 
37
* Hack around hunk headers showing as long lines.
 
38
 
 
39
March 9 2007
 
40
* Handle broken python tar implementations in upstream_import
 
41
* RELEASE: bzrtools 0.15.2
 
42
 
 
43
March 7 2007
 
44
* RELEASE: bzrtools 0.15.1
 
45
* RELEASE: bzrtools 0.15.0
 
46
 
 
47
Feb 2 2007
 
48
* Colordiff warns on long lines
 
49
 
 
50
Jan 17 2007
 
51
* RELEASE: bzrtools 0.14.0
 
52
 
 
53
Jan 16 2007
 
54
* 'colordiff' now optionally checks for whitespace violations
 
55
 
 
56
Jan 8 2007
 
57
* 'import' now imports directories.
 
58
 
 
59
Jan 4 2007
 
60
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
 
61
  your working directory hierarchy exactly.  New config option must be
 
62
  used: "cbranch_target".  Appendpath policy should be used for this.
 
63
 
 
64
Dec 28
 
65
* 'import' command now honours execute bit in tarfiles
 
66
 
 
67
Dec 21
 
68
* 'graph-ancestry' shows branch nick if applicable
 
69
 
 
70
Dec 19
 
71
* 'patch' works over sftp (and, in theory, all transports)
 
72
 
 
73
Dec 13
 
74
* 'branch-history' tolerates commit ids with no email
 
75
 
 
76
Dec 12
 
77
* Add zip support to 'import' command
 
78
 
 
79
Dec 11
 
80
* 'patch' fixed to work properly with http URLs and all other transports
 
81
 
 
82
Dec 5
 
83
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
 
84
  (Andrew Tridgell)
 
85
 
 
86
Dec 4
 
87
* 'shelf' handles pipe errors better when invoking patch 
 
88
 
 
89
Nov 27
 
90
* RELEASE: bzrtools 0.13.0
 
91
 
 
92
Nov 22
 
93
* Add encoding flag for 'baz-import'
 
94
* Fix deprecated API use in 'switch'
 
95
* Add show-paths command from Alexander Belchenko
 
96
 
 
97
Oct 25
 
98
* RELEASE: bzrtools 0.12.0
 
99
* Update 'import' command for unique roots changes
 
100
 
 
101
Oct 24
 
102
* Fix parent-setting in 'cbranch'.
 
103
 
 
104
Oct 15
 
105
* Update for unique roots changes
 
106
 
 
107
Sep 25
 
108
* RELEASE: bzrtools 0.11.0
 
109
* Remove Shove
 
110
* Clean up test suite
 
111
 
 
112
Aug 28
 
113
* Shove is now deprecated
 
114
* Reduce interactive slowdown by late-loading PyBaz
 
115
* baz-import speedup: remove useless merge_innter call
 
116
 
 
117
Aug 15
 
118
* Check bzrlib version
 
119
* RELEASE: bzrtools 0.9.1
 
120
 
 
121
Aug 11
 
122
* RELEASE: bzrtools 0.9.0
 
123
 
 
124
Aug 6
 
125
* Add --no-color option to shelve/unshelve
 
126
 
 
127
July 13
 
128
* clean-tree no longer treats --detritus or --ignored as including --unknowns
 
129
 
 
130
July 11
 
131
* Shelf colorizing
 
132
 
 
133
June 14
 
134
* Add 'shove' command, to move changes to a different tree
 
135
 
 
136
June 3
 
137
* clean-tree tweaks
 
138
 
 
139
May 30
 
140
* test suite updates
 
141
 
 
142
May 18
 
143
* Add 'import' command, to import tarballs
 
144
 
 
145
May 11
 
146
* RELEASE: bzrtools 0.8.1
 
147
* Fixed test case failure
 
148
 
 
149
May 9
 
150
* RELEASE: bzrtools 0.8
 
151
 
 
152
May 1
 
153
* Renamed push to rspush (Robert Collins/Aaron Bentley)
 
154
 
 
155
Apr 11
 
156
* New Switch command (David Allouche/Canonical)
 
157
 
 
158
Mar 22
 
159
* New Zap command
 
160
 
 
161
Mar 18
 
162
* Updates to Shelf command
 
163
 
 
164
Mar 10
 
165
* New baz-import algorithm, with respository support
 
166
 
1
167
Jan 31
 
168
* RELEASE: bzrtools 0.7
2
169
* Improved shell completion
3
170
* bzr push can omit working tree
4
171
* Documentation updates