Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a 'repo manifest' command whose help is the manifest file format | Shawn O. Pearce | 2009-03-04 | 1 | -3/+14 |
| | | | | | | | This should make it easier for users to discover the file format on their own, and read about it. Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Tell users how to see the complete list of commands | Shawn O. Pearce | 2009-03-04 | 1 | -0/+1 |
| | | | | | | Using "repo help --all" may not be obvious. Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Don't permit users to run repo status in a mirror client | Shawn O. Pearce | 2009-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | If a client was created with "repo init --mirror" then there are no working directories present, and no files checked out. Using a command like "repo status" in this context makes no sense, and actually throws back a Pytyon traceback at the console when the underlying commands fail out. We now tag commands with the MirrorSafeCommand type if they are able to be executed within a mirror directory safely. Using a command in a mirror which lacks this base class results in a useful error letting you know the command isn't supported. Bug: REPO-14 Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Initial Contributionv1.0 | The Android Open Source Project | 2008-10-21 | 1 | -0/+147 |