https://bz.mercurial-scm.org/show_bug.cgi?id=6962

            Bug ID: 6962
           Summary: hg rebase -r revset --update
           Product: Mercurial
           Version: 6.8.1
          Hardware: PC
                OS: NetBSD
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: rebase
          Assignee: bugzi...@mercurial-scm.org
          Reporter: mercurial-bugzi...@campbell.mumble.net
                CC: mercurial-de...@mercurial-scm.org
    Python Version: ---

I juggle a lot of topics and revise them as I go.  When I do `hg update 123'
and amend it, I can evolve its children and update to the new tip with `hg
evolve --update'.  But sometimes I want to pick up an older topic, dust it off,
rebase it, and then work on it.

Currently what I do is:

hg update trunk
hg rebase -r 'topic(foo)' -d .
hg update foo

It would be nice if I could do something like:

hg rebase -r 'topic(foo)' --update

and it would rebase foo on the tip of trunk and then update the working tree to
the tip of foo, especially since `hg rebase' often takes a long time and I
forget what state I was in before I entered it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to