Changeset 1165 in tailor


Ignore:
Timestamp:
06/16/06 18:06:13 (7 years ago)
Author:
lele@…
Hash name:
20060616160613-97f81-a1f132c92d6021bcce151c1061c12b61f607d208
Message:

Possible fix for #56: detect branch name at bootstrap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvsps.py

    r1162 r1165  
    156156            if tag.startswith('T'): 
    157157                branch=tag[1:-1] 
     158        else: 
     159            if sincerev is not None and isinstance(sincerev, basestring) \ 
     160                   and not sincerev[0] in '0123456789': 
     161                branch = sincerev 
     162                sincerev = None 
    158163 
    159164        if sincerev: 
Note: See TracChangeset for help on using the changeset viewer.