~noizyland/duplicity/fix-progress

« back to all changes in this revision

Viewing changes to testing/unit/test_manifest.py

  • Committer: Kenneth Loafman
  • Date: 2015-05-08 12:28:47 UTC
  • Revision ID: kenneth@loafman.com-20150508122847-z6dxdm3qqgumugef
* Added ability to get single file status from collection-status with
  patch from jitao (bug 1044715), like so:
  $ duplicity collection-status --file-changed c1 file://./foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
        self.set_global('local_path', path.Path("Foobar"))
91
91
        m.set_dirinfo()
 
92
        m.set_files_changed_info([])
92
93
 
93
94
        s = m.to_string()
94
95
        # print "---------\n%s\n---------" % s