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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Fri Aug 29 16:43:09 UTC 2014


    Date: Friday, August 29, 2014 @ 16:43:08
  Author: vicho
Revision: 11229

Document hgsubversion and mercurial-git tests

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

Modified: packages/mercurial/trunk/debian/tests/hgsubversion
===================================================================
--- packages/mercurial/trunk/debian/tests/hgsubversion	2014-08-29 16:42:56 UTC (rev 11228)
+++ packages/mercurial/trunk/debian/tests/hgsubversion	2014-08-29 16:43:08 UTC (rev 11229)
@@ -1,5 +1,11 @@
 #!/bin/sh
 
+# This actually tests that hgsubversion is not broken and it really
+# belongs in the hgsubversion package (it's there).  I'm copying it
+# here because that way I can test if a new version of mercurial
+# breaks hgsubversion and update Breaks accordingly.  There's probably
+# a better way of doing this.
+
 set -e
 
 SVN_ROOT=$(mktemp --tmpdir -d hgsubversion.XXXXX)

Modified: packages/mercurial/trunk/debian/tests/mercurial-git
===================================================================
--- packages/mercurial/trunk/debian/tests/mercurial-git	2014-08-29 16:42:56 UTC (rev 11228)
+++ packages/mercurial/trunk/debian/tests/mercurial-git	2014-08-29 16:43:08 UTC (rev 11229)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# Basic test to see if the mercurial-git extension still works.
+
 # Setup a git repository with some content
 git init try
 cd try




More information about the Python-apps-commits mailing list