[Trac-tickets] [The Trac Project] #3499: Latest revision number not
written correctly to hdf
The Trac Project
noreply at edgewall.com
Tue Aug 1 12:18:03 CDT 2006
#3499: Latest revision number not written correctly to hdf
---------------------------------+------------------------------------------
Reporter: bjorns at ccpgames.com | 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/>
More information about the Trac-Tickets
mailing list