[Python-apps-commits] r14385 - in packages/hg-git/trunk/debian/patches (2 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Thu Sep 14 06:10:26 UTC 2017


    Date: Thursday, September 14, 2017 @ 06:10:25
  Author: mithrandi
Revision: 14385

Add patch to fix git output.

Added:
  packages/hg-git/trunk/debian/patches/fix-git-output.patch
Modified:
  packages/hg-git/trunk/debian/patches/series

Added: packages/hg-git/trunk/debian/patches/fix-git-output.patch
===================================================================
--- packages/hg-git/trunk/debian/patches/fix-git-output.patch	                        (rev 0)
+++ packages/hg-git/trunk/debian/patches/fix-git-output.patch	2017-09-14 06:10:25 UTC (rev 14385)
@@ -0,0 +1,25 @@
+Index: hg-git-0.8.9/tests/test-renames.t
+===================================================================
+--- hg-git-0.8.9.orig/tests/test-renames.t	2017-08-10 20:55:28.000000000 +0200
++++ hg-git-0.8.9/tests/test-renames.t	2017-09-14 08:09:50.040830974 +0200
+@@ -47,6 +47,20 @@
+   $ mv .gitmodules-new .gitmodules
+   $ mv gitsubmodule gitsubmodule2
+   $ git add .gitmodules gitsubmodule2
++  warning: adding embedded git repository: gitsubmodule2
++  hint: You've added another git repository inside your current repository.
++  hint: Clones of the outer repository will not contain the contents of
++  hint: the embedded repository and will not know how to obtain it.
++  hint: If you meant to add a submodule, use:
++  hint:
++  hint:        git submodule add <url> gitsubmodule2
++  hint:
++  hint: If you added this path by mistake, you can remove it from the
++  hint: index with:
++  hint:
++  hint:        git rm --cached gitsubmodule2
++  hint:
++  hint: See "git help submodule" for more information.
+   $ git rm --cached gitsubmodule
+   rm 'gitsubmodule'
+   $ fn_git_commit -m 'move submodule'

Modified: packages/hg-git/trunk/debian/patches/series
===================================================================
--- packages/hg-git/trunk/debian/patches/series	2017-09-14 06:04:12 UTC (rev 14384)
+++ packages/hg-git/trunk/debian/patches/series	2017-09-14 06:10:25 UTC (rev 14385)
@@ -1 +1,2 @@
 fix-ssh-tests.patch
+fix-git-output.patch




More information about the Python-apps-commits mailing list