Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mercurial Support #7

Open
mlooney opened this issue Nov 12, 2015 · 1 comment
Open

Mercurial Support #7

mlooney opened this issue Nov 12, 2015 · 1 comment

Comments

@mlooney
Copy link

mlooney commented Nov 12, 2015

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!

@RJ
Copy link
Owner

RJ commented Nov 12, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants