Bug 21276 - hg2git traceback on startup
Summary: hg2git traceback on startup
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: hg2git (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: real@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-28 14:00 MSD by avm
Modified: 2012-03-16 14:00 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description avm 2009-08-28 14:00:57 MSD
Видимо, в mercurial поменялся интерфейс класса ui:

$ hg-fast-export -r $REPODIR
Traceback (most recent call last):
  File "/usr/bin/hg-fast-export.py", line 402, in <module>
    options.statusfile,authors=a,sob=options.sob,force=options.force))
  File "/usr/bin/hg-fast-export.py", line 331, in hg2git
    ui,repo=setup_repo(repourl)
  File "/usr/bin/hg2git.py", line 19, in setup_repo
    myui=ui.ui(interactive=False)
TypeError: __init__() got an unexpected keyword argument 'interactive'

$ rpm -q hg2git mercurial
hg2git-0.1-alt2
mercurial-1.3.1-alt1
Comment 1 Sir Raorn 2009-08-28 14:12:24 MSD
У меня в master опять лежит рабочий код.
Comment 2 avm 2009-08-28 14:18:59 MSD
(In reply to comment #1)
> У меня в master опять лежит рабочий код.

hg2git  vvk @everybody

Обновишь пакет?
Comment 3 Vladimir V. Kamarzin 2009-08-28 14:31:27 MSD
Смёржил
Comment 4 Repository Robot 2009-08-28 14:42:50 MSD
hg2git-0.1-alt3 -> sisyphus:

* Fri Aug 28 2009 Vladimir V. Kamarzin <vvk@altlinux> 0.1-alt3

- New version from raorn (merged with upstream) (Closes: #21276)