/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/revisionspec.py

  • Committer: Daniel Watkins
  • Date: 2009-02-08 10:55:05 UTC
  • mto: (3985.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3986.
  • Revision ID: daniel@daniel-watkins.co.uk-20090208105505-kqtrznj2f34jcrt9
Added fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
728
728
            revision_a = revision.ensure_null(branch.last_revision())
729
729
            if revision_a == revision.NULL_REVISION:
730
730
                raise errors.NoCommits(branch)
 
731
            if other_location == '':
 
732
                other_location = branch.get_parent()
731
733
            other_branch = Branch.open(other_location)
732
734
            other_branch.lock_read()
733
735
            try: