~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Michael Ellerman
  • Date: 2005-10-19 11:34:39 UTC
  • mto: (0.3.1 shelf-dev) (325.1.2 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 246.
  • Revision ID: michael@ellerman.id.au-20051019113439-193bca379eec5798
Move all shelf functions into a class. Only logic change is we save the
bzr root dir rather than recomputing it again and again.

Show diffs side-by-side

added added

removed removed

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