~abentley/bzrtools/bzrtools.dev

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