Description[git-map-branches] Show CL status verbatim.
git-map-branches -v -v -v currently indicates the status of the CL using
a color. This change adds the status string alongside the CL to match
the output of 'git-cl status'.
$ git map-branches -v -v -v
Before:
A 354ccf6 [ ahead 1 ] https://codereview...
B e701150 [ ahead 1 ] https://codereview...
C * 094cedd [ ahead 1 ] https://codereview...
After:
A 354ccf6 [ ahead 1 ] https://codereview... (commit)
B e701150 [ ahead 1 ] https://codereview... (lgtm)
C * 094cedd [ ahead 1 ] https://codereview... (waiting)
R=dpranke@chromium.org
BUG=none
Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/97f3949a4d5fcc798b0fc771cef879dae98949af
Patch Set 1 #
Messages
Total messages: 12 (3 generated)
|