This is my version of Jun's D727. Not meant to be accepted, but
instead possibly incorporated into Jun's patch.
Details
- Reviewers
quark - Group Reviewers
hg-reviewers
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
hgext/rebase.py | ||
---|---|---|
1380 | In the future we might want to get the 'rebase' name from current transaction (and enforce an active transaction in cleanupnodes). In that case the name parameter becomes less necessary and moves could be the 3rd argument. I'll update the code if I'm expected to do that. |
hgext/rebase.py | ||
---|---|---|
1380 |
Yes, I was planning to let you take the contents of this patch and put it in yours. | |
mercurial/scmutil.py | ||
585–586 | As I said on IRC, please also update this to be more accurate, because it 'moves' it not only about overrides, it can also have items that are not in 'replacements' | |
592–593 | I'd just drop this actually. Nothing expensive happens if they're both empty anyway |
Dropping this as planned. Contents of it went in as D727 (because it was Jun who wrote it).
In the future we might want to get the 'rebase' name from current transaction (and enforce an active transaction in cleanupnodes). In that case the name parameter becomes less necessary and moves could be the 3rd argument.
I'll update the code if I'm expected to do that.