Submitter | phabricator |
---|---|
Date | April 17, 2018, 9:58 p.m. |
Message ID | <differential-rev-PHID-DREV-vqy6ebckqqmpi37thym5-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/31172/ |
State | Superseded |
Headers | show |
Comments
indygreg abandoned this revision. indygreg added a comment. Sent this to the wrong Phabricator instance :) REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3404 To: indygreg, #hg-reviewers Cc: mercurial-devel
Patch
diff --git a/scripts/sync-hg-repos-from-manifest b/scripts/sync-hg-repos-from-manifest --- a/scripts/sync-hg-repos-from-manifest +++ b/scripts/sync-hg-repos-from-manifest @@ -49,8 +49,6 @@ if not os.path.exists(path): is_clone = True args = [HG, 'init', path] - if 'generaldelta' in requires: - args.extend(['--config', 'format.generaldelta=true']) print('creating empty repo: %s' % path) subprocess.check_output(args, cwd='/', stderr=subprocess.STDOUT)