Changeset 714 in tailor


Ignore:
Timestamp:
08/30/05 21:53:26 (8 years ago)
Author:
lele@…
Hash name:
20050830195326-7a6fb-399b0dc8407a490acb194e8ebe298bda0cb4669e
Message:

Ignore CVS/Tag if it contains non-branch tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvs.py

    r678 r714  
    292292        if exists(fname): 
    293293            tag = open(fname).read() 
    294             if tag[0] in 'NT': 
     294            if tag[0] == 'T': 
    295295                branch=tag[1:-1] 
    296296 
Note: See TracChangeset for help on using the changeset viewer.