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

  • Committer: Robert Collins
  • Date: 2006-09-04 08:00:48 UTC
  • mfrom: (1979.2.1 merge_from_branch)
  • mto: This revision was merged to the branch mainline in revision 1982.
  • Revision ID: robertc@robertcollins.net-20060904080048-aff24d32f888b21d
(robertc) integrate merge_from_branch patch: adds a convenience method "merge_from_branch" to WorkingTree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
969
969
        DependencyNotPresent.__init__(self, 'paramiko', error)
970
970
 
971
971
 
 
972
class PointlessMerge(BzrNewError):
 
973
    """Nothing to merge."""
 
974
 
 
975
 
972
976
class UninitializableFormat(BzrNewError):
973
977
    """Format %(format)s cannot be initialised by this version of bzr."""
974
978