changeset 1558:a0c46d6fe7bc feature_1136

Add hgtags export
author Chris Cannam
date Thu, 14 Jan 2016 09:56:38 +0000
parents 9d6d2f696782
children 21098b932cb8
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	Thu Jan 14 08:12:29 2016 +0000
+++ b/extra/soundsoftware/export-git.sh	Thu Jan 14 09:56:38 2016 +0000
@@ -109,7 +109,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" --force
+	"$fastexport" --quiet -r "$hgrepo" --hgtags -A "$authormap" --force
 
         git update-server-info
     )