/hg-open

Open your mercurial project from your terminal

Primary LanguageShellMIT LicenseMIT

hg-open

Open your mercurial project from your terminal (inspired by https://github.com/paulirish/git-open)

This script will open your project's page on bitbucket.com

Usage: hgo [options]  
Options:  
  -d, --directory        Add directory to open(otherwise, open the current directory).  
  -b, --branch           Open the current or a specific(passed as argument) branch.  
  -c, --commit           Open commits page.  
  -p, --pr               Open PRs page.  
  -s, --source           Open Sources page.  
  -v, --version          Output version.  
  -h, --help             This message.  
  -- End of options.