D2896: commands: use keyword arguments in update function

2018-03-21 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGe2a0aaec7d86: commands: use keyword arguments in update function (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2896: commands: use keyword arguments in update function

2018-03-21 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 7169. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2896?vs=7120=7169 REVISION DETAIL https://phab.mercurial-scm.org/D2896 AFFECTED FILES mercurial/commands.py CHANGE DETAILS diff --git a/mercurial/commands.py

D2896: commands: use keyword arguments in update function

2018-03-20 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added a comment. This revision now requires changes to proceed. Python 3? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2896 To: pulkit, #hg-reviewers, yuja Cc: yuja, mercurial-devel

D2896: commands: use keyword arguments in update function

2018-03-19 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This will help us in having a dictionary with the values of all the arguments and we can add more flags without adding an argument to the function. REPOSITORY