D8353: debugcommands: create new debugantivirusrunning command

2020-06-29 Thread khanchi97 (Sushil khanchi)
khanchi97 added a comment.


  In D8353#129493 , @pulkit wrote:
  
  > In D8353#128839 , @marmoute 
wrote:
  >
  >> In D8353#128838 , @durin42 
wrote:
  >>
  >>> Sadly  I have no idea on that.
  >>
  >> Do we have a poor windows user that could serve an a guinea pig here ?
  >
  > Seems like we are not able to find a guinea pig here. How about pushing the 
patch and finding one in wild? :D
  
  Sounds good to me.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8353/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8353

To: durin42, #hg-reviewers, marmoute
Cc: khanchi97, pulkit, mercurial-patches, marmoute, mharbison72, indygreg, 
mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


mercurial@45019: 13 new changesets (3 on stable)

2020-06-29 Thread Mercurial Commits
13 new changesets (3 on stable) in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/47a07bbf400a
changeset:   45007:47a07bbf400a
user:Manuel Jacob 
date:Sat Jun 27 20:19:41 2020 +0200
summary: crecord: stop trying to import wcurses

https://www.mercurial-scm.org/repo/hg/rev/e1ea913da2ed
changeset:   45008:e1ea913da2ed
user:Matt Harbison 
date:Sat Jun 27 21:45:20 2020 -0400
summary: version: sort extensions by name in verbose mode

https://www.mercurial-scm.org/repo/hg/rev/7d494425167c
changeset:   45009:7d494425167c
user:Martin von Zweigbergk 
date:Thu Jun 25 13:27:37 2020 -0700
summary: graft: leverage cmdutil.check_at_most_one_arg() for 
--abort/--stop/--continue

https://www.mercurial-scm.org/repo/hg/rev/c63a297fb964
changeset:   45010:c63a297fb964
user:Martin von Zweigbergk 
date:Thu Jun 25 13:29:05 2020 -0700
summary: graft: leverage cmdutil.check_incompatible_arguments() for 
--no-commit

https://www.mercurial-scm.org/repo/hg/rev/1bab6b61b62b
changeset:   45011:1bab6b61b62b
branch:  stable
parent:  45004:2632c1ed8f34
user:Manuel Jacob 
date:Sun Jun 28 18:02:45 2020 +0200
summary: curses: do not initialize LC_ALL to user settings (issue6358)

https://www.mercurial-scm.org/repo/hg/rev/5c0d5b48e58c
changeset:   45012:5c0d5b48e58c
branch:  stable
user:Manuel Jacob 
date:Sun Jun 28 18:02:45 2020 +0200
summary: convert: set LC_CTYPE around calls to Subversion bindings

https://www.mercurial-scm.org/repo/hg/rev/bd0f122f3f51
changeset:   45013:bd0f122f3f51
branch:  stable
user:Manuel Jacob 
date:Mon Jun 29 02:05:12 2020 +0200
summary: run-tests: fix escapes with conditions

https://www.mercurial-scm.org/repo/hg/rev/6118ad07b98d
changeset:   45014:6118ad07b98d
parent:  45010:c63a297fb964
user:Martin von Zweigbergk 
date:Thu Jun 25 13:37:56 2020 -0700
summary: graft: leverage cmdutil.check_incompatible_arguments() for 
--abort/--stop

https://www.mercurial-scm.org/repo/hg/rev/5797dbb630df
changeset:   45015:5797dbb630df
user:Martin von Zweigbergk 
date:Thu Jun 25 12:02:34 2020 -0700
summary: locks: expect repo lock, not wlock, when writing to 
.hg/strip-backup/

https://www.mercurial-scm.org/repo/hg/rev/752da6863e39
changeset:   45016:752da6863e39
user:Julien Cristau 
date:Thu Jun 25 11:22:34 2020 +0200
summary: test: redirect stderr so warning messages don't change output 
(issue6237)

https://www.mercurial-scm.org/repo/hg/rev/a65c60f3280e
changeset:   45017:a65c60f3280e
user:Manuel Jacob 
date:Sun Jun 28 17:49:14 2020 +0200
summary: curses: back out d2227d4c9e6b (do not initialize LC_ALL to user 
settings)

https://www.mercurial-scm.org/repo/hg/rev/f2dc337117b9
changeset:   45018:f2dc337117b9
user:Manuel Jacob 
date:Sun Jun 28 17:52:29 2020 +0200
summary: compat: back out a25343d16ebe (initialize LC_CTYPE locale on all 
Python ...)

https://www.mercurial-scm.org/repo/hg/rev/4a503c1b664a
changeset:   45019:4a503c1b664a
bookmark:@
tag: tip
parent:  45018:f2dc337117b9
parent:  45013:bd0f122f3f51
user:Yuya Nishihara 
date:Mon Jun 29 20:53:32 2020 +0900
summary: merge with stable

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


Re: [PATCH stable] run-tests: fix escapes with conditions

2020-06-29 Thread Yuya Nishihara
On Mon, 29 Jun 2020 06:16:41 +0200, Manuel Jacob wrote:
> # HG changeset patch
> # User Manuel Jacob 
> # Date 1593389112 -7200
> #  Mon Jun 29 02:05:12 2020 +0200
> # Branch stable
> # Node ID 929e181fd0c765e66b063313b517c440f6c143aa
> # Parent  aa8deb0561ff015ffb0b6df004d8860ccec8e911
> # EXP-Topic svn_encoding
> run-tests: fix escapes with conditions

Queued for stable, thanks.
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


Re: [PATCH stable V2] curses: do not initialize LC_ALL to user settings (issue6358)

2020-06-29 Thread Yuya Nishihara
On Mon, 29 Jun 2020 02:16:13 +0200, Manuel Jacob wrote:
> # HG changeset patch
> # User Manuel Jacob 
> # Date 1593360165 -7200
> #  Sun Jun 28 18:02:45 2020 +0200
> # Branch stable
> # Node ID 1ebf068d88ead4e0b538bf6f8e3fcc9dac49ed16
> # Parent  2632c1ed8f34988fc918d70ccc40b01c20c08a53
> # EXP-Topic with_lc_type
> curses: do not initialize LC_ALL to user settings (issue6358)

Queued for stable, thanks.
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


Re: [PATCH 1 of 2] curses: back out d2227d4c9e6b (do not initialize LC_ALL to user settings)

2020-06-29 Thread Yuya Nishihara
On Sun, 28 Jun 2020 17:54:32 +0200, Manuel Jacob wrote:
> # HG changeset patch
> # User Manuel Jacob 
> # Date 1593359354 -7200
> #  Sun Jun 28 17:49:14 2020 +0200
> # Node ID b7e0d1cf9aa1d122075eb9100702aa20686fa42b
> # Parent  47a07bbf400a24ef48bcaf0e7a4c15365c3a000b
> curses: back out d2227d4c9e6b (do not initialize LC_ALL to user settings)

Queued, thanks.
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D8353: debugcommands: create new debugantivirusrunning command

2020-06-29 Thread pulkit (Pulkit Goyal)
pulkit added a comment.


  In D8353#128839 , @marmoute 
wrote:
  
  > In D8353#128838 , @durin42 
wrote:
  >
  >> Sadly  I have no idea on that.
  >
  > Do we have a poor windows user that could serve an a guinea pig here ?
  
  Seems like we are not able to find a guinea pig here. How about pushing the 
patch and finding one in wild? :D

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8353/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8353

To: durin42, #hg-reviewers, marmoute
Cc: pulkit, mercurial-patches, marmoute, mharbison72, indygreg, mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel