Mercurial > hg-stable
changeset 32216:d62626233aa2
tests: directly 'getchangegroup'
It is identical to 'getlocalchangegroup' with a shorter name.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 04 May 2017 12:41:50 +0200 |
parents | 42efb1b2cfb8 |
children | 4e6aab69a98b |
files | tests/test-bundle2-format.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-bundle2-format.t Thu May 04 12:41:36 2017 +0200 +++ b/tests/test-bundle2-format.t Thu May 04 12:41:50 2017 +0200 @@ -113,7 +113,7 @@ > headmissing = [c.node() for c in repo.set('heads(%ld)', revs)] > headcommon = [c.node() for c in repo.set('parents(%ld) - %ld', revs, revs)] > outgoing = discovery.outgoing(repo, headcommon, headmissing) - > cg = changegroup.getlocalchangegroup(repo, 'test:bundle2', outgoing) + > cg = changegroup.getchangegroup(repo, 'test:bundle2', outgoing) > bundler.newpart('changegroup', data=cg.getchunks(), > mandatory=False) >