Changeset 181 in tailor


Ignore:
Timestamp:
12/23/04 17:23:53 (8 years ago)
Author:
Peter Schuller <peter.schuller@…>
Hash name:
20041223162353-f03a2-c175a668a690281893ec09761424f180b72955d2
Message:

--case-ok now used when adding files to a darcs repository
By default darcs refuses to add files whose names conflict
case-insensitively with other files already in the repository.
This is not very useful when synchronizing repositories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/darcs.py

    r169 r181  
    222222 
    223223        c = SystemCommand(working_dir=root, 
    224                           command="darcs add --not-recursive" 
     224                          command="darcs add --case-ok --not-recursive" 
    225225                                  " --standard-verbosity %(entry)s") 
    226226        c(entry=entry) 
     
    274274        else: 
    275275            c = SystemCommand(working_dir=root, 
    276                               command="darcs add --recursive" 
     276                              command="darcs add --case-ok --recursive" 
    277277                                      " --standard-verbosity %(entry)s") 
    278278            c(entry=module) 
Note: See TracChangeset for help on using the changeset viewer.