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

Add --update option to tag_release script #60

Open
douglatornell opened this issue Sep 21, 2018 · 1 comment
Open

Add --update option to tag_release script #60

douglatornell opened this issue Sep 21, 2018 · 1 comment

Comments

@douglatornell
Copy link
Member

Original report by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


Enable user to move a tag from one repo revision to another.

Requires issue #59.

Flow:

  • confirm that tag from command line exists in repo; exit if not
  • hg tag --remove tag
  • hg tag --rev tip-1 tag or hg tag --rev rev tag if --rev cli option is used
  • hg push
@douglatornell
Copy link
Member Author

Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


changed state from "new" to "open"

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

No branches or pull requests

1 participant