mercurial at 35950: 30 new changesets (1 on stable)

Mercurial Commits hg at intevation.de
Wed Feb 7 12:17:41 UTC 2018


30 new changesets (1 on stable) in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/47e737d27e01
changeset:   35921:47e737d27e01
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Jan 27 14:53:16 2018 -0500
summary:     lfs: factor out a method for extracting the pointer of a single file

https://www.mercurial-scm.org/repo/hg/rev/0b79f99fd7b0
changeset:   35922:0b79f99fd7b0
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Feb 03 21:26:12 2018 -0500
summary:     lfs: prefetch lfs blobs when applying merge updates

https://www.mercurial-scm.org/repo/hg/rev/efbd04238029
changeset:   35923:efbd04238029
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Feb 04 14:14:28 2018 -0500
summary:     cmdutil: convert _revertprefetch() to a generic stored file hook (API)

https://www.mercurial-scm.org/repo/hg/rev/d857cad588e4
changeset:   35924:d857cad588e4
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Feb 04 00:33:28 2018 -0500
summary:     lfs: prefetch lfs blobs during revert

https://www.mercurial-scm.org/repo/hg/rev/533f04d4cb6d
changeset:   35925:533f04d4cb6d
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Feb 04 14:31:32 2018 -0500
summary:     archive: call the storage prefetch hook

https://www.mercurial-scm.org/repo/hg/rev/264b90a060b7
changeset:   35926:264b90a060b7
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Feb 04 15:26:49 2018 -0500
summary:     cat: call the storage prefetch hook

https://www.mercurial-scm.org/repo/hg/rev/9b413478f261
changeset:   35927:9b413478f261
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Feb 04 16:17:43 2018 -0500
summary:     lfs: deduplicate oids in the transfer

https://www.mercurial-scm.org/repo/hg/rev/b0d2885c5945
changeset:   35928:b0d2885c5945
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 04 12:47:37 2018 -0800
summary:     sshpeer: make "instance" a function

https://www.mercurial-scm.org/repo/hg/rev/5f029d03cf71
changeset:   35929:5f029d03cf71
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Feb 03 12:01:01 2018 -0800
summary:     debugcommands: introduce debugpeer command

https://www.mercurial-scm.org/repo/hg/rev/83d67257ba90
changeset:   35930:83d67257ba90
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 04 14:02:41 2018 -0800
summary:     tests: add low-level SSH protocol tests

https://www.mercurial-scm.org/repo/hg/rev/b202d360d2a4
changeset:   35931:b202d360d2a4
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 04 12:55:18 2018 -0800
summary:     sshpeer: move URL validation out of sshpeer.__init__

https://www.mercurial-scm.org/repo/hg/rev/31449baf0936
changeset:   35932:31449baf0936
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 04 19:23:40 2018 -0800
summary:     sshpeer: move ssh command and repo creation logic out of __init__

https://www.mercurial-scm.org/repo/hg/rev/805edf16e8e0
changeset:   35933:805edf16e8e0
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 04 11:37:19 2018 -0800
summary:     sshpeer: extract pipe cleanup logic to own function

https://www.mercurial-scm.org/repo/hg/rev/94ba29934f00
changeset:   35934:94ba29934f00
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 04 11:40:13 2018 -0800
summary:     sshpeer: remove frivolous call to _cleanup()

https://www.mercurial-scm.org/repo/hg/rev/00b9e26d727b
changeset:   35935:00b9e26d727b
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Feb 05 14:05:59 2018 -0800
summary:     sshpeer: establish SSH connection before class instantiation

https://www.mercurial-scm.org/repo/hg/rev/f8f034344b39
changeset:   35936:f8f034344b39
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Feb 05 14:17:24 2018 -0800
summary:     sshpeer: clean up API for sshpeer.__init__ (API)

https://www.mercurial-scm.org/repo/hg/rev/a9cffd14aa04
changeset:   35937:a9cffd14aa04
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 04 14:10:56 2018 -0800
summary:     sshpeer: inline I/O into _validaterepo()

https://www.mercurial-scm.org/repo/hg/rev/80a2b8ae42a1
changeset:   35938:80a2b8ae42a1
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Feb 05 09:14:32 2018 -0800
summary:     sshpeer: move handshake outside of sshpeer

https://www.mercurial-scm.org/repo/hg/rev/a622a927fe03
changeset:   35939:a622a927fe03
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 04 14:44:04 2018 -0800
summary:     sshpeer: document the handshake mechanism

https://www.mercurial-scm.org/repo/hg/rev/556218e08e25
changeset:   35940:556218e08e25
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Feb 04 14:58:32 2018 -0800
summary:     sshpeer: remove support for connecting to <0.9.1 servers (BC)

https://www.mercurial-scm.org/repo/hg/rev/3028a3215a2e
changeset:   35941:3028a3215a2e
user:        Boris Feld <boris.feld at octobus.net>
date:        Tue Feb 06 14:24:16 2018 +0100
summary:     patches: move assignment outside the conditional

https://www.mercurial-scm.org/repo/hg/rev/f81df691efe7
changeset:   35942:f81df691efe7
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 07 13:10:24 2018 +0530
summary:     py3: use pycompat.ziplist instead of zip

https://www.mercurial-scm.org/repo/hg/rev/bdb6ec909878
changeset:   35943:bdb6ec909878
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 07 13:11:38 2018 +0530
summary:     py3: use pycompat.bytechr instead of chr

https://www.mercurial-scm.org/repo/hg/rev/01b4d88ccb24
changeset:   35944:01b4d88ccb24
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 07 13:17:19 2018 +0530
summary:     py3: use pycompat.bytestr to convert _b85chars to bytes

https://www.mercurial-scm.org/repo/hg/rev/1dbd8a62b581
changeset:   35945:1dbd8a62b581
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 07 13:19:19 2018 +0530
summary:     py3: use open() instead of file()

https://www.mercurial-scm.org/repo/hg/rev/cf887d601014
changeset:   35946:cf887d601014
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 07 13:21:06 2018 +0530
summary:     py3: use range instead of xrange

https://www.mercurial-scm.org/repo/hg/rev/a36d3c8a0e41
changeset:   35947:a36d3c8a0e41
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 07 13:34:51 2018 +0530
summary:     py3: add b'' prefixes to string literals in test files

https://www.mercurial-scm.org/repo/hg/rev/f87641bf4d23
changeset:   35948:f87641bf4d23
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 07 13:47:03 2018 +0530
summary:     py3: use bytes instead of str

https://www.mercurial-scm.org/repo/hg/rev/80e5210df25c
changeset:   35949:80e5210df25c
bookmark:    @
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 07 13:49:02 2018 +0530
summary:     py3: make sure we open the file in bytes mode

https://www.mercurial-scm.org/repo/hg/rev/7b2b82f891bf
changeset:   35950:7b2b82f891bf
branch:      stable
tag:         tip
parent:      35820:1d60ad093792
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue Feb 06 23:53:37 2018 -0500
summary:     fileset: don't abort when running copied() on a revision with a removed file

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg


More information about the Mercurial-devel mailing list