~xnox/bzr-pipeline/bump-bzr

« back to all changes in this revision

Viewing changes to commands.py

  • Committer: Aaron Bentley
  • Date: 2011-12-08 15:58:33 UTC
  • mfrom: (192.1.7 stable)
  • Revision ID: aaron@aaronbentley.com-20111208155833-q7srfi02r64c52qb
Merged stable into dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
 
260
260
    def run(self):
261
261
        checkout, manager = self._get_checkout_manager('.')
262
 
        manager.store_uncommitted(checkout)
 
262
        manager.store_uncommitted()
263
263
 
264
264
 
265
265
class cmd_show_pipeline(PipeCommand):