Track patch across branches?
gideon
voldermort at hotmail.com
Tue Dec 4 12:19:50 UTC 2012
pierre-yves.david wrote
> On Tue, Dec 04, 2012 at 12:42:51AM -0800, gideon wrote:
>> Is it possible to determine which branches a patch has been applied to?
>> Let's
>> say I fix a bug in the v3.2 branch, then graft or transplant the fix to
>> other branches. Other than searching for the commit message, how can I
>> tell
>> 6 months later which branches the fix has been applied to?
>
> graft leaves meta information behinds, see the `origin` revset
Let's say I created the patch on branch a, grafted it to branch b, then from
b to each of c and d. Now I'm looking at the patch on c, and what to know
where else it's been. origin will presumably tell me b, and then I can run
origin again on b to get a, but how would I find d? The recursive query
(query c to get b, then query b to get a) is also clumsy.
--
View this message in context: http://mercurial.808500.n3.nabble.com/Track-patch-across-branches-tp3995480p3995488.html
Sent from the General mailing list archive at Nabble.com.
More information about the Mercurial
mailing list