i18n-pt_BR: synchronized with
10a4fab20ed9
addchangegroup: remove the lock argument on the addchangegroup methods
This argument is no longer require. post lock release code is now handled with
dedicated post release callback code in lock itself.
addchangegroup: use a postrelease callback to call changegroup hook
This is will allow addchangegroup to drop lock related code.