relflow icon indicating copy to clipboard operation
relflow copied to clipboard

Mercurial Support

Open mlooney opened this issue 10 years ago • 1 comments

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!

mlooney avatar Nov 12 '15 19:11 mlooney

Hey, thanks; FTR I'm still using relflow regularly. Not mecurial though, so have at it :)

RJ avatar Nov 12 '15 19:11 RJ