/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/export/dir_exporter.py

  • Committer: Jelmer Vernooij
  • Date: 2017-11-12 17:53:35 UTC
  • mto: This revision was merged to the branch mainline in revision 6819.
  • Revision ID: jelmer@jelmer.uk-20171112175335-d3l6b9sy2qzp27mk
Swap arguments for get_file_*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        if force_mtime is not None:
91
91
            mtime = force_mtime
92
92
        else:
93
 
            mtime = tree.get_file_mtime(file_id, treepath)
 
93
            mtime = tree.get_file_mtime(treepath, file_id)
94
94
        os.utime(fullpath, (mtime, mtime))
95
95
 
96
96
        yield