Your message dated Fri, 13 Mar 2020 22:56:47 +0100
with message-id <[email protected]>
and subject line tortoisehg has been removed from Debian
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 ---
Version: 4.8.1-0.1+rm

On Tue, 26 Nov 2019 15:53:12 +0100 Andrej Shadura <[email protected]>
wrote:
> Oh, Gudjon pushed the update into unstable despite my request to hold
> it off, thus making it impossible for TortoiseHg to come back.

Therefore closing the bugs again.

Andreas

--- End Message ---

Reply via email to