[Bug 5427] New: Docs for 'hg update' are misleading

2016-11-13 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5427 Bug ID: 5427 Summary: Docs for 'hg update' are misleading Product: Mercurial Version: 4.0-rc Hardware: All OS: All Status: UNCONFIRMED Severity: bug

Re: [PATCH 5 of 9] chgserver: use pre-imported modules for mtimehash

2016-11-13 Thread Jun Wu
Excerpts from Jun Wu's message of 2016-11-13 21:55:49 +: > # HG changeset patch > # User Jun Wu > # Date 1479072548 0 > # Sun Nov 13 21:29:08 2016 + > # Node ID 76abed25eed8358e6742e20018ab612bd0ec7e99 > # Parent 270794c62e902c47f3a62e195224bb02fafea0f3 > chgserver:

Re: [PATCH 3 of 9] chgserve: pre-import extensions

2016-11-13 Thread Jun Wu
(pretend to be timeless) Excerpts from Jun Wu's message of 2016-11-13 21:55:47 +: > # HG changeset patch > # User Jun Wu > # Date 1479070477 0 > # Sun Nov 13 20:54:37 2016 + > # Node ID 70611a6b45d51ba4bf560c2cfdb8d94e08a3dc8f > # Parent

[PATCH 8 of 9] chgserver: do not re-load configs in "validate"

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479073939 0 # Sun Nov 13 21:52:19 2016 + # Node ID 4660680374d24f7d46834b54de2fbbeec164e906 # Parent 27827ad1ff25161b919f46eb3e370d21172a9285 chgserver: do not re-load configs in "validate" With the current design, it's not

[PATCH 4 of 9] chgserver: confighash now only cares about environment variables

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479071305 0 # Sun Nov 13 21:08:25 2016 + # Node ID 270794c62e902c47f3a62e195224bb02fafea0f3 # Parent 70611a6b45d51ba4bf560c2cfdb8d94e08a3dc8f chgserver: confighash now only cares about environment variables That said, the code to

[PATCH 2 of 9] chgserver: add a top-level run method

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479070111 0 # Sun Nov 13 20:48:31 2016 + # Node ID ca7a76135db4a9b8a90665c8a42013debbdae3b7 # Parent c04847bc1bf1804cc7d8f5e7c50a653a9526 chgserver: add a top-level run method Currently, chg server is implemented under the

[PATCH 3 of 9] chgserve: pre-import extensions

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479070477 0 # Sun Nov 13 20:54:37 2016 + # Node ID 70611a6b45d51ba4bf560c2cfdb8d94e08a3dc8f # Parent ca7a76135db4a9b8a90665c8a42013debbdae3b7 chgserve: pre-import extensions This patch makes chgserve pre-import extensions. It

[PATCH 1 of 9] chgserver: copy to mercurial

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479070808 0 # Sun Nov 13 21:00:08 2016 + # Node ID c04847bc1bf1804cc7d8f5e7c50a653a9526 # Parent e1d6aa0e4c3aed73e0dc523b8a8fd5f9fe23510a chgserver: copy to mercurial The patch moves chgserver.py to mercurial and the chg

[PATCH 6 of 9] chgserver: remove getpager command

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479072035 0 # Sun Nov 13 21:20:35 2016 + # Node ID 2b3091653f9a1f5ed2caef4b7205e5e6dacdad30 # Parent 76abed25eed8358e6742e20018ab612bd0ec7e99 chgserver: remove getpager command Since we don't run "uisetup" of the pager extension,

[PATCH 5 of 9] chgserver: use pre-imported modules for mtimehash

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479072548 0 # Sun Nov 13 21:29:08 2016 + # Node ID 76abed25eed8358e6742e20018ab612bd0ec7e99 # Parent 270794c62e902c47f3a62e195224bb02fafea0f3 chgserver: use pre-imported modules for mtimehash Previously, chg server use loaded

[PATCH 9 of 9] chgserver: implement a simple "runcommand"

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479073486 0 # Sun Nov 13 21:44:46 2016 + # Node ID b923b234b9032cdd87e6519dae7fbfdd292b7b40 # Parent 4660680374d24f7d46834b54de2fbbeec164e906 chgserver: implement a simple "runcommand" Although the chgserver could just use

[PATCH 7 of 9] chgserver: remove hashstate.fromui

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1479072907 0 # Sun Nov 13 21:35:07 2016 + # Node ID 27827ad1ff25161b919f46eb3e370d21172a9285 # Parent 2b3091653f9a1f5ed2caef4b7205e5e6dacdad30 chgserver: remove hashstate.fromui Previously we have to construct a "hashstate" object

[Bug 5426] New: hg config --edit doesn't respect HGRCPATH

2016-11-13 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5426 Bug ID: 5426 Summary: hg config --edit doesn't respect HGRCPATH Product: Mercurial Version: stable branch Hardware: PC OS: Linux Status: UNCONFIRMED

[PATCH 2 of 2 V3] osutil: implement setprocname to set process title for some platforms

2016-11-13 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1478898677 0 # Fri Nov 11 21:11:17 2016 + # Node ID c4af4fec293bed4e5105442137a24c34d58e740f # Parent 98761d64eaaf67f3bdb99f3f80a57910e2624b78 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH 2 of 2] osutil: implement setprocname to set process title for some platforms

2016-11-13 Thread Yuya Nishihara
On Sun, 13 Nov 2016 14:56:59 +, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2016-11-13 23:18:10 +0900: > > On Fri, 11 Nov 2016 21:14:37 +, Jun Wu wrote: > > > # HG changeset patch > > > # User Jun Wu > > > # Date 1478898677 0 > > > # Fri Nov 11 21:11:17

Re: [PATCH 2 of 2] osutil: implement setprocname to set process title for some platforms

2016-11-13 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2016-11-13 23:18:10 +0900: > On Fri, 11 Nov 2016 21:14:37 +, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1478898677 0 > > # Fri Nov 11 21:11:17 2016 + > > # Node ID

Re: [PATCH 2 of 2] osutil: implement setprocname to set process title for some platforms

2016-11-13 Thread Yuya Nishihara
On Fri, 11 Nov 2016 21:14:37 +, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1478898677 0 > # Fri Nov 11 21:11:17 2016 + > # Node ID 4ccb6bcaf25a741d3a0d8abd6c674573ef76069a > # Parent 98761d64eaaf67f3bdb99f3f80a57910e2624b78 > # Available At

[PATCH 1 of 5 shelve-ext] shelve: move temporary commit creation to a separate function

2016-11-13 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1479036952 28800 # Sun Nov 13 03:35:52 2016 -0800 # Node ID 45dbc9a803375958310bced301227b02802372b0 # Parent 2188194ca1ee86953855e0d2fb9396ec18636ed9 shelve: move temporary commit creation to a separate function

[PATCH 5 of 5 shelve-ext] shelve: move unshelve-finishing logic to a separate function

2016-11-13 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478876487 28800 # Fri Nov 11 07:01:27 2016 -0800 # Node ID c34ee36f4e7fe6b04ea1b4e2f032e995fe65d6c5 # Parent dce4581dcae386c3d3b420911350d176c0423520 shelve: move unshelve-finishing logic to a separate function Finishing

[PATCH 2 of 5 shelve-ext] shelve: move commit restoration logic to a separate function

2016-11-13 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478803866 28800 # Thu Nov 10 10:51:06 2016 -0800 # Node ID bce5daba05f23d87b3231c7dd28014f881b4de32 # Parent 45dbc9a803375958310bced301227b02802372b0 shelve: move commit restoration logic to a separate function diff --git

[PATCH 3 of 5 shelve-ext] shelve: move rebasing logic to a separate function

2016-11-13 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1478804230 28800 # Thu Nov 10 10:57:10 2016 -0800 # Node ID 36d052f32bf4efe1f17b8cf3cf022b1f032298f2 # Parent bce5daba05f23d87b3231c7dd28014f881b4de32 shelve: move rebasing logic to a separate function Rebasing restored

Re: [PATCH 9 of 9 pyflakes] filterpyflakes: whitelist listcomp aliasing checking

2016-11-13 Thread Yuya Nishihara
On Sat, 12 Nov 2016 13:07:52 +, Jun Wu wrote: > These look good to me. Sure, queued them, thanks. ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Re: [PATCH 3 of 9 pyflakes] filemerge: avoid shadowing a variable in a list comprehension

2016-11-13 Thread Yuya Nishihara
On Thu, 10 Nov 2016 16:52:26 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1478813587 18000 > # Thu Nov 10 16:33:07 2016 -0500 > # Node ID 87382e400db545de30015c477a16e682d8ef36c3 > # Parent 77dce11c461ed9d6668fbbe6ff2ea1149ded4e94 >

Re: [PATCH 1 of 8 shelve-ext v2] shelve: move possible shelve file extensions to a single place

2016-11-13 Thread Yuya Nishihara
On Thu, 10 Nov 2016 03:37:25 -0800, Kostia Balytskyi wrote: > # HG changeset patch > # User Kostia Balytskyi > # Date 1478776040 28800 > # Thu Nov 10 03:07:20 2016 -0800 > # Node ID ee1dc341d44f9408bdf960eb5a97abf1a1c69930 > # Parent 494d5cec0b07653a6b5dec768dea92ffa987

[PATCH 02 of 10 V9] bookmarks: use listbinbookmarks() in listbookmarks()

2016-11-13 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1479032114 28800 # Sun Nov 13 02:15:14 2016 -0800 # Branch stable # Node ID 031419529f6594c3f23fc179d67c8de9ef63472f # Parent ffa31155703b725b20d67f379bea4de7c56379fe bookmarks: use listbinbookmarks() in listbookmarks() diff

[PATCH 03 of 10 V9] exchange: add `_getbookmarks()` function

2016-11-13 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1479032456 28800 # Sun Nov 13 02:20:56 2016 -0800 # Branch stable # Node ID 0917ce41b232a5fc2a6e503cbad15879e037a2f9 # Parent 031419529f6594c3f23fc179d67c8de9ef63472f exchange: add `_getbookmarks()` function This function

[PATCH 05 of 10 V9] bookmarks: make bookmarks.compare accept binary nodes

2016-11-13 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1479032456 28800 # Sun Nov 13 02:20:56 2016 -0800 # Branch stable # Node ID 5cdf21805bb97ba99199c8779e3ad91137061c07 # Parent 8b6ab3b8df3aae90ac72d7fa4603e7d5b4ab55e9 bookmarks: make bookmarks.compare accept binary nodes New

[PATCH 07 of 10 V9] exchange: getbundle `bookmarks` part generator

2016-11-13 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1479032456 28800 # Sun Nov 13 02:20:56 2016 -0800 # Branch stable # Node ID 606bb4a7fb818f24d52e764828ba0d0a7921f999 # Parent bf21586f26e5a41f7d8bf342d4b4c16d71dbc6d2 exchange: getbundle `bookmarks` part generator This

[PATCH 08 of 10 V9] pull: use `bookmarks` bundle2 part

2016-11-13 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1479032456 28800 # Sun Nov 13 02:20:56 2016 -0800 # Branch stable # Node ID 35096015b14e891b5d6a12af036163875bc60460 # Parent 606bb4a7fb818f24d52e764828ba0d0a7921f999 pull: use `bookmarks` bundle2 part Apply changes from

[PATCH 10 of 10 V9] help: add documentation about bookmark part

2016-11-13 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1479032456 28800 # Sun Nov 13 02:20:56 2016 -0800 # Branch stable # Node ID f221666dfbb6e055219634aa18c7460b0bcf24a4 # Parent a261e5b0c5a402c5f084bb8fcf53866f2f900687 help: add documentation about bookmark part diff --git

[PATCH 01 of 10 V9] bookmarks: introduce listbinbookmarks()

2016-11-13 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1479032036 28800 # Sun Nov 13 02:13:56 2016 -0800 # Branch stable # Node ID ffa31155703b725b20d67f379bea4de7c56379fe # Parent b9f7b0c10027764cee77f9c6d61877fcffea837f bookmarks: introduce listbinbookmarks() `bookmarks`