comparison mercurial/dagparser.py @ 36218:e4ccd7a69f77

httppeer: change logic around argument handling The code to process arguments only makes sense if there are arguments. So change an "else" to "elif args", remove an "if" that isn't necessary, and add some docs for good measure. Differential Revision: https://phab.mercurial-scm.org/D2214
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 01 Feb 2018 19:32:42 -0800
parents dfd009e5f9f2
children f0b6fbea00cf
comparison
equal deleted inserted replaced
36217:1ee1a42bfdae 36218:e4ccd7a69f77