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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sat Nov 2 11:12:14 UTC 2013


    Date: Saturday, November 2, 2013 @ 11:12:12
  Author: vicho
Revision: 10149

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-02 00:11:02 UTC (rev 10148)
+++ packages/mercurial/trunk/debian/changelog	2013-11-02 11:12:12 UTC (rev 10149)
@@ -1,3 +1,9 @@
+mercurial (2.8-2) UNRELEASED; urgency=low
+
+  * Fix mercurial-git test
+
+ -- Javi Merino <vicho at debian.org>  Sat, 02 Nov 2013 09:17:37 +0000
+
 mercurial (2.8-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mercurial/trunk/debian/tests/mercurial-git
===================================================================
--- packages/mercurial/trunk/debian/tests/mercurial-git	2013-11-02 00:11:02 UTC (rev 10148)
+++ packages/mercurial/trunk/debian/tests/mercurial-git	2013-11-02 11:12:12 UTC (rev 10149)
@@ -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