summaryrefslogtreecommitdiff
path: root/plugins/branch/branch.plugin.zsh
AgeCommit message (Collapse)Author
2021-12-01feat(branch): show mercurial bookmarks if used (#9948)whoami
Co-authored-by: Marc Cornellà <hello@mcornella.com>
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-14Implementing mcornella's suggestions in pull request 4451.Victor Torres
2015-10-02Add branch pluginVictor Torres