commit | 1eda8192c2ab1027ca499ddad6b7dfe79f29c189 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Wed Sep 11 12:33:18 2013 -0700 |
committer | Shawn Pearce <sop@google.com> | Wed Sep 11 12:40:57 2013 -0700 |
tree | d4ca79e9ab8687b97dd72ebbccbb8f3c0860a757 | |
parent | 94c8e1d5247d3d96fb47e155323de38aa9dea8aa [diff] |
Abandon any open changes if a project has been removed If the Git repository has been deleted and a change has been submitted in that repository MergeOp will contiuously try to submit changes in that project, failing on every attempt when openRepository() fails. Catch this failure and abandon all changes in the project, as the Git data no longer exists. Change-Id: I83087211b281c1e478c0e83b48b8f7d158a93c13