Changeset 1686 in tailor
- Timestamp:
- 09/21/11 09:56:37 (8 months ago)
- Hash name:
- 20110921075637-7a6fb-7e344b550c68bd80c0fdd24e856a9358866d20cf
- File:
-
- 1 edited
-
vcpx/repository/git/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/git/__init__.py
r1685 r1686 143 143 """ 144 144 145 #escape % signs in the command146 command = [c.replace("%","%%") for c in command]145 # escape % signs in the command 146 command = [c.replace("%","%%") for c in command] 147 147 148 148 self.repo = repo
Note: See TracChangeset
for help on using the changeset viewer.
