/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.162.1 by Vincent Ladeuil
Emit warnings instead of crashing when symlinks are encountered
52
* Emit warnings instead of backtrace when symlinks are encountered.
53
 (Vincent Ladeuil, #477224)
54
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
55
Improvements
56
************
57
58
59
Documentation
60
*************
61
62
* Clarify 'changes' definition in online help.
63
  (Vincent Ladeuil, #275538)
64
0.152.63 by Vincent Ladeuil
Make the doc more easily discoverable.
65
* Move the README file into the module doc string so that it
66
  becomes available through the 'bzr help plugins/upload'
67
  command.  (Vincent Ladeuil, #424193)
68
0.152.61 by Vincent Ladeuil
Fix bug #312686 and add an 'upload_auto_quiet' config variable.
69
70
API Changes
71
***********
72
73
74
Internals
75
*********
76
77
78
Testing
79
*******
0.152.56 by Vincent Ladeuil
Small tweaks including doc fix (#275538).
80
0.163.1 by Vincent Ladeuil
Make tests requiring a unicode file system skip where applicable
81
* Make tests requiring a unicode file system skip where applicable.
82
  (Vincent Ladeuil, #671964)