Mercurial > hg
comparison hgext3rd/__init__.py @ 32706:993f58db2045
headssummary: directly feed the function with the 'pushop' object
Our goal is to be able to perform the post processing directly into the
'_headssummary' function. However before this patch the '_headsummary' function
only had access to repo, remote, outgoing while the '_postprocessobsolete'
function takes a 'pushop' object. Experience shows that having the 'pushop'
object helps extensions so we update '_headssummary' to take a pushop
object as argument.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 29 May 2017 10:56:00 +0200 |
parents | 4b81487a01d4 |
children | 2372284d9457 |
comparison
equal
deleted
inserted
replaced
32705:70a020daf0b9 | 32706:993f58db2045 |
---|