##// END OF EJS Templates
wireprotov2: derive "required" from presence of default value...
wireprotov2: derive "required" from presence of default value If we define a default value for all optional arguments, we no longer need to explicitly declare whether the argument is required. Instead, we can derive it from the presence of a default value callable. Differential Revision: https://phab.mercurial-scm.org/D4790
Gregory Szorc -
r40031:582676ac default
Show More