~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/views.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-23 17:00:36 UTC
  • mfrom: (4032.1.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090223170036-3q1v68ewdt8i0to5
(Marius Kruger) Remove all trailing whitespace and add tests to
        enforce this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 
105
105
    def lookup_view(self, view_name=None):
106
106
        """Return the contents of a view.
107
 
 
 
107
 
108
108
        :param view_Name: name of the view or None to lookup the current view
109
109
        :return: the list of files/directories in the requested view
110
110
        """
121
121
 
122
122
    def set_view(self, view_name, view_files, make_current=True):
123
123
        """Add or update a view definition.
124
 
 
 
124
 
125
125
        :param view_name: the name of the view
126
126
        :param view_files: the list of files/directories in the view
127
127
        :param make_current: make this view the current one or not