~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-11-01 14:50:37 UTC
  • mto: This revision was merged to the branch mainline in revision 269.
  • Revision ID: abentley@panoramicfeedback.com-20051101145037-27ee4174a53eeef3
Improved completion in the middle of lines

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
June 14
2
 
* Add 'shove' command, to move changes to a different tree
3
 
 
4
 
June 3
5
 
* clean-tree tweaks
6
 
 
7
 
May 30
8
 
* test suite updates
9
 
 
10
 
May 18
11
 
* Add 'import' command, to import tarballs
12
 
 
13
 
May 11
14
 
* RELEASE: bzrtools 0.8.1
15
 
* Fixed test case failure
16
 
 
17
 
May 9
18
 
* RELEASE: bzrtools 0.8
19
 
 
20
 
May 1
21
 
* Renamed push to rspush (Robert Collins/Aaron Bentley)
22
 
 
23
 
Apr 11
24
 
* New Switch command (David Allouche/Canonical)
25
 
 
26
 
Mar 22
27
 
* New Zap command
28
 
 
29
 
Mar 18
30
 
* Updates to Shelf command
31
 
 
32
 
Mar 10
33
 
* New baz-import algorithm, with respository support
34
 
 
35
 
Jan 31
36
 
* RELEASE: bzrtools 0.7
37
 
* Improved shell completion
38
 
* bzr push can omit working tree
39
 
* Documentation updates
40
 
 
41
 
Dec 13
42
 
* New test.py for standalone (kinda) testing
43
 
* New branch-history command
44
 
* New "fix" command (done automatically in fetch-ghosts)
45
 
 
46
 
Nov 8
47
 
* Various API updates
48
 
* Added force-reweave-inventory from Daniel Silverstone
49
 
* Decorated push from Robert Collins
50
 
* Improved shell completion
51
 
* Improved import when first ancestor is in an unregisered archive
52
 
 
53
1
Oct 28
54
2
* Added tests for several commands
55
3
* Made push auto_disable when native push present