Changeset 1686 in tailor


Ignore:
Timestamp:
09/21/11 09:56:37 (8 months ago)
Author:
lele@…
Hash name:
20110921075637-7a6fb-7e344b550c68bd80c0fdd24e856a9358866d20cf
Message:

M-x untabify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/git/__init__.py

    r1685 r1686  
    143143        """ 
    144144 
    145         #escape % signs in the command 
    146         command = [c.replace("%","%%") for c in command] 
     145        # escape % signs in the command 
     146        command = [c.replace("%","%%") for c in command] 
    147147 
    148148        self.repo = repo 
Note: See TracChangeset for help on using the changeset viewer.