summaryrefslogtreecommitdiff
path: root/plugins/branch
AgeCommit message (Collapse)Author
2016-05-29Use default branch on recently created Mercurial repository. (#4985)Victor Torres
After `hg init` command, sometimes Mercurial does not create `.hg/branch` file so we'll use 'default' as fallback, which is the master branch in Mercurial repositories. Signed-off-by: Marc Cornellà <marc.cornella@live.com>
2015-12-14Updating speed test info and using zsh command line.Victor Torres
2015-12-14Implementing mcornella's suggestions in pull request 4451.Victor Torres
2015-10-02Add branch pluginVictor Torres