Issue 436: root check causes problems with " from Total Commander button bar
http://bitbucket.org/tortoisehg/stable/issue/436/root-check-causes-problems-with-from-total-commander-button

Steve Borho / sborho on Tue, 28 Jul 2009 16:59:38 +0200:

Comment:
  hg/thg is not doing any command line interpreting.  We're using sys.argv[], 
which comes to us via:

# Total Commander
# Windows
# Possibly cmd.exe, depending on TC's choice
# Python interpreter

If it worked with the same command line in 0.7.5, it was purely accidental.

The checkboxes are disabled when the status tool is given a file pattern, 
because it must override those checks in order to show all the files that were 
provided.   There's code in there to check whether the file pattern matches the 
repository root, and in that case it should ignore the pattern and pretend none 
was specified.  It most likely gets tripped up by the trailing slash.

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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to