#3499: Latest revision number not written correctly to hdf
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: cmlenz
Type: defect | Status: new
Priority: normal | Milestone:
Component: version control | Version: devel
Severity: normal | Keywords:
---------------------------------+------------------------------------------
It seems that when browsing the latest revision of the repository, the
`browser.revision` attribute is not set. This results in the "View
revision" input box being empty and, more importantly, the "View changes"
button yielding an error.
Could it be that line 115 in
[source:trunk/trac/versioncontrol/web_ui/browser.py] should read:
{{{
'revision': rev_or_latest,
}}}
but not
{{{
'revision': rev,
}}}
--
Ticket URL: <http://trac.edgewall.org/ticket/3499>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets