Mercurial > hg-stable
diff mercurial/phases.py @ 30931:e6932e9a262a
merge: remove unused handling of default destination in merge.update()
As far as I can tell, all the callers of merge.update() have been
migrated over to use destutil to find the default destination when the
revision was not specified. So it's time to delete the code for
handling a node value of None. Let's add an assertion that node is not
None, so any extensions relying on it will not silently misbehave.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 08 Feb 2017 23:03:33 -0800 |
parents | ad15646dc61c |
children | bf81d3b7b2ba |