Re: [PATCH 1 of 2] hghave: enable 'serve' on Windows

2017-05-07 Thread Adrian Buehlmann
On 2017-05-08 06:39, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1494183520 14400 > # Sun May 07 14:58:40 2017 -0400 > # Node ID 36d9a659b9d76837faaf73fde3f5c5455231c2f9 > # Parent c6cbd0b66465bcaa41f03c9498555f04d3dfbe7c > hghave:

[PATCH 2 of 2] setup: prevent setuptools from laying an egg

2017-05-07 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1494214143 14400 # Sun May 07 23:29:03 2017 -0400 # Node ID 707683d56e5cbd3fe3453ddab9a57222b998f2af # Parent 36d9a659b9d76837faaf73fde3f5c5455231c2f9 setup: prevent setuptools from laying an egg Previously,

[PATCH 1 of 2] hghave: enable 'serve' on Windows

2017-05-07 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1494183520 14400 # Sun May 07 14:58:40 2017 -0400 # Node ID 36d9a659b9d76837faaf73fde3f5c5455231c2f9 # Parent c6cbd0b66465bcaa41f03c9498555f04d3dfbe7c hghave: enable 'serve' on Windows I've been using a local

[Bug 5558] New: Introduction of debugcommands broke TortoiseHg with largefiles.

2017-05-07 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5558 Bug ID: 5558 Summary: Introduction of debugcommands broke TortoiseHg with largefiles. Product: Mercurial Version: stable branch Hardware: PC OS: Linux

[PATCH 1 of 4 shelve-ext v4] scmutil: add simplekeyvaluefile reading test

2017-05-07 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1494157223 25200 # Sun May 07 04:40:23 2017 -0700 # Node ID e9b77b6f16c04efced06169735a813d5db82dddf # Parent 31f42e683321f225eb9c306f8d4b3a9e8d82a1da scmutil: add simplekeyvaluefile reading test Before this patch, mockvfs

[PATCH 2 of 4 shelve-ext v4] scmutil: make simplekeyvaluefile able to have a non-key-value first line

2017-05-07 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1494158131 25200 # Sun May 07 04:55:31 2017 -0700 # Node ID d78507e5b31ac9d5dbf3b8ab45c0c94b01491a0b # Parent e9b77b6f16c04efced06169735a813d5db82dddf scmutil: make simplekeyvaluefile able to have a non-key-value first line

[PATCH 4 of 4 shelve-ext v4] shelve: make shelvestate use simplekeyvaluefile

2017-05-07 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1494162279 25200 # Sun May 07 06:04:39 2017 -0700 # Node ID 9f24868156f15473b08a418765411341c96e892b # Parent 497904bddbaa75b9086c168ab2e03381dfaff165 shelve: make shelvestate use simplekeyvaluefile Currently shelvestate

[PATCH 3 of 4 shelve-ext v4] shelve: refactor shelvestate loading

2017-05-07 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1494113427 25200 # Sat May 06 16:30:27 2017 -0700 # Node ID 497904bddbaa75b9086c168ab2e03381dfaff165 # Parent d78507e5b31ac9d5dbf3b8ab45c0c94b01491a0b shelve: refactor shelvestate loading This is a preparatory patch which