[PATCH 1 of 5 RFC] tests: show added/modified/removed files when logging repos converted from bzr

Yuya Nishihara yuya at tcha.org
Sat Jul 28 03:05:31 EDT 2018


On Fri, 27 Jul 2018 14:14:27 -0400, Matt Harbison wrote:
> On Fri, 27 Jul 2018 14:10:08 -0400, Matt Harbison <mharbison72 at gmail.com>  
> wrote:
> 
> > # HG changeset patch
> > # User Matt Harbison <matt_harbison at yahoo.com>
> > # Date 1531499586 14400
> > #      Fri Jul 13 12:33:06 2018 -0400
> > # Branch stable
> > # Node ID 3da5d60bf6e7ad121cea897e2f59846007f3cc9f
> > # Parent  0f948d821fe7e5ed18e6106c162375a11e8b0546
> > tests: show added/modified/removed files when logging repos converted  
> > from bzr
> 
> I know we're in the middle of a freeze, but I didn't get a chance to  
> figure out this memctx status filtering.  I'm on vacation, so the chances  
> of me getting back to it are quite slim.  Since it affects more than a  
> corner case with convert[1], and it permanently affects the repo, it's  
> probably worth someone who understands the status calculating to take a  
> run at it.
> 
> [1]  
> https://www.mercurial-scm.org/pipermail/mercurial-devel/2018-July/118907.html

Does the hack in the previous thread solve your problem?

I start thinking that it's probably okay to do some fixup in repo.commitctx()
because doing that in context layer would require extra status/manifest
computation.


More information about the Mercurial-devel mailing list