Mercurial > hg
comparison mercurial/__init__.py @ 35031:e273b6671827 stable
dispatch: fix early parsing of short option with value like -R=foo
Before, -R=foo was parsed as '-R' 'foo', which disagrees with the standard
getopt behavior.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Tue, 14 Nov 2017 00:25:59 +0900 |
parents | 9fb9f8440b71 |
children | 414114a7c18f |
comparison
equal
deleted
inserted
replaced
35030:d9aba3730d30 | 35031:e273b6671827 |
---|