On Sep 4, 2009, at 2:34 PM, Sylvain Jeaugey wrote:
> hg -R "$srcdir" tip | head -1 | grep "^changeset:" | cut -d: -f3
>
Good catch; I changed it slightly from this to:
hg -v -R "$srcdir" tip | grep ^changeset: | head -n 1 | cut -d: -f3
I put this on the trunk since I couldn't push to your bb tree; you
should get it in the next pull.
--
Jeff Squyres
jsquyres_at_[hidden]
|