Ludovic Brenta <[EMAIL PROTECTED]> writes: [...]
> I would prefer a single-purpose command, "mtn rebase -r <rev>", that only > rewrites the old_revision field in _MTN/revision. Then, the user can > either kill_rev_locally h:, disapprove h:, or simply commit to create a > divergence if that's what they want. That's not what "git rebase" does. It's exactly (modulo changes to the index, which I guess don't apply to monotone) what "git reset" does (with --mixed, which is the default). (Perhaps "rebase" is a suitable name for this; git's not particularly consistent with anything else (in particular "git revert" does what "mtn disapprove" does, which causes confusion occasionally).) _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
