When I try to run arc diff on a git branch with a single commit differing from origin/master (so not a complicated situation), if the commit message is:
project: whatever
arc complains thus :
- arc could not identify any existing revision in your working copy.
- If you intended to update an existing revision, use: #
- $ arc diff --update <revision> #
- NOTE: commit b243a178a445 could not be completely parsed:
- - Error parsing field "Projects": The objects you have listed include objects which do not exist (something.).
We have a project file that we pretty much want to keep naming that way :) Is there maybe somewhere where I can lookup reserved keywords (I hope there are none), or is that simply a bug?