~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2011-09-25 01:18:55 UTC
  • mfrom: (776.2.1 unused-imports)
  • Revision ID: aaron@aaronbentley.com-20110925011855-3dil4ijgluvzq7q5
Remove unused imports, fix the importing of two error classes. (jelmer)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
July 13 2011
 
2
* Fix compatibility with bzr 2.4 export API
 
3
* RELEASE: bzrtools 2.4.0
 
4
 
 
5
June 27 2011
 
6
* import supports .tar.xz and tar.lzma files (Jelmer).
 
7
* deprecated_graph functionality migrated from bzr (Jelmer).
 
8
 
 
9
May 9 2011
 
10
* Support non-ascii tarballs.
 
11
 
 
12
April 27 2011
 
13
* DiffWriter provides writelines method (Jelmer).
 
14
 
 
15
April 26 2011
 
16
* Stop using deprecated failIfExists/failUnlessExists in test suite.
 
17
* Stop using deprecated tree_files.
 
18
* bzr shell works on systems without readline support. (Martin [gz])
 
19
* setup.py doesn't execute on import (Robert Collins)
 
20
 
 
21
April 12 2011
 
22
* zap --store uses pipeline to store uncommitted changes.
 
23
 
 
24
February 14 2011
 
25
* bzr shell logs exceptions quietly (Martin [gz]).
 
26
 
 
27
February 1 2011
 
28
* Fix Python 2.7 incompatibility
 
29
* RELEASE: bzrtools 2.3.1
 
30
 
 
31
January 25 2011
 
32
* RELEASE: bzrtools 2.3.0
 
33
 
 
34
May 12 2010
 
35
* Remove unneeded imports
 
36
 
 
37
May 11 2010
 
38
* Fix tests of 'bzr zap'
 
39
 
 
40
April 6 2010
 
41
* RELEASE: bzrtools 2.2.0
 
42
 
 
43
February 4 2010
 
44
* RELEASE: bzrtools 2.1.0
 
45
 
 
46
November 30 2009
 
47
* (Gordon Tyler) shell now accepts --directory 
 
48
 
 
49
November 12 2009
 
50
* shell now run qbzr commands in a subprocess.
 
51
 
 
52
November 11 2009
 
53
* (Max Bowsher) fetch-ghosts now works again.  And has tests.
 
54
 
 
55
November 10 2009
 
56
* (Max Bowsher) Improved version checking
 
57
 
 
58
October 20 2009
 
59
* conflict-diff no longer requires a single file to be specified.  Multiple
 
60
  files or no files can be specified.
 
61
 
 
62
October 19 2009
 
63
* RELEASE: bzrtools 2.1.0b1
 
64
 
 
65
September 26 2009
 
66
* Fix bug #435695: deprecation warning completing command names
 
67
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
 
68
  chars in string.whitespace.
 
69
* (James Westby) patch accepts -p as a short name for --strip.
 
70
* (Benoît Pierre) ^C does not abort the shell command
 
71
* (Benoît Pierre) line parsing errors do not abort the shell command
 
72
* RELEASE: bzrtools 2.0.1
 
73
 
 
74
September 3 2009
 
75
* RELEASE: bzrtools 2.0.0
 
76
 
 
77
August 20 2009
 
78
* RELEASE: bzrtools 1.18.0
 
79
 
 
80
July 13 2009
 
81
* RELEASE: bzrtools 1.17.0
 
82
 
 
83
July 10 2009
 
84
* `create-mirror` mirrors child_submit_to
 
85
 
 
86
June 16 2009
 
87
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
 
88
  to `unshelve`.
 
89
 
 
90
June 12 2009
 
91
* RELEASE: bzrtools 1.16.0
 
92
 
 
93
June 10 2009
 
94
* Implement create-mirror command
 
95
 
 
96
May 27 2009
 
97
* Fix fetch-ghosts command for bzr 1.15
 
98
* RELEASE: bzrtools 1.15.0
 
99
 
 
100
April 28 2009
 
101
* bzrtools officially upgraded to rich roots.
 
102
 
 
103
April 10 2009
 
104
* Fix import command for Python 2.6
 
105
* RELEASE: bzrtools 1.14.0
 
106
 
 
107
March 11 2009
 
108
* `bzr patch` handles URLs with trailing slashes.
 
109
* RELEASE: bzrtools 1.13.0
 
110
* Remove clean-tree (now in bzr core)
 
111
* New conflict-diff command
 
112
 
 
113
February 10 2009
 
114
* RELEASE: bzrtools 1.12.0
 
115
 
 
116
January 12 2009
 
117
* RELEASE: bzrtools 1.11.0
 
118
 
 
119
January 7 2009
 
120
* Rename shelf command to shelf1, to match others & reduce confusion.
 
121
 
 
122
November 28 2008
 
123
* RELEASE: bzrtools 1.10.0
 
124
 
 
125
Novemeber 23 2008
 
126
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
 
127
* Support auto-detecting color in shelf UI
 
128
 
 
129
November 11 2008
 
130
* Support colorizing in shelf UI
 
131
 
1
132
November 5 2008
2
133
* RELEASE: bzrtools 1.9.1
3
134