monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] viewmtn status


From: Brian May
Subject: Re: [Monotone-devel] viewmtn status
Date: Wed, 15 Dec 2010 15:10:04 +1100

On 14 December 2010 20:37, Thomas Moschny <address@hidden> wrote:
> the development version [1] should support the stdio format from
> monotone 0.46 and later.

I was able to download it from the link given at
https://code.monotone.ca/p/contrib/source/tree/h:net.venge.monotone.viewmtn/.

Still seem to be some problems:

1. Ugly warnings:

/home/viewmtn/20101215/web/utils.py:138: DeprecationWarning: the sets
module is deprecated
  from sets import Set
/home/viewmtn/20101215/mtn.py:17: DeprecationWarning: The popen2
module is deprecated.  Use the subprocess module.
  import popen2
/home/viewmtn/20101215/ancestry.py:10: DeprecationWarning: the sha
module is deprecated; use the hashlib module instead
  import rfc822, string, sha, os

These made my nervous, so I added the following to the top of
viewmtn.py to make them go away:

import warnings
warnings.filterwarnings('ignore', category=DeprecationWarning)

2: Diffs/files come out empty with the following also logged:

stderr: '[11424] stopping process: 12417'
stderr: '11424 failed_to_stop 12417 (Traceback (most recent call
last):\\n  File "/home/viewmtn/20101215/common.py", line 37, in
terminate_popen3\\n    process.tochild.close()\\nIOError: [Errno 32]
Broken pipe\\n)'
stderr: 'warning: Automate output not completely read; reading manually.'

I am not really sure why it is trying to stop the process.
-- 
Brian May <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]