Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow callers to request a specific type of manifest | Shawn O. Pearce | 2009-07-03 | 1 | -4/+8 |
| | | | | | | | | If the caller knows exactly what the manifest type must be we can now ask the loader to directly construct that type, rather than guessing it from the working directory. Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Create an abstract Manifest base class | Shawn O. Pearce | 2009-07-03 | 1 | -0/+27 |
This will help as we add support for another manifest type. Signed-off-by: Shawn O. Pearce <sop@google.com> |