~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_switch.py

  • Committer: Matt Nordhoff
  • Date: 2009-04-04 02:50:01 UTC
  • mfrom: (4253 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4256.
  • Revision ID: mnordhoff@mattnordhoff.com-20090404025001-z1403k0tatmc8l91
Merge bzr.dev, fixing conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#
14
14
# You should have received a copy of the GNU General Public License
15
15
# along with this program; if not, write to the Free Software
16
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
17
 
18
18
 
19
19
"""Tests for the switch command of bzr."""
117
117
    def test_switch_finds_relative_bound_branch(self):
118
118
        """Using switch on a heavy checkout should find master sibling
119
119
 
120
 
        The behaviour of lighweight and heavy checkouts should be 
 
120
        The behaviour of lighweight and heavy checkouts should be
121
121
        consistentwhen using the convenient "switch to sibling" feature
122
122
        Both should switch to a sibling of the branch
123
123
        they are bound to, and not a sibling of themself"""