~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-06-07 18:52:04 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050607185204-5fc1f0e3d393b909
Added NEWS, obsoleted bzr-pull

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
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
 
 
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
 
 
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
 
 
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
 
 
33
 
Sept 13
34
 
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
35
 
* obsoleted all the executibles; bzrtools only works as plugins now
36
 
 
37
 
June 15, 2005
38
 
* Added annotate
39
 
* Added Michael Ellerman's shelf/unshelf
40
 
* Implemented python user interface
41
 
 
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
47
 
* Debian packaging (Jeff Bailey)
48
 
 
49
1
June 7, 2005
50
2
* baz2bzr supports updating a previous import (John Meinel)
51
3
* baz2bzr has proper commandline parsing (John Meinel)