Changeset 1638 in tailor
- Timestamp:
- 06/11/08 20:11:12 (5 years ago)
- Hash name:
- 20080611181112-7a6fb-91f4f41533e9e5597c885cb978ec3e63e86302b8
- File:
-
- 1 edited
-
vcpx/repository/darcs/target.py (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/repository/darcs/target.py
r1618 r1638 12 12 __docformat__ = 'reStructuredText' 13 13 14 from os.path import join, exists 14 15 import re 15 16 … … 33 34 def importFirstRevision(self, source_repo, changeset, initial): 34 35 from os import walk, sep 35 from os.path import join36 36 from vcpx.dualwd import IGNORED_METADIRS 37 37 … … 164 164 """ 165 165 166 from os.path import join, exists167 168 166 # The "_darcs/patches/pending" file is basically a patch containing 169 167 # only the changes (hunks, adds...) not yet recorded by darcs: it does … … 248 246 """ 249 247 250 from os.path import join, exists251 252 248 metadir = join(self.repository.basedir, '_darcs') 253 249 … … 278 274 Tweak the default settings of the repository. 279 275 """ 280 281 from os.path import join282 276 283 277 motd = open(join(self.repository.basedir, '_darcs/prefs/motd'), 'w')
Note: See TracChangeset
for help on using the changeset viewer.
