[Python-apps-commits] r10779 - in packages/mercurial/trunk/debian/tests (mercurial-git)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sat Apr 19 17:52:21 UTC 2014


    Date: Saturday, April 19, 2014 @ 17:52:20
  Author: vicho
Revision: 10779

Really fix the mercurial-git autopkgtest

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

Modified: packages/mercurial/trunk/debian/tests/mercurial-git
===================================================================
--- packages/mercurial/trunk/debian/tests/mercurial-git	2014-04-19 17:50:47 UTC (rev 10778)
+++ packages/mercurial/trunk/debian/tests/mercurial-git	2014-04-19 17:52:20 UTC (rev 10779)
@@ -1,12 +1,10 @@
 #!/bin/sh
 
-# Configure git
-git config user.name Babar
-git config user.email babar at jungle.org
-
 # Setup a git repository with some content
 git init try
 cd try
+git config user.name Babar
+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