diff tests/test-lfs-serve.t @ 40493:a2c4502e409b

narrow: only send includepats and excludepats if they are not empty If we send an empty includepats or excludepats argument to getbundle, it's translated to `['']` on the server which causes problems because even though it's empty, bool of that value if True and we end up creating differencematcher with narrowspec.match() which results in unexpected behavior. Differential Revision: https://phab.mercurial-scm.org/D5138
author Pulkit Goyal <pulkit@yandex-team.ru>
date Wed, 17 Oct 2018 17:24:55 +0300
parents 6637b079ae45
children 0e21db2458f4
line wrap: on
line diff