Submitter | phabricator |
---|---|
Date | Oct. 16, 2019, 2:22 p.m. |
Message ID | <2c8d5f41c57e724109fc324a2f2c4e3c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42397/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/narrow/narrowwirepeer.py b/hgext/narrow/narrowwirepeer.py --- a/hgext/narrow/narrowwirepeer.py +++ b/hgext/narrow/narrowwirepeer.py @@ -129,7 +129,6 @@ newexcludes, cgversion, common, - list(common), known, None, ) diff --git a/hgext/narrow/narrowbundle2.py b/hgext/narrow/narrowbundle2.py --- a/hgext/narrow/narrowbundle2.py +++ b/hgext/narrow/narrowbundle2.py @@ -120,7 +120,6 @@ newexclude, version, common, - heads, known, depth, ): @@ -132,7 +131,6 @@ if depth < 1: raise error.Abort(_(b'depth must be positive, got %d') % depth) - heads = set(heads or repo.heads()) common = set(common or [nullid]) # Steps: # 1. Send kill for "$known & ::common"