[TxMt] Re: Mercurial
Fred B
fredb7 at gmail.com
Thu Aug 16 13:20:45 UTC 2007
On 8/16/07, Dave Winzler <dave at nkvt.com> wrote:
> It's probably just me, but I find
> that more flexible and easier to use than the Mercurial Bundle. No a big
> deal, since I need to ssh to the web server to issue the hg update command
> anyway.
Not necessarily. You can set up a hook to automatically update after a
commit by adding
✂------✂------✂------✂------
[hooks]
changegroup = hg update
✂------✂------✂------✂------
in .hgrc on the server.
I know there are a lot of situations where that might not be a good idea.
--
FredB
More information about the textmate
mailing list