~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Michael Ellerman
  • Date: 2006-06-05 14:18:25 UTC
  • mto: (0.3.1 shelf-dev)
  • mto: This revision was merged to the branch mainline in revision 393.
  • Revision ID: michael@ellerman.id.au-20060605141825-835ebbb5ffbff21d
Code cleanup, more explicit variable names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Nov 27
2
 
* RELEASE: bzrtools 0.13.0
3
 
 
4
 
Nov 22
5
 
* Add encoding flag for 'baz-import'
6
 
* Fix deprecated API use in 'switch'
7
 
* Add show-paths command from Alexander Belchenko
8
 
 
9
 
Oct 25
10
 
* RELEASE: bzrtools 0.12.0
11
 
* Update 'import' command for unique roots changes
12
 
 
13
 
Oct 24
14
 
* Fix parent-setting in 'cbranch'.
15
 
 
16
 
Oct 15
17
 
* Update for unique roots changes
18
 
 
19
 
Sep 25
20
 
* RELEASE: bzrtools 0.11.0
21
 
* Remove Shove
22
 
* Clean up test suite
23
 
 
24
 
Aug 28
25
 
* Shove is now deprecated
26
 
* Reduce interactive slowdown by late-loading PyBaz
27
 
* baz-import speedup: remove useless merge_innter call
28
 
 
29
 
Aug 15
30
 
* Check bzrlib version
31
 
* RELEASE: bzrtools 0.9.1
32
 
 
33
 
Aug 11
34
 
* RELEASE: bzrtools 0.9.0
35
 
 
36
 
Aug 6
37
 
* Add --no-color option to shelve/unshelve
38
 
 
39
 
July 13
40
 
* clean-tree no longer treats --detritus or --ignored as including --unknowns
41
 
 
42
 
July 11
43
 
* Shelf colorizing
44
 
 
45
 
June 14
46
 
* Add 'shove' command, to move changes to a different tree
47
 
 
48
 
June 3
49
 
* clean-tree tweaks
50
 
 
51
 
May 30
52
 
* test suite updates
53
 
 
54
 
May 18
55
 
* Add 'import' command, to import tarballs
56
 
 
57
 
May 11
58
 
* RELEASE: bzrtools 0.8.1
59
 
* Fixed test case failure
60
 
 
61
 
May 9
62
 
* RELEASE: bzrtools 0.8
63
 
 
64
 
May 1
65
 
* Renamed push to rspush (Robert Collins/Aaron Bentley)
66
 
 
67
 
Apr 11
68
 
* New Switch command (David Allouche/Canonical)
69
 
 
70
 
Mar 22
71
 
* New Zap command
72
 
 
73
 
Mar 18
74
 
* Updates to Shelf command
75
 
 
76
 
Mar 10
77
 
* New baz-import algorithm, with respository support
78
 
 
79
 
Jan 31
80
 
* RELEASE: bzrtools 0.7
81
 
* Improved shell completion
82
 
* bzr push can omit working tree
83
 
* Documentation updates
84
 
 
85
 
Dec 13
86
 
* New test.py for standalone (kinda) testing
87
 
* New branch-history command
88
 
* New "fix" command (done automatically in fetch-ghosts)
89
 
 
90
 
Nov 8
91
 
* Various API updates
92
 
* Added force-reweave-inventory from Daniel Silverstone
93
 
* Decorated push from Robert Collins
94
 
* Improved shell completion
95
 
* Improved import when first ancestor is in an unregisered archive
96
 
 
97
 
Oct 28
98
 
* Added tests for several commands
99
 
* Made push auto_disable when native push present
100
 
* Merged Michael Ellerman's shelf v2 plugin 
101
 
* New "shell" command, derived from Fai
102
 
* Got pull working with URLs
103
 
 
104
 
Oct 19
105
 
* Added setup.py
106
 
* disabled annotate in favor of bzr annotate
107
 
* Added clean-tree --detrius
108
 
* API sync with bzr
109
 
 
110
 
Oct 14
111
 
* Default-ignore shelf files
112
 
* Win32 compatability fixes (Alexander Belchenko)
113
 
* Conflict handling now in bzr itself
114
 
* Fetch-missing renamed to fetch-ghosts
115
 
* Annotate includes changes since last commit, uses sha1 instead of text_id
116
 
 
117
 
Sept 29
118
 
* better errors for bad push locations (Eirik Nygaard)
119
 
* prevented push from overwriting any non-empty directory that is not an
120
 
  ancestor branch.  (Remote revision-history must be a subset of local.)
121
 
* added --overwrite option to push
122
 
 
123
 
Sept 22
124
 
* Significant reworking of graph-ancestry
125
 
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
126
 
* Updated to match bzr 0.0.8 API changes
127
 
* Updated to handle new bzr diff output
128
 
 
129
 
Sept 13
130
 
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
131
 
* obsoleted all the executibles; bzrtools only works as plugins now
132
 
 
133
 
June 15, 2005
134
 
* Added annotate
135
 
* Added Michael Ellerman's shelf/unshelf
136
 
* Implemented python user interface
137
 
 
138
 
June 8, 2005
139
 
baz2bzr
140
 
* much better error messages for common mistakes
141
 
* more thorough unit testing
142
 
* works better with recent merge changes
143
 
* Debian packaging (Jeff Bailey)
144
 
 
145
 
June 7, 2005
146
 
* baz2bzr supports updating a previous import (John Meinel)
147
 
* baz2bzr has proper commandline parsing (John Meinel)
148
 
* baz2bzr can skip symlinks when importing
149
 
* bzr-pull is obsolete, now that that bzr has a native pull command