commit | afca17b92a35e5e7ee4f62208fd9440226b26ee9 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Jun 04 21:31:16 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu Jun 04 21:31:16 2009 -0700 |
tree | 58d147e9a5900b926d39efd03c32f565b435a604 | |
parent | e6153dc8dfcdb5e690316ca93e698ebd637223bb [diff] |
Don't allow commits to replace in wrong project If the change is slated to a different project than the one the commit was uploaded to, don't permit the replacement to take place. This could be caused by a simple typo by the user, and we shouldn't create a corrupt server side state because of it. Signed-off-by: Shawn O. Pearce <sop@google.com>