[Python-apps-commits] r10133 - in packages/mercurial/trunk/debian (3 files)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Mon Oct 28 22:17:10 UTC 2013


    Date: Monday, October 28, 2013 @ 22:17:08
  Author: vicho
Revision: 10133

Fix mercurial-git and hgsubversion autopkgtest by loading the
appropriate extension

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/tests/hgsubversion
  packages/mercurial/trunk/debian/tests/mercurial-git

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2013-10-22 22:20:41 UTC (rev 10132)
+++ packages/mercurial/trunk/debian/changelog	2013-10-28 22:17:08 UTC (rev 10133)
@@ -1,3 +1,10 @@
+mercurial (2.8~rc1-2) UNRELEASED; urgency=low
+
+  * Fix mercurial-git and hgsubversion autopkgtest by loading the
+    appropriate extension
+
+ -- Javi Merino <vicho at debian.org>  Mon, 28 Oct 2013 22:16:50 +0000
+
 mercurial (2.8~rc1-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/mercurial/trunk/debian/tests/hgsubversion
===================================================================
--- packages/mercurial/trunk/debian/tests/hgsubversion	2013-10-22 22:20:41 UTC (rev 10132)
+++ packages/mercurial/trunk/debian/tests/hgsubversion	2013-10-28 22:17:08 UTC (rev 10133)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec hg clone svn://anonscm.debian.org/python-apps/packages/mercurial/trunk/
+exec hg --config extensions.hgsubversion= clone svn://anonscm.debian.org/python-apps/packages/mercurial/trunk/

Modified: packages/mercurial/trunk/debian/tests/mercurial-git
===================================================================
--- packages/mercurial/trunk/debian/tests/mercurial-git	2013-10-22 22:20:41 UTC (rev 10132)
+++ packages/mercurial/trunk/debian/tests/mercurial-git	2013-10-28 22:17:08 UTC (rev 10133)
@@ -6,4 +6,4 @@
 git add a
 git commit -m a
 cd ..
-hg clone try try2
+hg --config extensions.git= clone try try2




More information about the Python-apps-commits mailing list