Mercurial > p > roundup > code
comparison CHANGES.txt @ 5104:ca3e56590fcd
Fixed issue2550572: setting nosy=+foo on multiple issues gives them all
the same exact nosy list.
Added a missing reinitialization that has to occur every time though
the loop in do_set. Manually tested with:
python roundup/scripts/roundup_admin.py -i demo set issue184,issue17 nosy=demo
python roundup/scripts/roundup_admin.py -i demo set issue17 nosy=+alpha,+anonymous
python roundup/scripts/roundup_admin.py -i demo set issue184 nosy=+beta,+anonymous
python roundup/scripts/roundup_admin.py -i demo set issue184,issue17 nosy=-demo,-anonymous,+admin
issue17 nosy was admin,alpha issue 184 nosy was admin,beta after tests.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Jun 2016 22:10:40 -0400 |
| parents | c52714a69432 |
| children | 67fad01d2009 |
comparison
equal
deleted
inserted
replaced
| 5103:c52714a69432 | 5104:ca3e56590fcd |
|---|---|
| 163 output from the migrate command. | 163 output from the migrate command. |
| 164 - issue2161722: oudated docs (sic) | 164 - issue2161722: oudated docs (sic) |
| 165 Fix old entry in FAQ, update roundup-server config docs and | 165 Fix old entry in FAQ, update roundup-server config docs and |
| 166 example file from current roundup-server output. Update | 166 example file from current roundup-server output. Update |
| 167 some typos in .py files. John Rouillard. | 167 some typos in .py files. John Rouillard. |
| 168 - issue2550572: setting nosy=+foo on multiple issues gives them all | |
| 169 the same exact nosy list. Fixed a missing reinitialization that has | |
| 170 to occur every time though the loop in do_set. Manual tests work. | |
| 171 (John Rouillard) | |
| 168 | 172 |
| 169 2016-01-11: 1.5.1 | 173 2016-01-11: 1.5.1 |
| 170 | 174 |
| 171 Pay attention: | 175 Pay attention: |
| 172 | 176 |
