relflow
relflow copied to clipboard
Mercurial Support
Hi there,
Here are the command lines you need for your upcoming mercurial module:
"hg sum | grep -q 'commit: (clean)' && echo clean || echo dirty"
"hg cat -r ~s ~s | grep relflow-release-version-marker | awk -F '\"' '{print $2; exit}'"
"hg cat -r ~s apps/~s/src/~s.app.src"
"hg cat -r ~s src/~s.app.src"
"hg status --rev "++Rev++" -I 'src/**/*.erl' -I'apps/**/*.erl'"
"hg tag \"v~s\" -m \"~s\"""
"R" Status -> deleted
"M" for modified
hg commit -m should work just like git
I'm mainly putting them here on the off chance you want to do it, and so that I don't forget the incantations before I get around to creating a PR
Cheers!
Hey, thanks; FTR I'm still using relflow regularly. Not mecurial though, so have at it :)