mercurial/wireproto.py
changeset 34322 10e162bb9bf5
parent 34100 1632999d4bed
child 34613 5e61cd5fb0fc
--- a/mercurial/wireproto.py	Wed Sep 20 18:29:10 2017 +0200
+++ b/mercurial/wireproto.py	Sun Sep 24 21:27:18 2017 +0200
@@ -207,6 +207,7 @@
 gboptsmap = {'heads':  'nodes',
              'common': 'nodes',
              'obsmarkers': 'boolean',
+             'phases': 'boolean',
              'bundlecaps': 'scsv',
              'listkeys': 'csv',
              'cg': 'boolean',