Code review comment for lp:~garyvdm/bzr/commit-BoundBranchOutOfDate

Revision history for this message
Gary van der Merwe (garyvdm) wrote :

In qbzr, we would like to detect when a commit fails because the bound branch is not up to date. But because the Commit.run method returns a very generic BzrCommandError, this cannot be done. This patch changes things so that it returns a more specific BoundBranchOutOfDate.

« Back to merge proposal