[PATCH] subrepo: share instead of clone if the parent repo is shared (issue5675) (BC)

Matt Harbison mharbison72 at gmail.com
Tue Oct 17 00:30:47 EDT 2017


On Tue, 17 Oct 2017 00:20:38 -0400, Matt Harbison <mharbison72 at gmail.com>  
wrote:

> On Mon, 16 Oct 2017 10:00:32 -0400, Pulkit Goyal <7895pulkit at gmail.com>  
> wrote:
>
>> On Mon, Oct 16, 2017 at 6:51 PM, Matt Harbison <mharbison72 at gmail.com>  
>> wrote:
>>> # HG changeset patch
>>> # User Matt Harbison <matt_harbison at yahoo.com>
>>> # Date 1508122082 14400
>>> #      Sun Oct 15 22:48:02 2017 -0400
>>> # Node ID d0c2b68fedb27184337af6392ecc1f03dab39522
>>> # Parent  718adb1bf3a9a1ee509a803c7512c14296a1db79
>>> subrepo: share instead of clone if the parent repo is shared  
>>> (issue5675) (BC)
>>
>> Can you please add a releasenotes part to the commit message?
>> For reference: https://www.mercurial-scm.org/wiki/ReleasenotesExtension
>
> I took a run at it (probably not successfully- the command aborts, but  
> check-code didn't complain).
>
> $ hg --config extensions.releasenotes= releasenotes -r . rn.txt
> abort: unexpected block in release notes directive fix

This went away after putting the 'and' line between the two annotations  
like Augie did in one of his commits.  That's pretty subtle- it would be  
nice if that requirement went away somehow.


More information about the Mercurial-devel mailing list