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
       ---
       README
       ---
            1 mkbitbucketrepo is a shell script to create Mercurial and Git repository on
            2 Bitbucket.
            3 
            4 To create a private Mercurial repository (`-p`), where `user@example.org`
            5 is your email associated to Bitbucket, `user` is your Bitbucket
            6 username and `private-repo` is the name of the repository:
            7 
            8     % mkbitbucketrepo -p -d 'A private hg repository' -u user@example.org -o user private-repo
            9 
           10 For a complete list of options please invoke `mkbitbucketrepo` with
           11 e.g. `-h` option.
           12 
           13 To use `mkbitbucketrepo` `curl` is needed.