Add a README - mkbitbucketrepo - Shell script to create Mercurial and Git repository on Bitbucket
 (HTM) hg clone https://bitbucket.org/iamleot/mkbitbucketrepo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset e5401fbf0eeedaaa74e8afded3e8c878173b6ae2
 (DIR) parent b95cef7eed2d3258d58b1f12ab718c647eec5857
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Fri, 15 Feb 2019 17:56:26 
       
       Add a README
       
       Diffstat:
        README |  13 +++++++++++++
        1 files changed, 13 insertions(+), 0 deletions(-)
       ---
       diff -r b95cef7eed2d -r e5401fbf0eee README
       --- /dev/null   Thu Jan 01 00:00:00 1970 +0000
       +++ b/README    Fri Feb 15 17:56:26 2019 +0100
       @@ -0,0 +1,13 @@
       +mkbitbucketrepo is a shell script to create Mercurial and Git repository on
       +Bitbucket.
       +
       +To create a private Mercurial repository (`-p`), where `user@example.org`
       +is your email associated to Bitbucket, `user` is your Bitbucket
       +username and `private-repo` is the name of the repository:
       +
       +    % mkbitbucketrepo -p -d 'A private hg repository' -u user@example.org -o user private-repo
       +
       +For a complete list of options please invoke `mkbitbucketrepo` with
       +`-h` option.
       +
       +To use `mkbitbucketrepo` `curl` is needed.