~abentley/bzrtools/bzrtools.dev

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