Olof Johansson 57bd7b717b Fix: GitError when using repo info -d
If a workspace is initialised with:

 repo init -u git://path/to/manifest -b manifest-branch

and the default.xml specifies the default revision as `other-branch`,
running `repo info -d` results in a GitError:

  fatal: bad revision 'refs/remotes/m/other-branch..'

The repo info command uses the default revision to build the symlink
to the remote revision which is passed to the `git rev-list` command.

This is incorrect; the manifest's branch name should be used.

Change-Id: Ibae5b91869848276785facfaef433e38d49fd726
2013-01-29 18:18:20 +09:00
2012-11-14 11:38:57 +09:00
2009-06-02 00:09:07 +02:00
2012-11-14 12:09:38 +09:00
2012-11-14 11:38:57 +09:00
2008-10-21 07:00:00 -07:00
2012-10-30 10:28:20 +09:00
2011-09-19 14:52:57 -07:00
2012-11-15 06:21:24 +09:00
Description
No description provided
Apache-2.0 35 MiB
Languages
Python 99.1%
Shell 0.9%