/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2010-10-13 07:55:13 UTC
  • mfrom: (5492 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5501.
  • Revision ID: v.ladeuil+lp@free.fr-20101013075513-hil6q8xi7i9e3ozq
Merge bzr.dev fixing NEWS entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
443
443
    def test_bind_when_bound(self):
444
444
        self.run_script("""
445
445
$ bzr init trunk
 
446
...
446
447
$ bzr init copy
 
448
...
447
449
$ cd copy
448
450
$ bzr bind ../trunk
449
451
$ bzr bind
453
455
    def test_bind_before_bound(self):
454
456
        self.run_script("""
455
457
$ bzr init trunk
 
458
...
456
459
$ cd trunk
457
460
$ bzr bind
458
461
2>bzr: ERROR: No location supplied and no previous location known