maven-scm pull request: Bugfixes to mercurial changelog

2013-09-24 Thread hrmohr
Github user hrmohr closed the pull request at: https://github.com/apache/maven-scm/pull/6 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-scm pull request: Bugfixes to mercurial changelog

2013-09-22 Thread hrmohr
GitHub user hrmohr opened a pull request: https://github.com/apache/maven-scm/pull/6 Bugfixes to mercurial changelog This pull request includes several bugfixes to the mercurial changelog command: * Fixes date format by using a log template instead of log verbose

maven-scm pull request: mask password in log entries

2012-08-28 Thread hrmohr
Github user hrmohr closed the pull request at: https://github.com/apache/maven-scm/pull/2 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-scm pull request: mask password in log entries

2012-08-28 Thread hrmohr
GitHub user hrmohr opened a pull request: https://github.com/apache/maven-scm/pull/2 mask password in log entries Greetings! The current Mercurial implementation writes the cleartext password in log entries. I've made a small patch that masks this. Best re