yuja added a comment.

  >> +def _getdrevs(ui, stack, *specs):
  >> +    """convert user supplied DREVSPECs into "Differential Revision" dicts
  >> +
  >> +    See ``hg help phabread`` for how to specify each DREVSPEC.
  >> +    """
  >> +    if len(*specs) > 0:
  >
  >   ^^^^^^
  >
  > Fixed bad argument expansion since I had to rebase this. Please let me
  > know if that's wrong.
  
  Never mind. Maybe `specs` is a list containing a single list, in which case,
  the code is valid.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8232/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8232

To: mharbison72, #hg-reviewers, Alphare, pulkit
Cc: yuja, Alphare, Kwan, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to