~mterry/duplicity/consolidate-tests

« back to all changes in this revision

Viewing changes to duplicity/commandline.py

  • Committer: Kenneth Loafman
  • Date: 2014-01-21 19:42:16 UTC
  • mfrom: (954.1.1 duplicity)
  • Revision ID: kenneth@loafman.com-20140121194216-qs9hav8571o4z70c
* Merged in lp:~louis-bouchard/duplicity/remove-allow-concurrency
  - remove the --allow-concurrency switch but leave the lock

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
 
247
247
    parser = OPHelpFix(option_class = DupOption, usage = usage())
248
248
 
249
 
    # If set, more than one instance may run with the given cache dir at the same time
250
 
    parser.add_option("--allow-concurrency", action="store_true")
251
 
 
252
 
 
253
249
    # If this is true, only warn and don't raise fatal error when backup
254
250
    # source directory doesn't match previous backup source directory.
255
251
    parser.add_option("--allow-source-mismatch", action = "store_true")