summaryrefslogtreecommitdiff
path: root/ybd/release_note.py
Commit message (Expand)AuthorAgeFilesLines
* Use sha in place of refBen Brown2017-09-041-1/+1
* Add header for repo changesBen Brown2017-05-261-0/+1
* Improve how differences are displayedBen Brown2017-05-261-7/+25
* Only log when we check historyBen Brown2017-05-261-1/+1
* Remove unused importBen Brown2017-05-261-1/+1
* Fix order of refs in release-cmdBen Brown2017-05-261-1/+1
* Switch old_defs to Pots() class for comparisonBen Brown2017-05-261-2/+2
* Remove now unnecessary config commandsBen Brown2017-05-261-4/+0
* Rework explore to not use `git stash`Ben Brown2017-05-261-1/+1
* Don't catch KeyboardInterruptbenbrown/note-fixesBen Brown2017-05-221-1/+1
* Use empty dict instead of try/except on NoneBen Brown2017-05-221-5/+2
* Only check `git log` if refs are differentBen Brown2017-05-221-8/+9
* Sanitise int and unicode fieldsBen Brown2017-05-221-2/+2
* Ignore 'repourl'Ben Brown2017-05-221-1/+1
* Fix refs used for release commandBen Brown2017-05-221-4/+5
* Fix release-command typoBen Brown2017-05-221-1/+1
* Don't check git history with nothing to compare againstBen Brown2017-05-221-1/+2
* Add missing update_mirror importBen Brown2017-05-221-1/+3
* If git user is not configured, we need to set itPaul Sherwood2017-02-071-1/+5
* s/release-command/release-cmd/ and don't crash out if it's absentPaul Sherwood2017-02-071-1/+1
* Revert "Update code to python3"lc/revert-py3.4Daniel Firth2016-11-291-4/+4
* Revert "pep8"Daniel Firth2016-11-291-2/+1
* Revert "Move log functions to utils.py"Daniel Firth2016-11-291-2/+1
* Revert "WIP: Put the config in a different file?"Daniel Firth2016-11-291-2/+1
* Revert "Move chdir, timer to utils; fix circular deps"Daniel Firth2016-11-291-1/+2
* Move chdir, timer to utils; fix circular depsDaniel Firth2016-11-161-2/+1
* WIP: Put the config in a different file?Javier Jardón2016-11-151-1/+2
* Move log functions to utils.pyJavier Jardón2016-11-151-1/+2
* pep8Daniel Firth2016-11-151-1/+2
* Update code to python3Daniel Firth2016-11-151-4/+4
* Skip 'tree' and 'cache' for release notes comparisonPaul Sherwood2016-06-291-3/+3
* Renames for readability, i => keyPaul Sherwood2016-06-291-15/+14
* Release note only includes changes to targetPaul Sherwood2016-06-291-2/+5
* Add release_note.pyPaul Sherwood2016-06-191-0/+96