New issue 377: Error when copy a file
http://bitbucket.org/tortoisehg/stable/issue/377/error-when-copy-a-file

cvelez on Thu, 9 Jul 2009 00:56:01 +0200:

Description:
  {{{
** Please report this bug to tortoisehg-disc...@lists.sourceforge.net or 
http://bitbucket.org/tortoisehg/stable/issues
** Mercurial version (1.3).  TortoiseHg version (0.8)
** Command: --nofork status --listfile C:\DOCUME~1\cvelez\CONFIG~1\Temp\THG8.tmp
** CWD: C:\Local\JAVA
** Extensions loaded: extdiff
Recoverable runtime error (stderr):
Traceback (most recent call last):
  File "hggtk\status.pyc", line 1292, in context_menu_act
  File "hggtk\status.pyc", line 782, in copy_file
NameError: global name 'reponse' is not defined

}}}

in this function:

 def copy_file(self, stat, wfile):
        wfile = self.repo.wjoin(wfile)
        fdir, fname = os.path.split(wfile)
        response = gtklib.NativeSaveFileDialogWrapper(
                Title=_('Copy file to'),
                InitialDir=fdir,
                FileName=fname).run()
        if not response:
            return
        if reponse != wfile: <------- here is the error
            self.hg_copy([wfile, reponse])
        return True




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
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to