~abentley/bzrtools/bzrtools.dev

417 by Aaron Bentley
Update clean-tree docs
1
July 13
2
* clean-tree no longer treats --detritus or --ignored as including --unknowns
3
392.1.2 by Aaron Bentley
Update NEWS
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
373 by Aaron Bentley
Updated NEWS
16
May 11
17
* RELEASE: bzrtools 0.8.1
18
* Fixed test case failure
19
371 by Aaron Bentley
More doc updates
20
May 9
21
* RELEASE: bzrtools 0.8
22
370 by Aaron Bentley
Documentation updates
23
May 1
364.1.4 by Aaron Bentley
Changed rpush to rspush
24
* Renamed push to rspush (Robert Collins/Aaron Bentley)
147.4.37 by Robert Collins
Convert push to rpush.
25
360.1.2 by Aaron Bentley
Tweak switch command
26
Apr 11
27
* New Switch command (David Allouche/Canonical)
28
347 by Aaron Bentley
Added zap to docs
29
Mar 22
30
* New Zap command
31
370 by Aaron Bentley
Documentation updates
32
Mar 18
33
* Updates to Shelf command
34
35
Mar 10
36
* New baz-import algorithm, with respository support
347 by Aaron Bentley
Added zap to docs
37
305 by Aaron Bentley
Updated NEWS
38
Jan 31
371 by Aaron Bentley
More doc updates
39
* RELEASE: bzrtools 0.7
305 by Aaron Bentley
Updated NEWS
40
* Improved shell completion
364.1.4 by Aaron Bentley
Changed rpush to rspush
41
* bzr push can omit working tree
305 by Aaron Bentley
Updated NEWS
42
* Documentation updates
43
300 by Aaron Bentley
Updated docs
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
274 by Aaron Bentley
Added force-reweave-inventory from Daniel Silverstone
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
260 by Aaron Bentley
Updated NEWS
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
238 by Aaron Bentley
Added setup.py, updated INSTALL, NEWS
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
219 by abentley
Updated NEWS
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
202 by Aaron Bentley
Updated NEWS
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
192 by Aaron Bentley
Updated NEWS
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
152.1.2 by Aaron Bentley
Updated docs, obsoleted old executibles
88
Sept 13
89
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
90
* obsoleted all the executibles; bzrtools only works as plugins now
91
87 by Aaron Bentley
updated docs
92
June 15, 2005
93
* Added annotate
94
* Added Michael Ellerman's shelf/unshelf
95
* Implemented python user interface
96
72 by Aaron Bentley
updated docs
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
79 by Aaron Bentley
Updated docs to mention Debification
102
* Debian packaging (Jeff Bailey)
72 by Aaron Bentley
updated docs
103
63 by Aaron Bentley
Added NEWS, obsoleted bzr-pull
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