/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-15 11:20:45 UTC
  • mfrom: (5499 +trunk)
  • mto: (5499.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5500.
  • Revision ID: v.ladeuil+lp@free.fr-20101015112045-5133zwua3wu4k4xk
merge bzr.dev

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