~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to shelf.py

  • Committer: Aaron Bentley
  • Date: 2005-10-18 20:17:59 UTC
  • Revision ID: abentley@panoramicfeedback.com-20051018201759-a5dfcbed504c3d22
Adopted Branch.open_containing's new format

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
                branchdir = file_list[0]
175
175
            else:
176
176
                branchdir = '.'
177
 
            b = Branch.open_containing(branchdir)
 
177
            b = Branch.open_containing(branchdir)[0]
178
178
            revision_list = ["revid:" + revision[0].in_history(b).rev_id]
179
179
 
180
180
        return shelve(message=message, file_list=file_list,