hg-git: push -d default seems not to work.
Uwe Brauer
oub at mat.ucm.es
Tue May 9 20:26:13 UTC 2017
> On Mon, 08 May 2017 12:44:54 -0400, Uwe Brauer <oub at mat.ucm.es> wrote:
> you too. This will find all commits created by rebase:
> hg log -r "extra('rebase_source')"
Works nicely!
> To find the source commit, adding a template like this:
> hg log -r "extra('rebase_source')" -T "{rev} (rebased from
> {get(extras,'rebase_source')})\n"
That as well great, thanks a lot.
Still I think to have something in the ASCII graph would be nice as
well, but I have seen that question in a discussion. What do others
think would such a feature be considered as useful??
> It won't let you modify things that are public. But until you push
> your feature branch somewhere (assuming that you aren't serving it),
> it should stay in draft mode.
Ok but now I am getting curious, how would you use evolve instead
of
hg revert --all -r feature
But I don't want to abuse you generosity in asking my basic questions.
Thanks
Uwe
More information about the Mercurial
mailing list