harmy / boar

Automatically exported from code.google.com/p/boar
0 stars 0 forks source link

Should be able to do status and update even with broken manifest #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a manifest file 
2. Manipulate the files so that the manifest no longer matches.
3. Try to execute "status" or "update"

What is the expected output? What do you see instead?
The commands should finish normally. Instead, the command aborts when the 
manifest mismatch is detected. Broken manifests should only affect "import" or 
"ci".

Original issue reported on code.google.com by ekb...@gmail.com on 16 Sep 2013 at 2:31