jira-importer commented on issue #663: URL: https://github.com/apache/maven-scm/issues/663#issuecomment-2964612027
**[Laurent Perez](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=laurent7979)** commented Hello I've implemented org.apache.maven.scm.provider.AbstractScmProvider#branch for Mercurial, following the branch/commit/up default line, as Martin wrote. Currently my code is working, however it intentionnally not pushing the release branch, only the default one is pushed, in case its pom.xml version is incremented. I've used hg diff -g to see if there are differences to commit and push. Looking for feedback here : should the branched release be pushed too, just like the default branch ? Or should the developer decide if he/she wants to manually push the branched release ? I'm fine with the manual push, but since I implemented pushChanges within http://jira.codehaus.org/browse/SCM-475, I'm wondering if I should use this. Thanks for your input :) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
