Changeset 794 in tailor for vcpx/cvs.py


Ignore:
Timestamp:
09/09/05 00:36:21 (8 years ago)
Author:
lele@…
Hash name:
20050908223621-97f81-7effa44ec95ca3a69ba3cc73253dc34ef7082820
Message:

Fix the option given to rlog when following a branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvs.py

    r793 r794  
    335335                cmd.extend(["-r%(branch)s"]) 
    336336            else: 
    337                 cmd.extend(["-d", "%(since)s UTC<", "-r:%(branch)s"]) 
     337                cmd.extend(["-d", "%(since)s UTC<", "-r%(branch)s"]) 
    338338        else: 
    339339            branch = sincerev 
Note: See TracChangeset for help on using the changeset viewer.