~abentley/bzrtools/bzrtools.dev

238 by Aaron Bentley
Added setup.py, updated INSTALL, NEWS
1
Oct 19
2
* Added setup.py
3
* disabled annotate in favor of bzr annotate
4
* Added clean-tree --detrius
5
* API sync with bzr
6
219 by abentley
Updated NEWS
7
Oct 14
8
* Default-ignore shelf files
9
* Win32 compatability fixes (Alexander Belchenko)
10
* Conflict handling now in bzr itself
11
* Fetch-missing renamed to fetch-ghosts
12
* Annotate includes changes since last commit, uses sha1 instead of text_id
13
202 by Aaron Bentley
Updated NEWS
14
Sept 29
15
* better errors for bad push locations (Eirik Nygaard)
16
* prevented push from overwriting any non-empty directory that is not an
17
  ancestor branch.  (Remote revision-history must be a subset of local.)
18
* added --overwrite option to push
19
192 by Aaron Bentley
Updated NEWS
20
Sept 22
21
* Significant reworking of graph-ancestry
22
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
23
* Updated to match bzr 0.0.8 API changes
24
* Updated to handle new bzr diff output
25
152.1.2 by Aaron Bentley
Updated docs, obsoleted old executibles
26
Sept 13
27
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
28
* obsoleted all the executibles; bzrtools only works as plugins now
29
87 by Aaron Bentley
updated docs
30
June 15, 2005
31
* Added annotate
32
* Added Michael Ellerman's shelf/unshelf
33
* Implemented python user interface
34
72 by Aaron Bentley
updated docs
35
June 8, 2005
36
baz2bzr
37
* much better error messages for common mistakes
38
* more thorough unit testing
39
* works better with recent merge changes
79 by Aaron Bentley
Updated docs to mention Debification
40
* Debian packaging (Jeff Bailey)
72 by Aaron Bentley
updated docs
41
63 by Aaron Bentley
Added NEWS, obsoleted bzr-pull
42
June 7, 2005
43
* baz2bzr supports updating a previous import (John Meinel)
44
* baz2bzr has proper commandline parsing (John Meinel)
45
* baz2bzr can skip symlinks when importing
46
* bzr-pull is obsolete, now that that bzr has a native pull command