commit | d1f70d9929ddd2748ccc9c1dd2f9603068e1f3e6 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue May 19 14:58:02 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri May 29 09:31:28 2009 -0700 |
tree | 746fa0d1ace702f114357d1798bc67eddd1b79a9 | |
parent | c8a300f6397dad7db00c3654ff6e50e9519ed7c9 [diff] |
Refactor how projects parse remotes so it can be replaced We now feed Project a RemoteSpec, instead of the Remote directly from the XmlManifest. This way the RemoteSpec already has the full project URL, rather than just the base, permitting other types of manifests to produce the URL in their own style. Signed-off-by: Shawn O. Pearce <sop@google.com>