On Sa, 08 Aug 2015, Bram Moolenaar wrote: > I would rather not take the risk of messing up the Mercurial repository. > Thus would the best approach be to do the conversion locally and replace > the git repository on github? We could even try that out now, since the > github repository is for testing anyway.
Since Markus has already provided the work and provided 2 versions of
the mercurial clean up script, I think it is safe to use. Just make
sure, to enable the rebase extension before running the script. I attach
the version, I used last (basically the patched version that Markus
provided last time).
To be really safe, you could use a separate checkout and only push back,
if no error happened. This way, you won't mess up your normal working
copy.
And after all, it's a VCS, so if something gets messed up, we can
revert, can't we?
Best,
Christian
--
Man glaubt gar nicht, wie schwer es oft ist, eine Tat in einen
Gedanken umzusetzen.
-- Emil Gött
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
clean_repo.sh
Description: Bourne shell script
