New issue 381: Blank traceback window
http://bitbucket.org/tortoisehg/stable/issue/381/blank-traceback-window
Yuki KODAMA / kuy on Thu, 9 Jul 2009 19:54:07 +0200:
Description:
When I executed command "{{{hgtk rename}}}" with no arguments, I got blank
traceback window and no output in command prompt. I think "{{{util.Abort}}}"
doesn't work in {{{rename}}} function in hgtk.py.
{{{
def rename(ui, *pats, **opts):
"""rename a single file or directory"""
portable_fork()
from hggtk.rename import run
if not pats or len(pats) > 2:
raise util.Abort(_('rename takes one or two path arguments'))
gtkrun(run(ui, *pats, **opts))
}}}
Env: Mercurial 1.3 + TortoiseHg stable-tip, Windows XP Pro SP3
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.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop