Changeset 47 in tailor


Ignore:
Timestamp:
07/05/04 16:21:06 (9 years ago)
Author:
lele@…
Hash name:
20040705142106-97f81-18f93abf3bc226ba2aa41fb5d5554788397849be
Message:

Do not use --look-for-adds, the entries are explicit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/darcs.py

    r46 r47  
    2222 
    2323class DarcsRecord(SystemCommand): 
    24     COMMAND = "darcs record --all --look-for-adds --pipe %(entries)s" 
     24    COMMAND = "darcs record --all --pipe %(entries)s" 
    2525 
    2626    def __call__(self, output=None, dry_run=False, **kwargs): 
Note: See TracChangeset for help on using the changeset viewer.