Changeset 818 in tailor


Ignore:
Timestamp:
09/18/05 15:55:52 (8 years ago)
Author:
lele@…
Hash name:
20050918135552-97f81-57694f191ba84724037bd2c52f5881f4a3208c6a
Message:

Cosmetic touches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvs.py

    r817 r818  
    2323    if not rev2: rev2 = '0' 
    2424 
    25     # handle locked files by taking only the first part of the revision string 
    26     # this is to handle gracefully lines like "1.1 locked" which were breaking the script before 
     25    # handle locked files by taking only the first part of the 
     26    # revision string to handle gracefully lines like "1.1 locked" 
    2727    rev1 = rev1.split(' ')[0] 
    2828    rev2 = rev2.split(' ')[0] 
     
    8282    """ 
    8383 
    84     assert ' by ' in revision, "Simple revision found, expected 'timestamp by author'" 
     84    assert ' by ' in revision, \ 
     85           "Simple revision found, expected 'timestamp by author'" 
    8586    return revision.split(' by ') 
    8687 
Note: See TracChangeset for help on using the changeset viewer.