~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: abentley
  • Date: 2005-05-02 07:04:00 UTC
  • Revision ID: abentley@lappy-20050502070400-d14eee47272c8cdf
added bzr-push command

Show diffs side-by-side

added added

removed removed

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