Changeset 1162 in tailor for vcpx/git.py
- Timestamp:
- 06/13/06 02:17:34 (7 years ago)
- Hash name:
- 20060613001734-97f81-447ffbf3b7619350a7f773eb52c01d849f99bd54
- File:
-
- 1 edited
-
vcpx/git.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/git.py
r1141 r1162 13 13 __docformat__ = 'reStructuredText' 14 14 15 from shwrap import ExternalCommand, ReopenableNamedTemporaryFile,PIPE15 from shwrap import ExternalCommand, PIPE 16 16 from source import UpdatableSourceWorkingDir, GetUpstreamChangesetsFailure 17 17 from source import ChangesetApplicationFailure … … 203 203 """ 204 204 205 from time import mktime206 205 from os import environ 207 206 … … 320 319 from os.path import join, exists 321 320 from os import mkdir 322 from re import escape323 321 from dualwd import IGNORED_METADIRS 324 322
Note: See TracChangeset
for help on using the changeset viewer.
