Issue 100: In some condition, there is no log info for almost new changeset 
after pretxncommit
http://bitbucket.org/tortoisehg/stable/issue/100/in-some-condition-there-is-no-log-info-for-almost-new-changeset-after

Steve Borho / sborho on Wed, 25 Mar 2009 23:16:05 +0100:

Comment:
  On Windows I was able to test this a bit.  In my test repository .hg/hgrc I 
added:

{{{
[hooks]
pretxncommit = C:\hook.cmd
}}}

Where hook.cmd has:
{{{
hg.exe log -r -v %HG_NODE% > C:\test.txt
}}}

And in my tests, the test.txt file is updated appropriately no matter which 
subdirectory
I launch the commit tool from.  I'm testing with 0.7.2.

Any more hints on where the problem might be?

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

------------------------------------------------------------------------------
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to