mercurial/branchmap.py
changeset 35495 07fdac1d5c66
parent 34370 d0db41af73c0
child 35831 a011e4140435
--- a/mercurial/branchmap.py	Fri Dec 15 04:25:32 2017 +0530
+++ b/mercurial/branchmap.py	Mon Dec 18 17:50:02 2017 +0530
@@ -84,6 +84,7 @@
 # This create and ordering used for branchmap purpose.
 # the ordering may be partial
 subsettable = {None: 'visible',
+               'visible-hidden': 'visible',
                'visible': 'served',
                'served': 'immutable',
                'immutable': 'base'}