Issue 20: Diff to Working Directory
http://bitbucket.org/tortoisehg/stable/issue/20/diff-to-working-directory

Steve Borho / sborho on Wed, 11 Mar 2009 20:11:25 +0100:

Comment:
  I understand what's happening now.  The context menu is looking up 
tortoisehg.vdiff to discover your configured visual diff command.  It then 
launches hgproc.exe with that command name.  Normally, this is something like:

hgproc --command vdiff

hgproc has special code for commands that don't match any dialog it knows 
about, it runs them as mercurial commands: 'hg vdiff'.  In your case, it was 
running:

hgproc --command merge

Which just happened to match a known dialog, which hgproc then launches.

As a workaround, please rename your extdiff command to //mdiff// or anything 
else that does not match a dialog name.  This will be fixed in 0.8 when we get 
rid of hgproc.py.

-- 
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.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to