Your message dated Mon, 19 Nov 2012 20:04:09 +0800
with message-id 
<CAG1ZdCDZX=uYJpLDZ_Dw=Z+CKdXS551AP=oodbxt083bkre...@mail.gmail.com>
and subject line Bug 588332: fixed in hgsubversion 1.5-1~exp1
has caused the Debian Bug report #588332,
regarding mercurial-git: test suite should be run at build time
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.)


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

hg-git provides an extensive test suite. It should be run at build time, so that breakages can be more easily detected.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature


--- 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