#166846 - Cannot get a project sources for a project that uses Hg
Tomas Stupka <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.reviewers |
|---|---|
| Message-ID | <[email protected]> |
#166846 - Cannot get a project sources for a project that uses Hg the o.n.m.mercurial.Mercurial.checkVersionNotify() is called before cloning a repository from kenai and it is supposed to return true if a client is available otherwise not. Unfortunately, the test returned false even if a correct client version was detected what caused that the clone command wasn't invoked. The fix is simple - return true if a version was detected http://hg.netbeans.org/cdev/rev/992dbddd23d6 thanks t.