hg email -B like hg strip -B

Nathan Goldbaum nathan12343 at gmail.com
Fri Feb 3 16:04:32 UTC 2017


Makes sense.

I'm not a mercurial developer but I expect the main blocker here is someone
putting in the time to add the feature.

On Fri, Feb 3, 2017 at 4:12 AM, David Demelier <demelier.david at gmail.com>
wrote:

> Hello,
>
> I've discovered hg strip -B which erase revisions from the given bookmark
> and all its ancestors unless a new bookmark is found.
>
> I pretty like this idea as it's easier for people who use bookmarks.
>
> I think it could be great to implement the same feature with hg email.
>
> For example, given this log:
>
> o  changeset:   2:f4103417588e
> |  bookmark:    f1
> |  summary:     some other stuff
> |
> o  changeset:   1:623d98398350
> |  summary:     some stuff
> |
> o  changeset:   0:81c30c1f8c46
> |  bookmark:    @
> |  summary:     initial import
>
> hg email -B f1 could export revisions 1 and 2.
>
> What do you think?
>
> --
> David Demelier
> _______________________________________________
> Mercurial mailing list
> Mercurial at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20170203/bd4db1b9/attachment-0002.html>


More information about the Mercurial mailing list