~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-07-25 14:17:15 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050725141715-d410836f6e4a32c0
Got baz2bzr/annotate working now that ProgressBar is a function

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
 
Oct 28
54
 
* Added tests for several commands
55
 
* Made push auto_disable when native push present
56
 
* Merged Michael Ellerman's shelf v2 plugin 
57
 
* New "shell" command, derived from Fai
58
 
* Got pull working with URLs
59
 
 
60
 
Oct 19
61
 
* Added setup.py
62
 
* disabled annotate in favor of bzr annotate
63
 
* Added clean-tree --detrius
64
 
* API sync with bzr
65
 
 
66
 
Oct 14
67
 
* Default-ignore shelf files
68
 
* Win32 compatability fixes (Alexander Belchenko)
69
 
* Conflict handling now in bzr itself
70
 
* Fetch-missing renamed to fetch-ghosts
71
 
* Annotate includes changes since last commit, uses sha1 instead of text_id
72
 
 
73
 
Sept 29
74
 
* better errors for bad push locations (Eirik Nygaard)
75
 
* prevented push from overwriting any non-empty directory that is not an
76
 
  ancestor branch.  (Remote revision-history must be a subset of local.)
77
 
* added --overwrite option to push
78
 
 
79
 
Sept 22
80
 
* Significant reworking of graph-ancestry
81
 
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
82
 
* Updated to match bzr 0.0.8 API changes
83
 
* Updated to handle new bzr diff output
84
 
 
85
 
Sept 13
86
 
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
87
 
* obsoleted all the executibles; bzrtools only works as plugins now
88
 
 
89
1
June 15, 2005
90
2
* Added annotate
91
3
* Added Michael Ellerman's shelf/unshelf