[PATCH 2 of 2] strip: make tree stripping O(changes) instead of O(repo)

2017-05-08 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1494268523 25200 # Mon May 08 11:35:23 2017 -0700 # Node ID 74881b9a39b2bab273d09009385e3c9ca717a13a # Parent 5dec5907fe49a488d3ade272d4a5cf090914e59c strip: make tree stripping O(changes) instead of O(repo) The old tree stripping logic iterat

Re: [PATCH 2 of 2] strip: make tree stripping O(changes) instead of O(repo)

2017-05-08 Thread Augie Fackler
On Mon, May 08, 2017 at 11:40:03AM -0700, Durham Goode wrote: > # HG changeset patch > # User Durham Goode > # Date 1494268523 25200 > # Mon May 08 11:35:23 2017 -0700 > # Node ID 74881b9a39b2bab273d09009385e3c9ca717a13a > # Parent 5dec5907fe49a488d3ade272d4a5cf090914e59c > strip: make tree

Re: [PATCH 2 of 2] strip: make tree stripping O(changes) instead of O(repo)

2017-05-15 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, May 8, 2017 at 11:40 AM, Durham Goode wrote: > # HG changeset patch > # User Durham Goode > # Date 1494268523 25200 > # Mon May 08 11:35:23 2017 -0700 > # Node ID 74881b9a39b2bab273d09009385e3c9ca717a13a > # Parent 5dec5907fe49a488d3ade272d4a5cf090914e59c > strip: make tree strippin

Re: [PATCH 2 of 2] strip: make tree stripping O(changes) instead of O(repo)

2017-05-15 Thread Durham Goode
On 5/15/17 1:32 PM, Martin von Zweigbergk wrote: On Mon, May 8, 2017 at 11:40 AM, Durham Goode wrote: # HG changeset patch # User Durham Goode # Date 1494268523 25200 # Mon May 08 11:35:23 2017 -0700 # Node ID 74881b9a39b2bab273d09009385e3c9ca717a13a # Parent 5dec5907fe49a488d3ade272d4

Re: [PATCH 2 of 2] strip: make tree stripping O(changes) instead of O(repo)

2017-05-15 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, May 15, 2017 at 1:39 PM, Durham Goode wrote: > > > On 5/15/17 1:32 PM, Martin von Zweigbergk wrote: >> >> On Mon, May 8, 2017 at 11:40 AM, Durham Goode wrote: >>> >>> # HG changeset patch >>> # User Durham Goode >>> # Date 1494268523 25200 >>> # Mon May 08 11:35:23 2017 -0700 >>> #