Auto saving/synchronizing Bitbucket repositories locally
Marcin Kasperski
Marcin.Kasperski at mekk.waw.pl
Thu Jan 30 09:22:52 UTC 2020
> Anyway, I also need to save many other repositories locally. I didn't
> find anything convenient already developed, so I guess I'll have to
> code a bit. But maybe someone already did something similar?
Not sure which functionality you exactly look for, but PathPattern +
AllDirs may help partially (my total bitbucket sync typically is done
via `hg alld pull bitbucket`, where bitbucket alias is defined once as
pattern).
And if you have some clear idea related to bitbucket API (probably sth
about iterating a clone or pull over all existing repos), I could
probably add it to BitBucketize (likely as last development in this
extension…)
Links: https://mekk.bitbucket.io/mercurial.html
More information about the Mercurial
mailing list