mercurial - Hg + Eclipse - filtering changesets for transplant -


the action i'm repeating on , on transplanting changes default production branch. however, each time means tedious , error prone task of hand picking changesets want transplant between plethora of other changesets.

transplant wizard

is there way of filtering available chagnesets author , message?

from screen shot, no. looks can't. commenter mentioned, can use command line or tortoisehg query using revset query:

hg log -r "user('vartec') , desc('needle')" 

in tortoise hg, click "search" icon (the magnifying glass) , enter revset query in search box.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -