On Nov 28, 2010, at 4:13 PM, Christopher Forsythe wrote: > On Sun, Nov 28, 2010 at 2:03 AM, Stephen Holt <[email protected]> wrote: >> >> On Nov 27, 2010, at 11:22 PM, Peter Hosey wrote: >> >>> On Nov 27, 2010, at 21:18:42, John Bailey wrote: >>>> Additionally, how… do you achieve integration between the mercurial >>>> repository and Google Code so that you can close tickets with a commit >>>> message? >>> >>> I'm pretty sure GCH doesn't support this. At any rate, we're not using it >>> on Growl, since we primarily host our repositories ourselves (our GCH >>> default repo is a mirror of our development repo).
GCH does support this: http://code.google.com/p/support/wiki/IssueTracker#Integration_with_version_control You could get some element of this even using your own VCS hosting by having some kind of post-unbundle hook that'd push a copy up to GCode. I'm happy to spend a bit of time working on that if people have interest (especially for Adium and/or Growl, but other projects can probably get me to look as well.) Augie
