D6098: wix: restore COPYING.rtf

2019-03-17 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG51685c6dcca3: wix: restore COPYING.rtf (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6098?vs=14408=14540 REVISION DETAIL

Re: [PATCH] wix: restore COPYING.rtf

2019-03-17 Thread Yuya Nishihara
On Sun, 17 Mar 2019 10:22:11 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1552069233 28800 > # Fri Mar 08 10:20:33 2019 -0800 > # Node ID 577eab065a686f838bf13def7810d8d6f5f7f7ec > # Parent 7e95ade0f369d7509d04d6c0eefc06ca3d26c6e7 > wix: restore

[PATCH STABLE V2] record: prevent commits that don't pick up dirty subrepo changes (issue6102)

2019-03-17 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1552761621 14400 # Sat Mar 16 14:40:21 2019 -0400 # Branch stable # Node ID 5a94b002b3e6f0929321be7eacd28c2bb256b358 # Parent 25fc5b96d1c30468417ee0d690c2979db362edd0 record: prevent commits that don't pick up dirty subrepo changes

Re: [PATCH 1 of 2 STABLE] test-https: turn off system OpenSSL configuration

2019-03-17 Thread Pulkit Goyal
On Sun, Mar 17, 2019 at 8:52 PM Anton Shestakov wrote: > On Sun, 17 Mar 2019 12:56:44 +0900 > Yuya Nishihara wrote: > > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1552793877 -32400 > > # Sun Mar 17 12:37:57 2019 +0900 > > # Branch stable > > # Node ID

Re: [PATCH 1 of 2 STABLE] test-https: turn off system OpenSSL configuration

2019-03-17 Thread Anton Shestakov
On Sun, 17 Mar 2019 12:56:44 +0900 Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1552793877 -32400 > # Sun Mar 17 12:37:57 2019 +0900 > # Branch stable > # Node ID 13ee301f9ecedcb8b087c1e71dc535fa1fdf19be > # Parent 25fc5b96d1c30468417ee0d690c2979db362edd0

Re: [PATCH] wix: restore COPYING.rtf

2019-03-17 Thread Gregory Szorc
The patch wasn't going through on Phabricator for some reason. Hopefully it works via email... On Sun, Mar 17, 2019 at 10:22 AM Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1552069233 28800 > # Fri Mar 08 10:20:33 2019 -0800 > # Node ID

[PATCH] wix: restore COPYING.rtf

2019-03-17 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1552069233 28800 # Fri Mar 08 10:20:33 2019 -0800 # Node ID 577eab065a686f838bf13def7810d8d6f5f7f7ec # Parent 7e95ade0f369d7509d04d6c0eefc06ca3d26c6e7 wix: restore COPYING.rtf 8427fea04017 accidentally blew away the content of this file. As

D6147: discovery: move cl.hasnode outside of the for-loop

2019-03-17 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY IIUC, resolving attributes for changelog can lead to some overhead. So this patch moves that to outside of a for-loop. REPOSITORY rHG Mercurial REVISION DETAIL

D6146: discovery: prevent deleting items from a dictionary

2019-03-17 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Removing elements from Python dictionary is expensive. So let's prevent adding them instead. I added a newline to make code look a bit better. REPOSITORY

D6145: discovery: drop some unused sets

2019-03-17 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6145 AFFECTED FILES mercurial/discovery.py CHANGE DETAILS diff --git a/mercurial/discovery.py

D6144: discovery: prevent recomputing info about server and outgoing changesets

2019-03-17 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We already iterate over the outgoing.missing above and lookup repo for them. So let's reuse info calculated at that time instead of recomputing that again.

D5296: store: don't read the whole fncache in memory

2019-03-17 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 14535. pulkit edited the summary of this revision. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5296?vs=14529=14535 REVISION DETAIL https://phab.mercurial-scm.org/D5296 AFFECTED FILES mercurial/store.py

D6038: push: added clear warning message when pushing closed branches(issue6080)

2019-03-17 Thread taapas1128 (Taapas Agrawal)
taapas1128 added a comment. @pulkit done. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6038 To: taapas1128, #hg-reviewers Cc: pulkit, mharbison72, mercurial-devel ___ Mercurial-devel mailing list

D6038: push: added clear warning message when pushing closed branches(issue6080)

2019-03-17 Thread taapas1128 (Taapas Agrawal)
taapas1128 updated this revision to Diff 14534. taapas1128 marked 4 inline comments as done. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6038?vs=14507=14534 REVISION DETAIL https://phab.mercurial-scm.org/D6038 AFFECTED FILES mercurial/discovery.py