Your message dated Mon, 19 Nov 2012 20:07:26 +0800
with message-id 
<CAG1ZdCCJxxr+vL5oixgfvjSB7veunZhy2ot6i4y+k02=5ff...@mail.gmail.com>
and subject line Bug 688038: fixed in hgsubversion 1.5-1~exp1
has caused the Debian Bug report #688038,
regarding hgsubversion: not compatible with Mercurial 2.3: abort: No module 
named repo!
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.)


-- 
688038: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688038
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mercurial-git
Version: 0.3.3-1
Severity: important

The package doesn't work with Mercurial 2.3 (currently in experimental):

$ hg init testrepo
abort: No module named repo!


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.5-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mercurial-git depends on:
ii  mercurial       2.3-2
ii  python          2.7.3-2
ii  python-dulwich  0.8.5-2

--
Jakub Wilk

--- End Message ---
--- Begin Message ---
Package: hgsubversion
Version: 1.5.1~exp1

Hello,
I believe this bug is fixed in the latest version 1.5-1~exp1 in `experimental`
Here is the test:
$ rm -rf test
$ sudo apt-get install hgsubversion=1.4-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be DOWNGRADED:
  hgsubversion
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
Need to get 0 B/66.2 kB of archives.
After this operation, 51.2 kB disk space will be freed.
Do you want to continue [Y/n]? y
dpkg: warning: downgrading hgsubversion from 1.5-1~exp1 to 1.4-1
(Reading database ... 403127 files and directories currently installed.)
Preparing to replace hgsubversion 1.5-1~exp1 (using
.../hgsubversion_1.4-1_all.deb) ...
Unpacking replacement hgsubversion ...
Setting up hgsubversion (1.4-1) ...
hgsubversion extension is disabled by default.
You can follow the instructions in
/usr/share/doc/hgsubversion/README.Debian to enable it.
$ cat ~/.hgrc
[extensions]
hgsubversion=
$ hg init test
abort: No module named repo!
$ rm -rvf test
removed directory: `test/.hg/store'
removed `test/.hg/requires'
removed `test/.hg/00changelog.i'
removed directory: `test/.hg'
removed directory: `test'
$ sudo apt-get install hgsubversion=1.5-1~exp1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be upgraded:
  hgsubversion
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/76.0 kB of archives.
After this operation, 51.2 kB of additional disk space will be used.
Reading changelogs... Done
(Reading database ... 403115 files and directories currently installed.)
Preparing to replace hgsubversion 1.4-1 (using
.../hgsubversion_1.5-1~exp1_all.deb) ...
Unpacking replacement hgsubversion ...
Setting up hgsubversion (1.5-1~exp1) ...
hgsubversion extension is disabled by default.
You can follow the instructions in
/usr/share/doc/hgsubversion/README.Debian to enable it.
$ cat ~/.hgrc
[extensions]
hgsubversion=
$ hg init test
$ echo $?
0

thanks

--- End Message ---

Reply via email to