Something like this, running as launchpad-pqm - I'm on leave, so I
leave this up to whomever gets annoyed at the push times first.
import bzrlib.plugin
bzrlib.plugin.load_plugins()
import bzrlib.repository
with bzrlib.initialize():
db = bzrlib.repository.Repository.open('lp:launchpad/db-devel')
devel = bzrlib.repository.Repository.open('lp:launchpad')
devel.fetch(db)
-Rob
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-dev
More help : https://help.launchpad.net/ListHelp