New issue 295: No need to fork a process for 'version' & 'help'
http://bitbucket.org/tortoisehg/stable/issue/295/no-need-to-fork-a-process-for-version-help

Yuki KODAMA / kuy on Sun, 14 Jun 2009 06:36:37 +0200:

Description:
  When I execute hgtk command from the console, it forks a new process.\\
The following code (part of 'hgtk' file) no longer works:
{{{
nofork = 'version help' # simple interactive commands should not fork
for i, arg in enumerate(sys.argv):
    if arg.startswith('hgtk') and len(sys.argv) >= i:
        cmd = sys.argv[i+1]
        break
else:
    cmd = None
if cmd not in nofork.split() and 'HGTK_NOFORK' not in os.environ:
    portable_fork()
}}}


Responsible:
  tortoisehg
-- 
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.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to