~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2005-11-10 21:08:15 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20051110210815-b4617cd85b678c43
Fixed unshelve return code

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
    """
139
139
    def run(self):
140
140
        s = Shelf('.')
141
 
        s.unshelve()
 
141
        return s.unshelve()
142
142
 
143
143
class cmd_shell(bzrlib.commands.Command):
144
144
    def run(self):