~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-03-02 14:11:19 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060302141119-7a5ee02eb6483c50
Only use the decorated push if it's likely to work.

Show diffs side-by-side

added added

removed removed

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