~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-09-29 16:16:56 UTC
  • mto: (147.2.17)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: abentley@panoramicfeedback.com-20050929161656-0aa948c2f00f3655
Fixed import issues w/ PyBaz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Oct 25
2
 
* RELEASE: bzrtools 0.12.0
3
 
* Update 'import' command for unique roots changes
4
 
 
5
 
Oct 24
6
 
* Fix parent-setting in 'cbranch'.
7
 
 
8
 
Oct 15
9
 
* Update for unique roots changes
10
 
 
11
 
Sep 25
12
 
* RELEASE: bzrtools 0.11.0
13
 
* Remove Shove
14
 
* Clean up test suite
15
 
 
16
 
Aug 28
17
 
* Shove is now deprecated
18
 
* Reduce interactive slowdown by late-loading PyBaz
19
 
* baz-import speedup: remove useless merge_innter call
20
 
 
21
 
Aug 15
22
 
* Check bzrlib version
23
 
* RELEASE: bzrtools 0.9.1
24
 
 
25
 
Aug 11
26
 
* RELEASE: bzrtools 0.9.0
27
 
 
28
 
Aug 6
29
 
* Add --no-color option to shelve/unshelve
30
 
 
31
 
July 13
32
 
* clean-tree no longer treats --detritus or --ignored as including --unknowns
33
 
 
34
 
July 11
35
 
* Shelf colorizing
36
 
 
37
 
June 14
38
 
* Add 'shove' command, to move changes to a different tree
39
 
 
40
 
June 3
41
 
* clean-tree tweaks
42
 
 
43
 
May 30
44
 
* test suite updates
45
 
 
46
 
May 18
47
 
* Add 'import' command, to import tarballs
48
 
 
49
 
May 11
50
 
* RELEASE: bzrtools 0.8.1
51
 
* Fixed test case failure
52
 
 
53
 
May 9
54
 
* RELEASE: bzrtools 0.8
55
 
 
56
 
May 1
57
 
* Renamed push to rspush (Robert Collins/Aaron Bentley)
58
 
 
59
 
Apr 11
60
 
* New Switch command (David Allouche/Canonical)
61
 
 
62
 
Mar 22
63
 
* New Zap command
64
 
 
65
 
Mar 18
66
 
* Updates to Shelf command
67
 
 
68
 
Mar 10
69
 
* New baz-import algorithm, with respository support
70
 
 
71
 
Jan 31
72
 
* RELEASE: bzrtools 0.7
73
 
* Improved shell completion
74
 
* bzr push can omit working tree
75
 
* Documentation updates
76
 
 
77
 
Dec 13
78
 
* New test.py for standalone (kinda) testing
79
 
* New branch-history command
80
 
* New "fix" command (done automatically in fetch-ghosts)
81
 
 
82
 
Nov 8
83
 
* Various API updates
84
 
* Added force-reweave-inventory from Daniel Silverstone
85
 
* Decorated push from Robert Collins
86
 
* Improved shell completion
87
 
* Improved import when first ancestor is in an unregisered archive
88
 
 
89
 
Oct 28
90
 
* Added tests for several commands
91
 
* Made push auto_disable when native push present
92
 
* Merged Michael Ellerman's shelf v2 plugin 
93
 
* New "shell" command, derived from Fai
94
 
* Got pull working with URLs
95
 
 
96
 
Oct 19
97
 
* Added setup.py
98
 
* disabled annotate in favor of bzr annotate
99
 
* Added clean-tree --detrius
100
 
* API sync with bzr
101
 
 
102
 
Oct 14
103
 
* Default-ignore shelf files
104
 
* Win32 compatability fixes (Alexander Belchenko)
105
 
* Conflict handling now in bzr itself
106
 
* Fetch-missing renamed to fetch-ghosts
107
 
* Annotate includes changes since last commit, uses sha1 instead of text_id
108
 
 
109
 
Sept 29
110
 
* better errors for bad push locations (Eirik Nygaard)
111
 
* prevented push from overwriting any non-empty directory that is not an
112
 
  ancestor branch.  (Remote revision-history must be a subset of local.)
113
 
* added --overwrite option to push
114
 
 
115
1
Sept 22
116
2
* Significant reworking of graph-ancestry
117
3
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)