Don't regexp out the short-revid in Git._vcs_commit()
authorW. Trevor King <wking@drexel.edu>
Sun, 13 Dec 2009 13:43:01 +0000 (08:43 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 13 Dec 2009 13:43:01 +0000 (08:43 -0500)
commite8a0ff2488d1535cea0528aa1c7b9ef8aa43dfed
tree7735dc412b599c6e89df2628045f623ea52708c9
parentd21c50ece316536b5972725eced19b40d6e2589d
Don't regexp out the short-revid in Git._vcs_commit()

The output version strings change:
  Version 1.5.4.3:
    Created initial commit 217efa7: MESSAGE
    Created commit acb3066: MESSAGE
  Version 1.6.4.4:
    [master (root-commit) c5b48cf] MESSAGE
    [master 66a48c1] MESSAGE
Instead, get the full revid, and look for its beginning in the output.
libbe/storage/vcs/git.py