D934: rebase: add an experimental.showhashchanges config to show hash changes

2017-10-17 Thread pulkit (Pulkit Goyal)
pulkit abandoned this revision. pulkit added a comment. Abandoning in favor of https://phab.mercurial-scm.org/D1173. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D934 To: pulkit, #hg-reviewers Cc: quark, dlax, durin42, mercurial-devel

D934: rebase: add an experimental.showhashchanges config to show hash changes

2017-10-17 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In https://phab.mercurial-scm.org/D934#15996, @durin42 wrote: > In https://phab.mercurial-scm.org/D934#15995, @pulkit wrote: > > > In https://phab.mercurial-scm.org/D934#15939, @durin42 wrote: > > > > > I see what it does, but why? What's the motivation for

D934: rebase: add an experimental.showhashchanges config to show hash changes

2017-10-06 Thread pulkit (Pulkit Goyal)
pulkit planned changes to this revision. pulkit added a comment. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D934 To: pulkit, #hg-reviewers Cc: quark, dlax, durin42, mercurial-devel ___ Mercurial-devel mailing list

D934: rebase: add an experimental.showhashchanges config to show hash changes

2017-10-05 Thread quark (Jun Wu)
quark added a comment. I'm trying to write a version that decouples the rendering logic from the data. But it's trickier than I thought (ex. issue5699). I guess some refactoring needs to be done. Meanwhile I think it would be good enough if you can avoid passing `fm` around. INLINE

D934: rebase: add an experimental.showhashchanges config to show hash changes

2017-10-05 Thread durin42 (Augie Fackler)
durin42 added a comment. In https://phab.mercurial-scm.org/D934#15995, @pulkit wrote: > In https://phab.mercurial-scm.org/D934#15939, @durin42 wrote: > > > I see what it does, but why? What's the motivation for the feature? > > > It's for automation and helping editors such as

D934: rebase: add an experimental.showhashchanges config to show hash changes

2017-10-05 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In https://phab.mercurial-scm.org/D934#15939, @durin42 wrote: > I see what it does, but why? What's the motivation for the feature? It's for automation and helping editors such as Nuclide. REPOSITORY rHG Mercurial REVISION DETAIL

D934: rebase: add an experimental.showhashchanges config to show hash changes

2017-10-05 Thread durin42 (Augie Fackler)
durin42 added a comment. I see what it does, but why? What's the motivation for the feature? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D934 To: pulkit, #hg-reviewers Cc: durin42, mercurial-devel ___

D934: rebase: add an experimental.showhashchanges config to show hash changes

2017-10-04 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 2419. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D934?vs=2415=2419 REVISION DETAIL https://phab.mercurial-scm.org/D934 AFFECTED FILES hgext/rebase.py mercurial/configitems.py tests/test-rebase-base.t

D934: rebase: add an experimental.showhashchanges config to show hash changes

2017-10-04 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This patch adds an experimental config, which if turned on will show hash changes after a rebase. Support will be added to more commands which changes hash.