~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-05-02 02:36:38 UTC
  • mto: (364.1.3 bzrtools)
  • mto: This revision was merged to the branch mainline in revision 366.
  • Revision ID: robertc@robertcollins.net-20060502023638-9d96d5e0f069cc52
Convert push to rpush.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Sep 25
2
 
* RELEASE: bzrtools 0.11.0
3
 
* Remove Shove
4
 
* Clean up test suite
5
 
 
6
 
Aug 28
7
 
* Shove is now deprecated
8
 
* Reduce interactive slowdown by late-loading PyBaz
9
 
* baz-import speedup: remove useless merge_innter call
10
 
 
11
 
Aug 15
12
 
* Check bzrlib version
13
 
* RELEASE: bzrtools 0.9.1
14
 
 
15
 
Aug 11
16
 
* RELEASE: bzrtools 0.9.0
17
 
 
18
 
Aug 6
19
 
* Add --no-color option to shelve/unshelve
20
 
 
21
 
July 13
22
 
* clean-tree no longer treats --detritus or --ignored as including --unknowns
23
 
 
24
 
July 11
25
 
* Shelf colorizing
26
 
 
27
 
June 14
28
 
* Add 'shove' command, to move changes to a different tree
29
 
 
30
 
June 3
31
 
* clean-tree tweaks
32
 
 
33
 
May 30
34
 
* test suite updates
35
 
 
36
 
May 18
37
 
* Add 'import' command, to import tarballs
38
 
 
39
 
May 11
40
 
* RELEASE: bzrtools 0.8.1
41
 
* Fixed test case failure
42
 
 
43
 
May 9
44
 
* RELEASE: bzrtools 0.8
45
 
 
46
 
May 1
47
 
* Renamed push to rspush (Robert Collins/Aaron Bentley)
 
1
Man 1
 
2
* Renamed push to rpush (Robert Collins)
48
3
 
49
4
Apr 11
50
5
* New Switch command (David Allouche/Canonical)
52
7
Mar 22
53
8
* New Zap command
54
9
 
55
 
Mar 18
56
 
* Updates to Shelf command
57
 
 
58
 
Mar 10
59
 
* New baz-import algorithm, with respository support
 
10
???
60
11
 
61
12
Jan 31
62
 
* RELEASE: bzrtools 0.7
63
13
* Improved shell completion
64
 
* bzr push can omit working tree
 
14
* bzr rpush can omit working tree
65
15
* Documentation updates
66
16
 
67
17
Dec 13