comparison i18n/ro.po @ 32272:78496ac30025

rebase: allow rebase even if some revisions need no rebase (BC) (issue5422) This allows you to do e.g. "hg rebase -d @ -r 'draft()'" even if some drafts are already based off of @. You'd still need to exclude obsolete and troubled revisions, though. We will deal with those cases later. Implemented by treating state[rev]==rev as "no need to rebase". I considered adding another fake revision number like revdone=-6. That would make the code clearer in a few places, but would add extra code in other places. I moved the existing test out of test-rebase-base.t and into a new file and added more tests there, since not all are using --base.
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 11 May 2017 11:37:18 -0700
parents 4acf569facef
children f715faeaceee
comparison
equal deleted inserted replaced
32271:6096d27dc119 32272:78496ac30025