/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
1
########################
0.152.56 by Vincent Ladeuil
Small tweaks including doc fix (#275538).
2
bzr-upload Release Notes
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
3
########################
4
5
.. contents:: List of Releases
6
   :depth: 1
7
8
In Development
9
##############
10
11
12
Compatibility Breaks
13
********************
14
15
16
New Features
17
************
18
19
* Remote branches can be used to upload from.
20
  (Gary van der Merwe, Vincent Ladeuil)
21
22
* The auto hook verbosity is now controlled by the 'upload_auto_quiet'
23
  config variable. If defaults to False if not set.
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
24
  (Vincent Ladeuil, #312686)
25
26
* The file where the revision id is stored on the remote server is now
27
  controlled by the 'upload_revid_location' configuration variable. It
28
  defaults to '.bzr-upload.revid'.
29
  (Vincent Ladeuil, #423331)
30
0.159.4 by Gary van der Merwe
Check that the revision we are uploading is a descendent from the revision that was uploaded.
31
* Upload now checks that the revision we are uploading is a descendent
32
  from the revision that was uploaded, and hence that the branchs that
33
  they were uploaded from have not diverged. This can be ignored by passing
34
  the --overwrite option. (Gary van der Merwe)
35
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
36
37
Bug Fixes
38
*********
39
40
* Fix auto hook trying to display an url without using the right encoding.
41
  (Vincent Ladeuil, #312686)
42
0.152.64 by Vincent Ladeuil
Fix compatibility with bzr.
43
* Fix compatibility with bzr versions that don't provide
44
  get_user_option_as_bool().
45
  (Vincent Ladeuil, #423791)
46
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
47
Improvements
48
************
49
50
51
Documentation
52
*************
53
54
* Clarify 'changes' definition in online help.
55
  (Vincent Ladeuil, #275538)
56
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
57
* Move the README file into the module doc string so that it
58
  becomes available through the 'bzr help plugins/upload'
59
  command.  (Vincent Ladeuil, #424193)
60
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
61
62
API Changes
63
***********
64
65
66
Internals
67
*********
68
69
70
Testing
71
*******
0.152.56 by Vincent Ladeuil
Small tweaks including doc fix (#275538).
72