jira-importer commented on issue #645: URL: https://github.com/apache/maven-scm/issues/645#issuecomment-2964608820
**[Rohan Holt](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rholt)** commented Not sure about ideal but performing a "hg update -r tip" after all the other hgUpdateCommand commands may the be an option: i.e hg pull -r tip <- updates .hg repository directory only hg id <- gets current changeset of the working-copy hg diff -r -1 <- not sure what is happening here hg log --verbose <- used for generating changes since last build perhaps? hg update -r tip <- after all other stuff has been done, update the working-copy to the required changeset. Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org