~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2006-07-18 20:35:11 UTC
  • mto: This revision was merged to the branch mainline in revision 637.
  • Revision ID: bialix@ukr.net-20060718203511-5b231555374d029c
added TODO

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
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
 
 
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
 
 
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
 
 
26
 
Sept 13
27
 
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
28
 
* obsoleted all the executibles; bzrtools only works as plugins now
29
 
 
30
 
June 15, 2005
31
 
* Added annotate
32
 
* Added Michael Ellerman's shelf/unshelf
33
 
* Implemented python user interface
34
 
 
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
40
 
* Debian packaging (Jeff Bailey)
41
 
 
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