mercurial/branchmap.py
changeset 42126 ef0e3cc684b3
parent 42123 be5eeaf5c24a
child 42131 b26455ffa7fa
--- a/mercurial/branchmap.py	Sat Apr 13 20:57:50 2019 +0200
+++ b/mercurial/branchmap.py	Mon May 21 17:28:35 2018 +0200
@@ -40,6 +40,7 @@
 subsettable = {None: 'visible',
                'visible-hidden': 'visible',
                'visible': 'served',
+               'served.hidden': 'served',
                'served': 'immutable',
                'immutable': 'base'}