~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-03-16 15:57:51 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070316155751-ko5ldoemdhfvsc0v
Spelling fix from Wouter

Show diffs side-by-side

added added

removed removed

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