Changeset 205 in tailor for vcpx/cvs.py


Ignore:
Timestamp:
01/02/05 01:24:04 (8 years ago)
Author:
lele@…
Hash name:
20050102002404-97f81-682929c5c93a07d198e7e7e4e5b48bfd3fa53a75
Message:

Replaced a tab with spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/cvs.py

    r194 r205  
    4747 
    4848        branch = kwargs.get('branch') or 'HEAD' 
    49         kwargs['branch'] = "-r:%s" % branch 
     49        kwargs['branch'] = "-r:%s" % branch 
    5050             
    5151        return SystemCommand.__call__(self, output=output, 
Note: See TracChangeset for help on using the changeset viewer.