This is an archive of the discontinued Mercurial Phabricator instance.

rebase: add a changes flag to rebase which will show the hash changes
AbandonedPublic

Authored by pulkit on Aug 31 2017, 11:32 AM.

Details

Reviewers
quark
Group Reviewers
hg-reviewers
Summary

This patch takes the benefit of functionality which we added in
scmutil.cleanupnodes() and passes a formatter instance if the changes flag is
passed.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Aug 31 2017, 11:32 AM
pulkit updated this revision to Diff 1475.Aug 31 2017, 1:03 PM
quark requested changes to this revision.Sep 8 2017, 2:25 PM
quark added a subscriber: quark.

Per discussion at D581, we probably want to go the -T '{changes|json}' approach instead of -T json --changes.

This revision now requires changes to proceed.Sep 8 2017, 2:25 PM
pulkit abandoned this revision.EditedOct 4 2017, 2:16 PM

Send an updated version as "D933" and "D934".