All revisions and changesets starts with a comma sign

Bug #177683 reported by Daniel Nyström
26
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Trac-Bzr
Fix Released
Low
Martin von Gagern

Bug Description

I'm using trac-bzr from the aaron branch, and it seems to works pretty well, except that all changesets and revisions is all starting with a comma sign.

Everything seems to work (I'm pretty new to Trac though).

Attaching some screenshots.

Related branches

Revision history for this message
Daniel Nyström (speakman) wrote :
Revision history for this message
Daniel Nyström (speakman) wrote :
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

This is because of the multi-branch support. We should probably skip that comma if there is only one branch.

Jelmer Vernooij (jelmer)
Changed in trac-bzr:
importance: Undecided → Low
status: New → Triaged
Revision history for this message
Andrew McClain (awmcclain) wrote :

This also happened to me when I had initialized a repository without trees, and pointed my repo to the branch to make it work.

Revision history for this message
Ricardo Kirkner (ricardokirkner) wrote :

Hi, I have been working on this bug, and managed to solve it (at least for my installation). I would like if someone in the trac-bzr developer team could look at this patch, and if he thinks it is correct, close the bug.

Thank you

Revision history for this message
Alexander Belchenko (bialix) wrote :

I've merged the patch with trunk. Branch available at lp:~bialix/trac-bzr/bug-177683

Revision history for this message
Alfred Morgan (zectbumo) wrote :

I tried using this patch and I found that in line backend.py:214 I was getting an error when I clicked on the rev number next to the files. (the /trac.fcgi/log/pages?rev=1 url) it was saying "int has no isdigit method". So I str() the rev on line 214 and it now reads "if str(rev).isdigit():" instead of "rev.isdigit()" and now it seems to work. thanks.

Revision history for this message
Martin von Gagern (gagern) wrote :

lp:~gagern/trac-bzr/bug177683 does a few more str conversions, to be on the safe side.

Changed in trac-bzr:
assignee: nobody → Martin von Gagern (gagern)
milestone: none → 0.3.0
status: Triaged → Fix Committed
Changed in trac-bzr:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.