changeset 1556:81dd71991dc1 feature_1136

hg-hash option does not appear reliable ("Not updating refs/notes/hg (new tip XXX does not contain YYY")
author Chris Cannam
date Wed, 13 Jan 2016 13:33:03 +0000
parents 1786830cc35d
children 9d6d2f696782
files extra/soundsoftware/export-git.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/soundsoftware/export-git.sh	Wed Jan 13 12:49:37 2016 +0000
+++ b/extra/soundsoftware/export-git.sh	Wed Jan 13 13:33:03 2016 +0000
@@ -106,7 +106,7 @@
         # valid Hg repos. With --force apparently it will just pick one
         # of the two heads arbitrarily, which is also alarming but is
         # more likely to be useful 
-	"$fastexport" --quiet -r "$hgrepo" -A "$authormap" --hg-hash --force
+	"$fastexport" --quiet -r "$hgrepo" -A "$authormap" --force
 
         git update-server-info
     )