﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
1354,Incoherent path when deleting multiple branches at once,anonymous,Emmanuel Blot,"I 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.

{{{
Traceback (most recent call last):
  File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 356, in dispatch_request
    dispatcher.dispatch(req)
  File ""/usr/lib/python2.4/site-packages/trac/web/main.py"", line 224, in dispatch
    resp = chosen_handler.process_request(req)
  File ""build/bdist.linux-i686/egg/revtree/web_ui.py"", line 186, in process_request
  File ""build/bdist.linux-i686/egg/revtree/web_ui.py"", line 314, in _process_revtree
  File ""build/bdist.linux-i686/egg/revtree/model.py"", line 309, in build
  File ""build/bdist.linux-i686/egg/revtree/model.py"", line 58, in build
AssertionError: Incoherent path [branches/abc] != [branches/xyz_x64] rev: 11725
}}}
",defect,new,normal,RevtreePlugin,normal,,,,0.10
