simon-git: putty-wishlist (master): putty-wishlist.git
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Dec 26 16:13:06 GMT 2016
TL;DR:
64ec08e Fix a misspelled command-line option in new bugs2html.py.
57d2e1c Factor out some text-formatting routines.
8caf2ae Add pre-release support to new bugs2html.py.
Repository: https://git.tartarus.org/simon/putty-wishlist.git
On the web: https://git.tartarus.org/?p=simon/putty-wishlist.git
Branch updated: master
Committer: putty-wishlist.git
Date: 2016-12-26 16:13:06
commit 64ec08ecfab46541eb7be3a40d034784936f45f2
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=64ec08ecfab46541eb7be3a40d034784936f45f2;hp=22a73dc24c76c0bcdc0e84d96d4863dea57d33f7
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Dec 26 15:51:34 2016 +0000
Fix a misspelled command-line option in new bugs2html.py.
Not that this set of command-line options has any compatibility
constraint on it deriving from the old bugs2html, but I can at least
make sure they all have a consistent choice of punctuation character.
The other two-word options used a separating hyphen, so --base_url
should have used one too.
control/bugs2html.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 57d2e1c42757eef87c38585c28535f55d8a4a0d3
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=57d2e1c42757eef87c38585c28535f55d8a4a0d3;hp=64ec08ecfab46541eb7be3a40d034784936f45f2
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Dec 26 15:52:45 2016 +0000
Factor out some text-formatting routines.
control/bugs2html.py | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
commit 8caf2ae70465df28d736fa02b483b292e52f7594
web diff https://git.tartarus.org/?p=simon/putty-wishlist.git;a=commitdiff;h=8caf2ae70465df28d736fa02b483b292e52f7594;hp=57d2e1c42757eef87c38585c28535f55d8a4a0d3
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Dec 26 16:11:07 2016 +0000
Add pre-release support to new bugs2html.py.
I accidentally left this out of the initial version of the rewrite,
because no pre-release branch is currently active and so the lack of
this feature didn't cause any difference between the _current_ output
of the old and new scripts. But it's back now, with a slightly
different system for configuring it.
control/bugs2html.py | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
More information about the tartarus-commits
mailing list