Changeset 181 in tailor
- Timestamp:
- 12/23/04 17:23:53 (8 years ago)
- Hash name:
- 20041223162353-f03a2-c175a668a690281893ec09761424f180b72955d2
- File:
-
- 1 edited
-
vcpx/darcs.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/darcs.py
r169 r181 222 222 223 223 c = SystemCommand(working_dir=root, 224 command="darcs add -- not-recursive"224 command="darcs add --case-ok --not-recursive" 225 225 " --standard-verbosity %(entry)s") 226 226 c(entry=entry) … … 274 274 else: 275 275 c = SystemCommand(working_dir=root, 276 command="darcs add -- recursive"276 command="darcs add --case-ok --recursive" 277 277 " --standard-verbosity %(entry)s") 278 278 c(entry=module)
Note: See TracChangeset
for help on using the changeset viewer.
