/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.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
31
32
Bug Fixes
33
*********
34
35
* Fix auto hook trying to display an url without using the right encoding.
36
  (Vincent Ladeuil, #312686)
37
0.152.64 by Vincent Ladeuil
Fix compatibility with bzr.
38
* Fix compatibility with bzr versions that don't provide
39
  get_user_option_as_bool().
40
  (Vincent Ladeuil, #423791)
41
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
42
Improvements
43
************
44
45
46
Documentation
47
*************
48
49
* Clarify 'changes' definition in online help.
50
  (Vincent Ladeuil, #275538)
51
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
52
* Move the README file into the module doc string so that it
53
  becomes available through the 'bzr help plugins/upload'
54
  command.  (Vincent Ladeuil, #424193)
55
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
56
57
API Changes
58
***********
59
60
61
Internals
62
*********
63
64
65
Testing
66
*******
0.152.56 by Vincent Ladeuil
Small tweaks including doc fix (#275538).
67