D8643: absorb: make it clear what happens when no input

2020-06-19 Thread khanchi97 (Sushil khanchi)
khanchi97 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D8643 AFFECTED FILES hgext/absorb.py tests/test-absorb.t CHANGE DETAILS diff -

[PATCH] phases: remove useless lookup of repo[rev].rev() in _retractboundary

2020-06-19 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1592619023 -32400 # Sat Jun 20 11:10:23 2020 +0900 # Node ID f1d40c573b29f4f51357b504e207f2f493405774 # Parent f46a333fefcac83d835a5a61cf164311495c9422 phases: remove useless lookup of repo[rev].rev() in _retractboundary changectx object is

Re: [PATCH V2] tests: add hghave rule 'setprocname' to check if osutil.procname and use it

2020-06-19 Thread Yuya Nishihara
On Fri, 19 Jun 2020 19:04:19 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1592396190 -19800 > # Wed Jun 17 17:46:30 2020 +0530 > # Node ID 1bd88e1bd312b02fa3cba45fccb147f316b372eb > # Parent f35562129a6edb5dec21e3121464fe04309eb5f6 >

Re: [PATCH] util: flush stderr explicitly after using warnings.warn()

2020-06-19 Thread Yuya Nishihara
On Fri, 19 Jun 2020 20:42:20 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1592579534 -19800 > # Fri Jun 19 20:42:14 2020 +0530 > # Node ID dc3c03ad1dc77fba867a7381249103081609a95e > # Parent 1bd88e1bd312b02fa3cba45fccb147f316b372eb >

D8642: debian: support building a single deb for multiple py3 versions

2020-06-19 Thread spectral (Kyle Lippincott)
spectral created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Around transitions from one python minor version to another (such as 3.7 to 3.8), the current packaging can be slightly problematic - it produces a `control`

Re: [PATCH] util: flush stderr explicitly after using warnings.warn()

2020-06-19 Thread Manuel Jacob
One thing to add: Currently, chgcmdserver.attachio() duplicates some logic from procutil, but not completely. chgcmdserver.attachio() misses e.g. Windows fixes and Python 3 line buffering workarounds (f9734b2d59cc, which fixed a previous attempt in 227ba1afcb65). It would be much better if b

Re: [PATCH] util: flush stderr explicitly after using warnings.warn()

2020-06-19 Thread Manuel Jacob
On 2020-06-19 17:12, Pulkit Goyal wrote: # HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1592579534 -19800 # Fri Jun 19 20:42:14 2020 +0530 # Node ID dc3c03ad1dc77fba867a7381249103081609a95e # Parent 1bd88e1bd312b02fa3cba45fccb147f316b372eb # EXP-Topic chg-test util:

[PATCH] util: flush stderr explicitly after using warnings.warn()

2020-06-19 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1592579534 -19800 # Fri Jun 19 20:42:14 2020 +0530 # Node ID dc3c03ad1dc77fba867a7381249103081609a95e # Parent 1bd88e1bd312b02fa3cba45fccb147f316b372eb # EXP-Topic chg-test util: flush stderr explicitly after using warning

[PATCH V2] tests: add hghave rule 'setprocname' to check if osutil.procname and use it

2020-06-19 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1592396190 -19800 # Wed Jun 17 17:46:30 2020 +0530 # Node ID 1bd88e1bd312b02fa3cba45fccb147f316b372eb # Parent f35562129a6edb5dec21e3121464fe04309eb5f6 # EXP-Topic chg-test tests: add hghave rule 'setprocname' to check if

mercurial@44975: new changeset (1 on stable)

2020-06-19 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/1a4b9b602e54 changeset: 44975:1a4b9b602e54 branch: stable tag: tip parent: 44972:9e5f598fd29b user:Kyle Lippincott date:Wed Jun 17 16:11:11 2020 -0700 summary: py3: fix brok

Re: [PATCH] tests: update output in test-chg.t as setprocname missing in pure build

2020-06-19 Thread Yuya Nishihara
On Fri, 19 Jun 2020 17:42:12 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1592396190 -19800 > # Wed Jun 17 17:46:30 2020 +0530 > # Node ID 87395a4dd915320fc017ca44e1365def8b5f828f > # Parent f35562129a6edb5dec21e3121464fe04309eb5f6 >

[PATCH] tests: update output in test-chg.t as setprocname missing in pure build

2020-06-19 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1592396190 -19800 # Wed Jun 17 17:46:30 2020 +0530 # Node ID 87395a4dd915320fc017ca44e1365def8b5f828f # Parent f35562129a6edb5dec21e3121464fe04309eb5f6 # EXP-Topic chg-test tests: update output in test-chg.t as setprocname

Re: [PATCH V3] tests: use proctutil.stdout.write() instead of print() in test-extension.t

2020-06-19 Thread Yuya Nishihara
On Thu, 18 Jun 2020 22:15:51 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1592483079 -19800 > # Thu Jun 18 17:54:39 2020 +0530 > # Node ID a892eba498bf291d5474cc43d530842619c27979 > # Parent 9bc86abdc75bd009d908cd6f5b6fc7fcff82a60c >