/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
0.161.4 by Vincent Ladeuil
Handle regexps in .bzrignore-upload and take parents into account.
19
* ``.bzrignore-upload`` can be used to avoid uploading some files or
20
  directories. It uses the same syntax as ``.bzrignore`` including regular
21
  expressions.
22
  (Martin Albisetti, Vincent Ladeuil, #499525, #499941)
23
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
24
* Remote branches can be used to upload from.
25
  (Gary van der Merwe, Vincent Ladeuil)
26
27
* The auto hook verbosity is now controlled by the 'upload_auto_quiet'
28
  config variable. If defaults to False if not set.
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
29
  (Vincent Ladeuil, #312686)
30
31
* The file where the revision id is stored on the remote server is now
32
  controlled by the 'upload_revid_location' configuration variable. It
33
  defaults to '.bzr-upload.revid'.
34
  (Vincent Ladeuil, #423331)
35
0.159.4 by Gary van der Merwe
Check that the revision we are uploading is a descendent from the revision that was uploaded.
36
* Upload now checks that the revision we are uploading is a descendent
37
  from the revision that was uploaded, and hence that the branchs that
38
  they were uploaded from have not diverged. This can be ignored by passing
39
  the --overwrite option. (Gary van der Merwe)
40
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
41
42
Bug Fixes
43
*********
44
45
* Fix auto hook trying to display an url without using the right encoding.
46
  (Vincent Ladeuil, #312686)
47
0.152.64 by Vincent Ladeuil
Fix compatibility with bzr.
48
* Fix compatibility with bzr versions that don't provide
49
  get_user_option_as_bool().
50
  (Vincent Ladeuil, #423791)
51
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
52
Improvements
53
************
54
55
56
Documentation
57
*************
58
59
* Clarify 'changes' definition in online help.
60
  (Vincent Ladeuil, #275538)
61
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
62
* Move the README file into the module doc string so that it
63
  becomes available through the 'bzr help plugins/upload'
64
  command.  (Vincent Ladeuil, #424193)
65
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
66
67
API Changes
68
***********
69
70
71
Internals
72
*********
73
74
75
Testing
76
*******
0.152.56 by Vincent Ladeuil
Small tweaks including doc fix (#275538).
77