Code review comment for lp:~gary/launchpad/bug643715

Revision history for this message
Aaron Bentley (abentley) wrote :

This branch treats revnos as if they were revision ids, which means that it may not notice cases where uncommit or push --overwrite have been used.

It also appears not to account for changes in the branch location.

It also assumes that "revision" is a revno, when other parts of the code treat it as a RevisionSpec instead.

review: Needs Fixing

« Back to merge proposal