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-10-22 12:30:14 +09:00
2012-11-14 12:09:38 +09:00
2012-11-14 12:09:38 +09:00
2012-11-14 12:09:38 +09:00
2013-01-29 18:18:20 +09:00
2012-11-15 03:29:01 +09:00
2012-09-18 09:54:57 +02:00
2012-11-14 12:09:38 +09:00