Mercurial > hg
comparison hgext/eol.py @ 29806:82e8c86cdd6d
outgoing: add a 'missingroots' argument
This argument can be used instead of 'commonheads' to determine the 'outgoing'
set. We remove the outgoingbetween function as its role can now be handled by
'outgoing' itself.
I've thought of using an external function instead of making the constructor
more complicated. However, there is low hanging fruit to improve the current
code flow by storing some side products of the processing of 'missingroots'. So
in my opinion it make senses to add all this to the class.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 09 Aug 2016 22:31:38 +0200 |
parents | cca011fd1ea7 |
children | d5883fd055c6 |
comparison
equal
deleted
inserted
replaced
29805:f09d0004481c | 29806:82e8c86cdd6d |
---|