id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10855	No such changeset exception	se@issuu.com	mrelbe	We have experienced that the web_ui part of the ticket crashes with No such changeset error and renders nothing else if someone has chosen to rebase or the like (re-commit) on a repository.\r\n\r\nWe made a small fix for our own installation by adding a try except handler in the expand_macro function in the web_ui.py module.\r\n\r\n{{{\r\n       if repos:\r\n            try:\r\n                changeset = repos.get_changeset(rev)\r\n                message = changeset.message\r\n                rev = changeset.rev\r\n            except NoSuchChangeset:\r\n                return tag.div(tag.p(_("(No such changeset)"), class_='hint'),\r\n                    class_='commitmessage')\r\n}}}\r\n\r\nWe hope that this (or a similar fix) will find it's way into the code :)\r\n\r\nSimon Ellefsen\r\n	enhancement	assigned	normal	TracTicketChangesetsPlugin	normal				1.0
