Track patch across branches?

Angel Ezquerra angel.ezquerra at gmail.com
Tue Dec 4 20:49:07 UTC 2012


On Tue, Dec 4, 2012 at 6:10 PM, gideon <voldermort at hotmail.com> wrote:
> Kevin Bullock-4 wrote
>> Forgot to mention, see also:
>> http://mercurial.selenic.com/wiki/StandardBranching#Applying_bugfixes
>
> Ah, thank you for pointing that out. As long as the fix is applied to the
> correct branch first, that does look like a better option. If not - then
> it's probably a search for the commit message.

As an alternative, there is a "matching" revset keyword that lets you
look for revisions that "match" one or more "characteristics" of a
given revision, such as its description (full or short), author, diff,
date, etc. If you use TortoiseHg you can access that feature by right
clicking on a given revision and selecting "Similar revisions..." on
the revision context menu.

Cheers,

Angel



More information about the Mercurial mailing list