/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 bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2009-04-23 21:32:09 UTC
  • mto: This revision was merged to the branch mainline in revision 4306.
  • Revision ID: aaron@aaronbentley.com-20090423213209-42p1s1p4p1unvvwi
Further cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    # that assume the current interface to mutabletree.smart_add
92
92
    if file_list:
93
93
        tree, relpath = WorkingTree.open_containing(file_list[0])
 
94
        file_list = file_list[:]
94
95
        file_list[0] = tree.abspath(relpath)
95
96
        if tree.supports_views():
96
97
            view_files = tree.views.lookup_view()