Changeset 793 in tailor


Ignore:
Timestamp:
09/09/05 00:35:50 (8 years ago)
Author:
lele@…
Hash name:
20050908223550-97f81-0d283b7028252fc409c0f023f22031d0db0f55b9
Message:

Be tolerant on multiple spaces between branch and INITIAL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvs.py

    r781 r793  
    332332        elif ' ' in sincerev: 
    333333            branch, since = sincerev.split(' ', 1) 
    334             if since == 'INITIAL': 
     334            if since.strip() == 'INITIAL': 
    335335                cmd.extend(["-r%(branch)s"]) 
    336336            else: 
Note: See TracChangeset for help on using the changeset viewer.