Changes between Initial Version and Version 1 of Ticket #1354


Ignore:
Timestamp:
Mar 19, 2007, 12:46:17 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Fixing formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1354 – Description

    initial v1  
    11I have a rev in which I deleted a bunch of old unused branches.  I don't mind that the revtree plugin can't figure out that particular rev, but it would be nice for it not to give a python traceback; is there any way it could catch the error and keep going?  Maybe it could even mark the resulting node to indicate the incoherency or something.  Of course it would have to pick one branch to put the node on; I don't think any choice is better than any other, so whatever's easiest is best.
    22
     3{{{
    34Traceback (most recent call last):
    45  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request
     
    1112  File "build/bdist.linux-i686/egg/revtree/model.py", line 58, in build
    1213AssertionError: Incoherent path [branches/abc] != [branches/xyz_x64] rev: 11725
    13 
     14}}}