~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-06-11 05:08:34 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20070611050834-wcbta2pfitcuopku
fix long-line detection

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
May 8 2007
 
2
* RELEASE: bzrtools 0.16.1
 
3
 
 
4
April 27 2007
 
5
* RELEASE: bzrtools 0.16.0
 
6
 
 
7
March 26 2007
 
8
* Get shelf tests passing with dirstate (again!)
 
9
* RELEASE: bzrtools 0.15.4
 
10
 
 
11
March 26 2007
 
12
* Add branch parameter to show-paths
 
13
 
 
14
March 16 2007
 
15
* RELEASE: bzrtools 0.15.3
 
16
 
 
17
March 12 2007
 
18
* Hack around hunk headers showing as long lines.
 
19
 
 
20
March 9 2007
 
21
* Handle broken python tar implementations in upstream_import
 
22
* RELEASE: bzrtools 0.15.2
 
23
 
 
24
March 7 2007
 
25
* RELEASE: bzrtools 0.15.1
 
26
* RELEASE: bzrtools 0.15.0
 
27
 
 
28
Feb 2 2007
 
29
* Colordiff warns on long lines
 
30
 
 
31
Jan 17 2007
 
32
* RELEASE: bzrtools 0.14.0
 
33
 
 
34
Jan 16 2007
 
35
* 'colordiff' now optionally checks for whitespace violations
 
36
 
 
37
Jan 8 2007
 
38
* 'import' now imports directories.
 
39
 
 
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
 
 
45
Dec 28
 
46
* 'import' command now honours execute bit in tarfiles
 
47
 
 
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
 
 
57
Dec 12
 
58
* Add zip support to 'import' command
 
59
 
 
60
Dec 11
 
61
* 'patch' fixed to work properly with http URLs and all other transports
 
62
 
 
63
Dec 5
 
64
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
 
65
  (Andrew Tridgell)
 
66
 
 
67
Dec 4
 
68
* 'shelf' handles pipe errors better when invoking patch 
 
69
 
 
70
Nov 27
 
71
* RELEASE: bzrtools 0.13.0
 
72
 
 
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
 
 
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
 
 
85
Oct 15
 
86
* Update for unique roots changes
 
87
 
 
88
Sep 25
 
89
* RELEASE: bzrtools 0.11.0
 
90
* Remove Shove
 
91
* Clean up test suite
 
92
 
 
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
 
 
98
Aug 15
 
99
* Check bzrlib version
 
100
* RELEASE: bzrtools 0.9.1
 
101
 
 
102
Aug 11
 
103
* RELEASE: bzrtools 0.9.0
 
104
 
 
105
Aug 6
 
106
* Add --no-color option to shelve/unshelve
 
107
 
 
108
July 13
 
109
* clean-tree no longer treats --detritus or --ignored as including --unknowns
 
110
 
 
111
July 11
 
112
* Shelf colorizing
 
113
 
 
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
 
 
126
May 11
 
127
* RELEASE: bzrtools 0.8.1
 
128
* Fixed test case failure
 
129
 
 
130
May 9
 
131
* RELEASE: bzrtools 0.8
 
132
 
 
133
May 1
 
134
* Renamed push to rspush (Robert Collins/Aaron Bentley)
 
135
 
 
136
Apr 11
 
137
* New Switch command (David Allouche/Canonical)
 
138
 
 
139
Mar 22
 
140
* New Zap command
 
141
 
 
142
Mar 18
 
143
* Updates to Shelf command
 
144
 
 
145
Mar 10
 
146
* New baz-import algorithm, with respository support
 
147
 
1
148
Jan 31
 
149
* RELEASE: bzrtools 0.7
2
150
* Improved shell completion
3
151
* bzr push can omit working tree
4
152
* Documentation updates