Reported by Marc Blank <mblank@google.com> on Sat Jul 18 17:08:01 PDT 2009
Source: JIRA REPO-44
When switching branches with repo checkout <another_branch> while there are
uncommitted changes in the current branch, the error message given is:
error: no project has branch <another_branch>
which is not correct, since there is such a branch.
If I instead use git checkout <another_branch>, I get the correct message:
error: You have local changes to 'somethingorother'; cannot switch branches.
Committing the change and then using repo checkout <another_branch> works...
Original issue reported on code.google.com by code-rev...@gtempaccount.com on 24 Sep 2009 at 9:10
Original issue reported on code.google.com by
code-rev...@gtempaccount.com
on 24 Sep 2009 at 9:10