~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-02-01 23:48:08 UTC
  • mfrom: (2225.1.6 revert)
  • Revision ID: pqm@pqm.ubuntu.com-20070201234808-3b1302d73474bd8c
Display changes made by revert

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    branch,
31
31
    bundle,
32
32
    bzrdir,
 
33
    delta,
33
34
    config,
34
35
    errors,
35
36
    ignores,
2543
2544
        try:
2544
2545
            tree.revert(file_list, 
2545
2546
                        tree.branch.repository.revision_tree(rev_id),
2546
 
                        not no_backup, pb)
 
2547
                        not no_backup, pb, report_changes=True)
2547
2548
        finally:
2548
2549
            pb.finished()
2549
2550