~abentley/bzr-pipeline/2.0.0

« back to all changes in this revision

Viewing changes to commands.py

  • Committer: Aaron Bentley
  • Date: 2009-11-20 14:12:00 UTC
  • Revision ID: aaron@aaronbentley.com-20091120141200-ixj931rsbvmplzea
Add swp alias, fix pipes alias.

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
    Any uncommitted changes are stored.  Any stored changes in the target
228
228
    pipe are restored.
229
229
    """
 
230
    
 
231
    aliases = ['swp']
230
232
 
231
233
    takes_args = ['pipe']
232
234
    takes_options = [
256
258
    """
257
259
 
258
260
    takes_args = ['location?']
 
261
    aliases = ['pipes']
259
262
 
260
263
    def run(self, location='.'):
261
264
        manager = self._get_location_manager(location)