yuja added inline comments.
INLINE COMMENTS
> commands.py:4485
> continue
> -flags = ''.join(['-%s ' % o[0] for o in flaglist
> +flags = ''.join(['-%s ' % o[0:1] for o in flaglist
>
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG13beeddf852a: py3: slice over bytes or use startswith() to
prevent getting ascii values (authored by pulkit, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial
pulkit created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2496
AFFECTED FILES
mercurial/commands.py
mercurial/fileset.py
CHANGE DETAILS
diff --git a/mercurial