# # # patch "debian/monotone-server.postinst" # from [d0791ab97df17473409712e09148d3c4a4ee212f] # to [a442a4417b79bdbf32f267848314046143471875] # ============================================================ --- debian/monotone-server.postinst d0791ab97df17473409712e09148d3c4a4ee212f +++ debian/monotone-server.postinst a442a4417b79bdbf32f267848314046143471875 @@ -42,7 +42,7 @@ function monotone_migrate () { if dpkg --compare-versions "$MTN_VERSION" lt "0.31-90.1"; then # upgradable version of monotone - echo "Attempting to migrate monotone database..." >&2 + echo "Attempting to migrate monotone database. This may take a while..." >&2 echo "A backup named '`basename $MTN_DB~`' will be created in $MTN_HOME." >&2 cp $MTN_DB $MTN_DB~