~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-11-11 17:43:12 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20051111174312-1c627d82a07bf8fd
Added patch for tab-in-patch-filename support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Nov 8
 
2
* Various API updates
 
3
* Added force-reweave-inventory from Daniel Silverstone
 
4
* Decorated push from Robert Collins
 
5
* Improved shell completion
 
6
* Improved import when first ancestor is in an unregisered archive
 
7
 
 
8
Oct 28
 
9
* Added tests for several commands
 
10
* Made push auto_disable when native push present
 
11
* Merged Michael Ellerman's shelf v2 plugin 
 
12
* New "shell" command, derived from Fai
 
13
* Got pull working with URLs
 
14
 
 
15
Oct 19
 
16
* Added setup.py
 
17
* disabled annotate in favor of bzr annotate
 
18
* Added clean-tree --detrius
 
19
* API sync with bzr
 
20
 
 
21
Oct 14
 
22
* Default-ignore shelf files
 
23
* Win32 compatability fixes (Alexander Belchenko)
 
24
* Conflict handling now in bzr itself
 
25
* Fetch-missing renamed to fetch-ghosts
 
26
* Annotate includes changes since last commit, uses sha1 instead of text_id
 
27
 
 
28
Sept 29
 
29
* better errors for bad push locations (Eirik Nygaard)
 
30
* prevented push from overwriting any non-empty directory that is not an
 
31
  ancestor branch.  (Remote revision-history must be a subset of local.)
 
32
* added --overwrite option to push
 
33
 
 
34
Sept 22
 
35
* Significant reworking of graph-ancestry
 
36
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
 
37
* Updated to match bzr 0.0.8 API changes
 
38
* Updated to handle new bzr diff output
 
39
 
 
40
Sept 13
 
41
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
 
42
* obsoleted all the executibles; bzrtools only works as plugins now
 
43
 
1
44
June 15, 2005
2
45
* Added annotate
3
46
* Added Michael Ellerman's shelf/unshelf