Your message dated Thu, 6 Jan 2022 15:15:27 +0100
with message-id <[email protected]>
and subject line Re: Bug#701076: tortoisehg raises exceptions on close
has caused the Debian Bug report #701076,
regarding tortoisehg raises exceptions on close
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
701076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701076
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tortoisehg
Version: 2.4-2

I opened my repository, worked with it ( update, visual diff ), then
closed TortoiseHG and it raised the following exceptions:

"""
{{{

#!python

** Mercurial version (2.2.2).  TortoiseHg version (2.4)

** Command:

** CWD: /home/grey

** Encoding: UTF-8

** Extensions loaded:

** Python version: 2.7.3rc2 (default, Apr 22 2012, 22:30:17) [GCC 4.6.3]

** Qt-4.8.2 PyQt-4.9.3

Recoverable error (stderr):

Exception in thread visualdiff:

Traceback (most recent call last):

  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner

    self.run()

  File "/usr/lib/python2.7/threading.py", line 504, in run

    self.__target(*self.__args, **self.__kwargs)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 354, in dodiffwrapper

    dodiff()

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 299, in dodiff

    copyworkingdir)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 68, in snapshotset

    dir2, fns_mtime2 = snapshot(repo, files2, ctx2)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 106, in snapshot

    data = repo.wwritedata(wfn, ctx[wfn].data())

  File "/usr/lib/python2.7/dist-packages/mercurial/context.py", line
1078, in data

    return self._repo.wread(self._path)

  File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line
712, in wread

    data = self.wopener.read(filename)

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
172, in read

    fp = self(path, 'rb')

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
222, in __call__

    self.auditor(path)

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
145, in __call__

    (path, prefix))

Abort: путь 'trunk/context_processors.py' находится внутри вложенного
хранилища 'trunk'


Exception in thread visualdiff:

Traceback (most recent call last):

  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner

    self.run()

  File "/usr/lib/python2.7/threading.py", line 504, in run

    self.__target(*self.__args, **self.__kwargs)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 354, in dodiffwrapper

    dodiff()

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 299, in dodiff

    copyworkingdir)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 68, in snapshotset

    dir2, fns_mtime2 = snapshot(repo, files2, ctx2)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 106, in snapshot

    data = repo.wwritedata(wfn, ctx[wfn].data())

  File "/usr/lib/python2.7/dist-packages/mercurial/context.py", line
1078, in data

    return self._repo.wread(self._path)

  File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line
712, in wread

    data = self.wopener.read(filename)

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
172, in read

    fp = self(path, 'rb')

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
222, in __call__

    self.auditor(path)

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
145, in __call__

    (path, prefix))

Abort: путь 'trunk/organizer/rpc.py' находится внутри вложенного
хранилища 'trunk'


Exception in thread visualdiff:

Traceback (most recent call last):

  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner

    self.run()

  File "/usr/lib/python2.7/threading.py", line 504, in run

    self.__target(*self.__args, **self.__kwargs)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 354, in dodiffwrapper

    dodiff()

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 299, in dodiff

    copyworkingdir)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 68, in snapshotset

    dir2, fns_mtime2 = snapshot(repo, files2, ctx2)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 106, in snapshot

    data = repo.wwritedata(wfn, ctx[wfn].data())

  File "/usr/lib/python2.7/dist-packages/mercurial/context.py", line
1078, in data

    return self._repo.wread(self._path)

  File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line
712, in wread

    data = self.wopener.read(filename)

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
172, in read

    fp = self(path, 'rb')

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
222, in __call__

    self.auditor(path)

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
145, in __call__

    (path, prefix))

Abort: путь 'trunk/organizer/models.py' находится внутри вложенного
хранилища 'trunk'


Exception in thread visualdiff:

Traceback (most recent call last):

  File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner

    self.run()

  File "/usr/lib/python2.7/threading.py", line 504, in run

    self.__target(*self.__args, **self.__kwargs)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 354, in dodiffwrapper

    dodiff()

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 299, in dodiff

    copyworkingdir)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 68, in snapshotset

    dir2, fns_mtime2 = snapshot(repo, files2, ctx2)

  File "/usr/lib/python2.7/dist-packages/tortoisehg/hgqt/visdiff.py",
line 106, in snapshot

    data = repo.wwritedata(wfn, ctx[wfn].data())

  File "/usr/lib/python2.7/dist-packages/mercurial/context.py", line
1078, in data

    return self._repo.wread(self._path)

  File "/usr/lib/python2.7/dist-packages/mercurial/localrepo.py", line
712, in wread

    data = self.wopener.read(filename)

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
172, in read

    fp = self(path, 'rb')

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
222, in __call__

    self.auditor(path)

  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line
145, in __call__

    (path, prefix))

Abort: путь 'trunk/paypal/pro/.svn/text-base/fields.py.svn-base'
находится внутри вложенного хранилища 'trunk'



}}}
"""

--- End Message ---
--- Begin Message ---
Ping timeout, closing this again.  Thanks for the report.

Cheers,
Julien

On Mon, Nov 09, 2020 at 09:07:11AM +0800, Paul Wise wrote:
> On Thu, 21 Feb 2013 12:47:14 +0200 Vitaliyi wrote:
> 
> > I opened my repository, worked with it ( update, visual diff ), then
> > closed TortoiseHG and it raised the following exceptions:
> 
> There is a new version of tortoisehg in Debian unstable, it would be
> great if you could check if the exceptions on close are still present.
> 
> -- 
> bye,
> pabs
> 
> https://wiki.debian.org/PaulWise

--- End Message ---

Reply via email to