~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-09-22 23:26:32 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20050922232632-4fb8b331c9509a12
tweaked docs

Show diffs side-by-side

added added

removed removed

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