revlog: change _addrevision to return the new revision...
revlog: change _addrevision to return the new revision
The node is passed as argument already, so returning it is quite
pointless. The revision number on the other is useful as it decouples
the caller from the revlog internals.
Differential Revision:
https://phab.mercurial-scm.org/D9880