[Python-apps-commits] r10186 - in packages/mercurial/trunk/debian (2 files)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Mon Nov 25 06:24:33 UTC 2013


    Date: Monday, November 25, 2013 @ 06:24:32
  Author: vicho
Revision: 10186

Fix mercurial-git test

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/tests/mercurial-git	(contents, properties)

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2013-11-25 06:24:28 UTC (rev 10185)
+++ packages/mercurial/trunk/debian/changelog	2013-11-25 06:24:32 UTC (rev 10186)
@@ -1,3 +1,9 @@
+mercurial (2.8-3) UNRELEASED; urgency=low
+
+  * Fix mercurial-git autopkg test
+
+ -- Javi Merino <vicho at debian.org>  Sat, 16 Nov 2013 10:39:56 +0000
+
 mercurial (2.8-2) unstable; urgency=medium
 
   * Increment testsuite timeout to 720 as test-gendoc.t takes a

Modified: packages/mercurial/trunk/debian/tests/mercurial-git
===================================================================
--- packages/mercurial/trunk/debian/tests/mercurial-git	2013-11-25 06:24:28 UTC (rev 10185)
+++ packages/mercurial/trunk/debian/tests/mercurial-git	2013-11-25 06:24:32 UTC (rev 10186)
@@ -2,6 +2,7 @@
 
 git init try
 cd try
+git config user.email babar at jungle.org
 echo a >a
 git add a
 git commit -m a




More information about the Python-apps-commits mailing list