~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2005-12-03 20:42:25 UTC
  • mfrom: (147.4.25 trunk)
  • mto: (147.4.27 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: aaron.bentley@utoronto.ca-20051203204225-25678bc921de4fc1
MergeĀ fromĀ lifeless

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
 
1
34
Sept 22
2
35
* Significant reworking of graph-ancestry
3
36
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)