~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2007-01-10 14:08:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2254.
  • Revision ID: abentley@panoramicfeedback.com-20070110140801-ixdm903ldjr4emik
Added revert change display, with tests

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,
2511
2512
        try:
2512
2513
            tree.revert(file_list, 
2513
2514
                        tree.branch.repository.revision_tree(rev_id),
2514
 
                        not no_backup, pb)
 
2515
                        not no_backup, pb, report_changes=True)
2515
2516
        finally:
2516
2517
            pb.finished()
2517
2518