Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print '(no branches)' if the output of `repo branches` is empty | Shawn O. Pearce | 2009-04-18 | 1 | -0/+4 |
| | | | | | | | | This way its clear the command did something, and reported that it had nothing to show you, because you have no active branches in this client. Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Add a repo branches subcommand to describe current branches | Shawn O. Pearce | 2009-04-10 | 1 | -0/+150 |
We now display a summary of the available topic branches in this client, based upon a sorted union of all existing projects. Bug: REPO-21 Signed-off-by: Shawn O. Pearce <sop@google.com> |