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.
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
Post a Comment