Mercurial > hg > soundsoftware-site
comparison extra/soundsoftware/export-git.sh @ 1555:1786830cc35d feature_1136
Run update-server-info after each export
author | Chris Cannam |
---|---|
date | Wed, 13 Jan 2016 12:49:37 +0000 |
parents | 36dddb6755f6 |
children | 81dd71991dc1 |
comparison
equal
deleted
inserted
replaced
1554:e5c9809534a2 | 1555:1786830cc35d |
---|---|
105 # least one unnamed head"), which happens from time to time in | 105 # least one unnamed head"), which happens from time to time in |
106 # valid Hg repos. With --force apparently it will just pick one | 106 # valid Hg repos. With --force apparently it will just pick one |
107 # of the two heads arbitrarily, which is also alarming but is | 107 # of the two heads arbitrarily, which is also alarming but is |
108 # more likely to be useful | 108 # more likely to be useful |
109 "$fastexport" --quiet -r "$hgrepo" -A "$authormap" --hg-hash --force | 109 "$fastexport" --quiet -r "$hgrepo" -A "$authormap" --hg-hash --force |
110 | |
111 git update-server-info | |
110 ) | 112 ) |
111 | 113 |
112 echo "Fast export done" | 114 echo "Fast export done" |
113 | 115 |
114 done | 116 done |