2161
2161
_fmt = "To use this feature you must upgrade your repository at %(path)s."
2164
2170
class LocalRequiresBoundBranch(BzrError):
2166
2172
_fmt = "Cannot perform local-only commits on unbound branches."
2178
2175
class UnsupportedOperation(BzrError):
2180
2177
_fmt = ("The method %(mname)s is not supported on"