Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 50460:f57f5ab0e220
branching: merge stable into default
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Tue, 09 May 2023 11:35:50 +0200 |
parents | 4077d6222cf1 4ca794f4e6a3 |
children | 58adcabc295f |
comparison
equal
deleted
inserted
replaced
50459:e06331275a53 | 50460:f57f5ab0e220 |
---|---|
614 coreconfigitem( | 614 coreconfigitem( |
615 b'devel', | 615 b'devel', |
616 b'bundle2.debug', | 616 b'bundle2.debug', |
617 default=False, | 617 default=False, |
618 ) | 618 ) |
619 # which kind of delta to put in the bundled changegroup. Possible value | |
620 # - '': use default behavior | |
621 # - p1: force to always use delta against p1 | |
622 # - full: force to always use full content | |
619 coreconfigitem( | 623 coreconfigitem( |
620 b'devel', | 624 b'devel', |
621 b'bundle.delta', | 625 b'bundle.delta', |
622 default=b'', | 626 default=b'', |
623 ) | 627 ) |