D1348: histedit: add support to output nodechanges using formatter

2017-11-24 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGa9cc233de513: histedit: add support to output nodechanges using formatter (authored by pulkit, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D1348?vs=3783&id=3854#toc REPOSITO

D1348: histedit: add support to output nodechanges using formatter

2017-11-24 Thread yuja (Yuya Nishihara)
yuja accepted this revision. yuja added a comment. This revision is now accepted and ready to land. Queued, thanks. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1348 To: pulkit, durin42, #hg-reviewers, dlax, yuja Cc: yuja, dlax, mercurial-devel ___

D1348: histedit: add support to output nodechanges using formatter

2017-11-22 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 3783. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1348?vs=3420&id=3783 REVISION DETAIL https://phab.mercurial-scm.org/D1348 AFFECTED FILES hgext/histedit.py tests/test-histedit-templates.t CHANGE DETAILS dif

D1348: histedit: add support to output nodechanges using formatter

2017-11-13 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > histedit.py:1208 > +fd = fm.formatdict > +nodechanges = fd({hf(oldn): fl([hf(n) for n in newn], 'succ') > + for oldn, newn in mapping.

D1348: histedit: add support to output nodechanges using formatter

2017-11-11 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 3420. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1348?vs=3349&id=3420 REVISION DETAIL https://phab.mercurial-scm.org/D1348 AFFECTED FILES hgext/histedit.py tests/test-histedit-templates.t CHANGE DETAILS dif

D1348: histedit: add support to output nodechanges using formatter

2017-11-10 Thread dlax (Denis Laxalde)
dlax requested changes to this revision. dlax added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > histedit.py:920 > + ('r', 'rev', [], _('first revision to be edited'), _('REV'))] + > + cmdutil.templateopts, > _("[OPTIONS] ([ANCESTOR] | --outgoin

D1348: histedit: add support to output nodechanges using formatter

2017-11-08 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The JSON output of nodechanges will help in automation and to improve editor integrations such as for Nuclide. REPOSITORY rHG M