[PATCH 4 of 4] help: include a divider when the section depth changes

timeless timeless at gmail.com
Fri Jan 1 12:55:18 CST 2016


Yuya Nishihara wrote:
> Still it's hard for me to distinguish "progress.format" from "format".
>
> Can it include all section headers up to the highest level?

Yeah, I'll send a new patch for that.

Sadly, while I love pushgate, I've had a bunch of problems with it...
1. I think discovery is probably doing the wrong thing for `hg push -r REV`
(I've sent some patches to improve debugdiscovery so that I can start
thinking about it)
2. it's unfortunately very easy to accidentally pushgate clowncopter.
I did this:
hg pull clowncopter
hg co tip
hg rebase mywork
fixmywork
runhelptest
hg co @
hg graft tip
runhelptest
hg push -r .

unfortunately, `@` had moved, which means that what i really did was
create a second copy of my work as a child of clowncopter @, and then
I sent the first 8 patches of clowncopter to pushgate.
3. patches that i'm sending via pushgate seem to take a while to
arrive at the mailinglist.

I'm going to try to send my patch correctly against default/default,
but note that the test output will conflict with the tip of
clowncopter, you should be able to run the tests as the patch is,
confirm they're sane, rebase to tip of clowncopter, and use -i to
accept the changes.

specifically the order changes here:
29458:104239df8df7
help: refactor version/defaults from format section

and I'm going to run away for the weekend.


More information about the Mercurial-devel mailing list