Re: gmail's change in smtp policy and the future of notify

2020-08-24 Thread Bob Hood
On 8/17/2020 1:01 PM, Dennis Lee Bieber wrote: On Mon, 17 Aug 2020 16:56:38 +0200, Uwe Brauer declaimed the following: I recently learned from the discussion in the GNU emacs developer list, that from 15th of February it will not be possible any longer to access google's imap and smtp server

D8950: phabricator: update the hashes in commit messages as they get submitted

2020-08-24 Thread mharbison72 (Matt Harbison)
"nosniff" +], +"strict-transport-security": [ +"max-age=0; includeSubdomains; preload" +] +}, +"status": { +"message": &qu

D8949: rewriteutil: also consider pending obsoletes when updating hashes in messages

2020-08-24 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Phabricator builds up the replacement commits and mapping in a single transaction, and then finalizes everything once the commits have been rewritten.

D8947: mercurial: force LF endings for *.py, *.{c, h} and *.t in .editorconfig

2020-08-24 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY PyCharm on Windows otherwise uses CRLF. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D8947 AFFECTED FILES

D8948: rewriteutil: extract evolve code used to replace obsolete hashes in commits

2020-08-24 Thread mharbison72 (Matt Harbison)
mharbison72 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The evolve command uses it, but there are core things like `phabsend` and `rebase` that would also benefit. REPOSITORY rHG Mercurial BRANCH default

D8946: 133c1c6c6449 is my parent (generate test for phabsend)

2020-08-24 Thread mharbison72 (Matt Harbison)
mharbison72 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/D8946 AFFECTED FILES file.txt CHANGE DETAILS diff --git a/file.txt b/file.txt

D8945: base review (generate test for phabsend)

2020-08-24 Thread mharbison72 (Matt Harbison)
mharbison72 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/D8945 AFFECTED FILES file.txt CHANGE DETAILS diff --git a/file.txt b/file.txt

D8944: 133c1c6c6449 is my parent (generate test for phabsend)

2020-08-24 Thread mharbison72 (Matt Harbison)
mharbison72 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/D8944 AFFECTED FILES file.txt CHANGE DETAILS diff --git a/file.txt b/file.txt

D8943: base review (generate test for phabsend)

2020-08-24 Thread mharbison72 (Matt Harbison)
mharbison72 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/D8943 AFFECTED FILES file.txt CHANGE DETAILS diff --git a/file.txt b/file.txt

Re: gmail's change in smtp policy and the future of notify

2020-08-24 Thread Dave S
On Mon, Aug 17, 2020 at 8:00 AM Uwe Brauer wrote: > > > Hi > > I recently learned from the discussion in the GNU emacs developer list, > that from 15th of February it will not be possible any longer to access > google's imap and smtp server via > user name and password. > > I don't know how

Re: hgweb.cgi requires encoded config string?

2020-08-24 Thread Anton Shestakov
ср, 29 июл. 2020 г. в 10:17, Harald Klimach : > > I just changed > application = hgweb(config) > to > application = hgweb(config.encode("utf-8")) > > Is this the correct approach? And if so, wouldn't it be appropriate to > suggest something similar in the hgweb.cgi file? Sorry for the delayed

Re: hg revert fails?

2020-08-24 Thread Malcolm Matalka
There is no foo.txt in the uwe branch. Den mån 24 aug. 2020 19:54Uwe Brauer skrev: > > Hi > > Please consider the following example > > hg init > hg branch uwe > echo line-which-is-in-both-files > test.txt > echo uwe-one > uwe1.txt > hg add test.txt > hg add uwe1.txt > hg commit -m "Uwe

mercurial@45388: 12 new changesets

2020-08-24 Thread Mercurial Commits
12 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/da3b7c80aa34 changeset: 45377:da3b7c80aa34 user:Martin von Zweigbergk date:Mon Aug 03 22:40:05 2020 -0700 summary: hgweb: handle None from templatedir() equally bad in webcommands.py

hg revert fails?

2020-08-24 Thread Uwe Brauer
Hi Please consider the following example hg init hg branch uwe echo line-which-is-in-both-files > test.txt echo uwe-one > uwe1.txt hg add test.txt hg add uwe1.txt hg commit -m "Uwe one" hg branch foo echo foo-two > foo.txt hg add foo.txt hg commit -m "Foo two" echo foo-three >>

Dead install links

2020-08-24 Thread Ken Brooks
The naïve user's attempt to download tortoise is going to hit a lot of broken links these days. 1. The first two items on a Google search refer to bitbucket, and reach dead links. Is there any way we can talk to Google about retiring those? 2. The first live item in the Google search points to 

Re: hgsubversion problems

2020-08-24 Thread Manuel Jacob
I don’t know anything about hgsubversion, but on the first look it seeems like hgsubversion was not ported to Python 3. Therefore, the relative import of module "svncommands" doesn’t work (implicit relative imports were removed in Python 3). On 2020-08-24 18:13, joerg van den hoff wrote: hi

hgsubversion problems

2020-08-24 Thread joerg van den hoff
hi list, in the past I have stuck to mercurial as my "svn-client" using the hgsubversion extension. the latter now has stopped (again) to work for me after some package updating on my mac (I currently run hg 5.5). I am under the impression that hgsubversion is no longer really maintained

D8942: debugmergestate: don't next `extras` under `files`

2020-08-24 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a reviewer: durin42. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY With recent changes and future changes, we will like to store extras information about files which were merged automatically.

D8941: merge: add missing ACTION_KEEP when both remote and ancestor are not present

2020-08-24 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY Previous patch may lead to confusion that the related criss-cross merge is consistent when done from any of the parents. However this is not true and we were

D8940: merge: store ACTION_KEEP when we are keeping the file deleted locally

2020-08-24 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY If a file is not present on the local side, and it's unchanged between other merge parent and ancestor, we don't use any action, neither we had a if-else

D8939: tests: add more criss-cross merging tests where behavior needs to be fixed

2020-08-24 Thread pulkit (Pulkit Goyal)
pulkit 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/D8939 AFFECTED FILES tests/test-merge-criss-cross.t CHANGE DETAILS diff --git

feature proposal run commit --interactively after a (conflicting) merge

2020-08-24 Thread Uwe Brauer
Hi Here is a scenario which is cumbersome to resolve currently. Suppose I want to merge the feature branch into default. The merge covers 10 files, all merges are conflicting, however in 9 of the 10 I would take everything from feature branch only in the last file I would cherry pick