BitBucketize extension

Marcin Kasperski Marcin.Kasperski at mekk.waw.pl
Sat Jan 7 19:20:16 UTC 2017


At this time the tool to quickly create BitBucket clone, or modify
it's settings. Can be used as general command-line BitBucket client:

    hg bitbucket_create some-lib --forks=no 

    hg bitbucket_modify some-lib --public --issues --descr="My lib!" 

    hg bitbucket_status some-lib

    hg bitbucket_delete some-lib

or, together with Path Pattern, deduce proper *pair* for current repo:

    hg init
    # hack hack
    hg bitbucket_create --private -l python -m "My great extension"
    hg push bitbucket
    hg bitbucket_modify --issues --wiki --public 

More details (and code, and installation instructions):

    https://bitbucket.org/Mekk/mercurial-bitbucketize


PS I started to maintain the list of all my extensions:
   http://mekk.bitbucket.org/mercurial.html



More information about the Mercurial mailing list