~jameinel/bzr-pipeline/2.6-compat

« back to all changes in this revision

Viewing changes to commands.py

  • Committer: Aaron Bentley
  • Date: 2011-03-30 01:29:49 UTC
  • Revision ID: aaron@aaronbentley.com-20110330012949-3ervk2gty13d1mvp
bzr-reconfigure uses .bzr/branches instead of .bzr/pipes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2009 Aaron Bentley
 
1
# Copyright (C) 2009-2011 Aaron Bentley
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
192
192
class cmd_reconfigure_pipeline(PipeCommand):
193
193
    """Reconfigure a tree with branch into a lightweight checkout of a pipe.
194
194
 
195
 
    The pipeline will be stored in a new "pipes" subdirectory of .bzr.
 
195
    The pipeline will be stored in a new "branches" subdirectory of .bzr.
 
196
    This is compatible with the bzr-colo plugin.
196
197
 
197
198
    This is suitable if you have a standalone tree, but if you have a
198
199
    shared repository with its own organization scheme already, it's probably