Mercurial > hg > soundsoftware-site
comparison extra/soundsoftware/export-git.sh @ 1558:a0c46d6fe7bc feature_1136
Add hgtags export
author | Chris Cannam |
---|---|
date | Thu, 14 Jan 2016 09:56:38 +0000 |
parents | 9d6d2f696782 |
children | 21098b932cb8 |
comparison
equal
deleted
inserted
replaced
1557:9d6d2f696782 | 1558:a0c46d6fe7bc |
---|---|
107 # branches having more than one head ("Error: repository has at | 107 # branches having more than one head ("Error: repository has at |
108 # least one unnamed head"), which happens from time to time in | 108 # least one unnamed head"), which happens from time to time in |
109 # valid Hg repos. With --force apparently it will just pick one | 109 # valid Hg repos. With --force apparently it will just pick one |
110 # of the two heads arbitrarily, which is also alarming but is | 110 # of the two heads arbitrarily, which is also alarming but is |
111 # more likely to be useful | 111 # more likely to be useful |
112 "$fastexport" --quiet -r "$hgrepo" -A "$authormap" --force | 112 "$fastexport" --quiet -r "$hgrepo" --hgtags -A "$authormap" --force |
113 | 113 |
114 git update-server-info | 114 git update-server-info |
115 ) | 115 ) |
116 | 116 |
117 echo "Fast export done" | 117 echo "Fast export done" |