Changes between Version 18 and Version 19 of RevtreePlugin


Ignore:
Timestamp:
Mar 31, 2007, 5:47:38 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

Fix up reg ex for multi project repository layout

Legend:

Unmodified
Added
Removed
Modified
  • RevtreePlugin

    v18 v19  
    258258The following regex would better match the ''multiple-project'' repository layout:
    259259{{{
    260 branch_re = ^(?P<branch;[^/]+/(?:(?:tags|branches)/[^/]+|trunk))(?:/(?P<path>.*))?$
     260branch_re = ^(?P<branch>[^/]+/(?:(?:tags|branches)/[^/]+|trunk))(?:/(?P<path>.*))?$
    261261}}}
    262262