lp://staging/~jameinel/goetveld/fix-log
- Get this branch:
- bzr branch lp://staging/~jameinel/goetveld/fix-log
Branch merges
- The Go Language Gophers: Pending requested
-
Diff: 70 lines (+26/-24)1 file modifiedbazaar.go (+26/-24)
Branch information
Recent revisions
- 42. By John A Meinel
-
rietveld/bazaar: use 'bzr revision-info' instead of 'bzr log'
We don't need to deal with lots of flags to 'bzr log', instead use
'bzr revision-info' which just gives us the data we actually care
about.
Also, 'strings.Fields' is a simpler way to parse then doing
string searching for the right context. - 41. By John A Meinel
-
Change the use of 'bzr log' to force the format.
If you have any aliases defined, then bzr log can actually use
a different format, and the bazaar code won't be able to determine
the actual revision id. (eg --short puts ' revision-id:revid' rather
than 'revision-id: revid'.) - 40. By Dave Cheney
-
add darwin termios support
In lieu of a decent low level terminal handling package, this CL gets lbox going on darwin.
- 35. By Andrews Medina
-
Port to Go weekly release 2012-02-14.
R=niemeyer
CC=
https://codereview. appspot. com/5683064
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/goetveld