Re: [PATCH 2 of 3 stable] tests: correct (I think) command in test-largefiles-update

2017-01-31 Thread Yuya Nishihara
On Mon, 30 Jan 2017 18:54:17 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1485817397 18000 > # Mon Jan 30 18:03:17 2017 -0500 > # Branch stable > # Node ID b4118549138f0872c218835d3ae10c9e70d867de > # Parent d717001c36eb9d184b6c83874feb600adc22e8e7 > tes

Re: [PATCH stable] commandserver: handle backlog before exiting

2017-01-31 Thread Yuya Nishihara
On Tue, 31 Jan 2017 15:24:42 +, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2017-01-31 23:36:46 +0900: > > > This introduces another race condition that unlinks an innocent socket > > > file. > > > I will send a V2 later. > > (This actually seems to be a regression after the soc

Re: [PATCH stable] commandserver: handle backlog before exiting

2017-02-01 Thread Yuya Nishihara
On Tue, 31 Jan 2017 20:11:09 +, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2017-02-01 00:48:26 +0900: > > On Tue, 31 Jan 2017 15:24:42 +, Jun Wu wrote: > > > Excerpts from Yuya Nishihara's message of 2017-01-31 23:36:46 +0900: > > > > > This introduces another race condition

Re: [PATCH stable] merge: more safe detection of criss cross merge conflict between dm and r

2017-02-01 Thread Yuya Nishihara
On Wed, 01 Feb 2017 02:13:57 +0100, Mads Kiilerich wrote: > # HG changeset patch > # User Mads Kiilerich > # Date 1485911430 -3600 > # Wed Feb 01 02:10:30 2017 +0100 > # Branch stable > # Node ID 086c37652735ca87117333fc71941bcb67b799c3 > # Parent 2d6b86cadc1039f7cf72b64c29399bebe02e7dd3 > m

Re: Making chg stateful

2017-02-02 Thread Yuya Nishihara
On Thu, 2 Feb 2017 09:34:47 +, Jun Wu wrote: > Perf Numbers > > I wrote a hacky prototype [2] that shows significant improvements on > various commands in our repo: > >Before After (in seconds) > chg bookmark 0.40 0.08 > chg

Re: [PATCH] localrepo: avoid unnecessary conversion from node to rev

2017-02-03 Thread Yuya Nishihara
On Thu, 2 Feb 2017 15:06:46 +, Jun Wu wrote: > This patch looks good to me. See inline comment about how to make it faster. > That could probably be fixed in flight. > > Excerpts from Stanislau Hlebik's message of 2017-02-02 02:57:24 -0800: > > # HG changeset patch > > # User Stanislau Hlebik

Re: [PATCH] rebase: fix code comment to refer to right issue (4504, not 4505)

2017-02-03 Thread Yuya Nishihara
On Thu, 02 Feb 2017 08:31:49 -0800, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1485967647 28800 > # Wed Feb 01 08:47:27 2017 -0800 > # Branch stable > # Node ID 32f1e1af6ffbf9b93935c33ea510af81d2bef214 > # Parent 2d6b86cad

Re: [PATCH] verify: replace _validpath() by matcher

2017-02-03 Thread Yuya Nishihara
On Thu, 02 Feb 2017 09:46:05 -0800, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1485197335 28800 > # Mon Jan 23 10:48:55 2017 -0800 > # Branch stable > # Node ID 548f852a5d6a2d016e1b1002168463437a5bcb95 > # Parent 2d6b86cad

Re: [PATCH 3 of 6 v2] util: always force line buffered stdout when stdout is a tty (BC)

2017-02-03 Thread Yuya Nishihara
On Thu, 2 Feb 2017 11:18:57 -0800, Simon Farnsworth wrote: > # HG changeset patch > # User Simon Farnsworth > # Date 1486063056 28800 > # Thu Feb 02 11:17:36 2017 -0800 > # Node ID 722c309600ed9596a02674b04cb2caa9a65e8918 > # Parent 12d0ac224bb34691d44a2cead5b9795a6cfc2490 > util: always for

Re: [PATCH 1 of 6 v2] pager: don't terminate with extreme prejudice on SIGPIPE (BC)

2017-02-03 Thread Yuya Nishihara
On Thu, 2 Feb 2017 12:04:09 -0800, Bryan O'Sullivan wrote: > On Thu, Feb 2, 2017 at 11:18 AM, Simon Farnsworth wrote: > > > pager: don't terminate with extreme prejudice on SIGPIPE (BC) > > > > Looks good! Queued this first patch, thanks. ___ Mercuria

Re: Making chg stateful

2017-02-03 Thread Yuya Nishihara
On Thu, 2 Feb 2017 16:56:11 +, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2017-02-03 00:45:22 +0900: > > On Thu, 2 Feb 2017 09:34:47 +, Jun Wu wrote: > > > So what state do we store? > > > > > > {repopath: {name: (hash, content)}}. For example: > > > > > > cache = {'/

Re: Making chg stateful

2017-02-03 Thread Yuya Nishihara
On Fri, 3 Feb 2017 09:33:32 +, Jun Wu wrote: > 1) What does the worker talk to the master via IPC? > > Current: worker sends "possible_dirty_repo: $REPO_PATH" after runcommand > > It's coupled with the (pseudo) repo object. But the master could preload > things in correct order - fi

Re: Making chg stateful

2017-02-04 Thread Yuya Nishihara
On Fri, 3 Feb 2017 20:03:18 +, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2017-02-04 00:11:22 +0900: > > On Thu, 2 Feb 2017 16:56:11 +, Jun Wu wrote: > > > Excerpts from Yuya Nishihara's message of 2017-02-03 00:45:22 +0900: > > > > On Thu, 2 Feb 2017 09:34:47 +, Jun Wu w

Re: Making chg stateful

2017-02-04 Thread Yuya Nishihara
On Fri, 3 Feb 2017 19:50:48 +, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2017-02-04 00:31:45 +0900: > > On Fri, 3 Feb 2017 09:33:32 +, Jun Wu wrote: > > > 1) What does the worker talk to the master via IPC? > > > > > > Current: worker sends "possible_dirty_repo: $REPO_PAT

Re: [PATCH v3] util: always force line buffered stdout when stdout is a tty (BC)

2017-02-04 Thread Yuya Nishihara
On Fri, 3 Feb 2017 15:15:06 -0800, Simon Farnsworth wrote: > # HG changeset patch > # User Simon Farnsworth > # Date 1486163427 28800 > # Fri Feb 03 15:10:27 2017 -0800 > # Node ID 08b6e1bb20ca6bd1465a3d22bab49debfe776bae > # Parent 1f51b4658f21bbb797e922d155c1046eddccf91d > util: always for

Re: [PATCH] cmdutil: remove forwarding methods per deprecation policy

2017-02-04 Thread Yuya Nishihara
On Fri, 03 Feb 2017 16:03:07 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486155679 18000 > # Fri Feb 03 16:01:19 2017 -0500 > # Node ID 88a67501322af79870758125007ecd1a71c6fc89 > # Parent 1791be8a95c5d59cb8dd96b1479e24ad4470a9b6 > cmdutil: remove forwa

Re: [PATCH 1 of 2 stable] debian: update mailing list address

2017-02-04 Thread Yuya Nishihara
On Sat, 04 Feb 2017 20:34:21 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1486211353 -28800 > # Sat Feb 04 20:29:13 2017 +0800 > # Branch stable > # Node ID dc22729b4ebd0a8b4d9a747c1b346a71b55bdd0f > # Parent b1c9f9d366f1037dcbb2a9468ee46e738a722c26

Re: [PATCH v2] pager: migrate heavily-used extension into core

2017-02-05 Thread Yuya Nishihara
On Fri, 03 Feb 2017 16:16:09 -0800, Bryan O'Sullivan wrote: > # HG changeset patch > # User Bryan O'Sullivan > # Date 1486160890 28800 > # Fri Feb 03 14:28:10 2017 -0800 > # Node ID 30ee18bf947b97eca3582555f63eb3b2441e9db8 > # Parent abf029200e198878a4576a87e095bd8d77d9cea9 > pager: migrate

[PATCH 1 of 3] help: show section that couldn't be found

2017-02-05 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1486288639 -32400 # Sun Feb 05 18:57:19 2017 +0900 # Node ID 84d52bc1463f12a818494181b9f67b25b6fa645f # Parent 8d7e40524ae467b3201e264e3548681c52bb6492 help: show section that couldn't be found For better error indication. diff --

[PATCH 2 of 3] help: uppercase command placeholder

2017-02-05 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1485351340 -32400 # Wed Jan 25 22:35:40 2017 +0900 # Node ID 184a7119f45bc0e9c3850ca01be27e5265f57346 # Parent 84d52bc1463f12a818494181b9f67b25b6fa645f help: uppercase command placeholder 'command' isn't a valid help topic bu

[PATCH 3 of 3] help: test if "hg help TOPIC" reference is valid

2017-02-05 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1485351557 -32400 # Wed Jan 25 22:39:17 2017 +0900 # Node ID 68e58570e474a8137cebae3139875a44b1e05577 # Parent 184a7119f45bc0e9c3850ca01be27e5265f57346 help: test if "hg help TOPIC" reference is valid It's quite easy to m

Re: [PATCH 2 of 2 V2] commandserver: handle backlog before exiting

2017-02-10 Thread Yuya Nishihara
On Wed, 8 Feb 2017 14:52:31 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1486593930 28800 > # Wed Feb 08 14:45:30 2017 -0800 > # Node ID cb56fce57eceef2cf4cd9893d387b9fe2b3cecd6 > # Parent 5fc577761fb78168fcbd7ec93d911a1b7b4989c9 > # Available At https://bitbucket.org

Re: [PATCH V2] localrepo: avoid unnecessary conversion from node to rev

2017-02-10 Thread Yuya Nishihara
On Tue, 7 Feb 2017 13:11:23 -0800, Jun Wu wrote: > V1 was accepted and in hg-committed [1] already. I don't know the official > recommended workflows but I used to just push follow-up fixes. It's at the bottom of the draft stack, so I think follow-ups would be preferred. > Excerpts from Stanislau

Re: [PATCH 2 of 2 V2] commandserver: handle backlog before exiting

2017-02-10 Thread Yuya Nishihara
On Fri, 10 Feb 2017 05:14:20 -0800, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2017-02-10 22:11:26 +0900: > > Missed setting self._socketunlinked. Perhaps you want self._unlinksocket(). > > > > Should I fix it in flight? > > Sorry! It should be "self._unlinksocket()". Thanks for fi

Re: [PATCH] runtests: catch EPROTONOSUPPORT in checkportisavailable

2017-02-10 Thread Yuya Nishihara
On Fri, 10 Feb 2017 04:18:29 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1486728546 28800 > # Fri Feb 10 04:09:06 2017 -0800 > # Node ID a9b0b592aad5483f1229d2e71dbd70c32f560814 > # Parent dd14ece7cb20d8f3c764b17d2edc9ee646a27f2f > # Available At https://bitbucket.or

Re: [PATCH] config: add extension point for extracting all included files

2017-02-11 Thread Yuya Nishihara
On Tue, 7 Feb 2017 15:31:02 +, De Mare, Mathias (Nokia - BE) wrote: > > > On Feb 3, 2017, at 09:56, Mathias De Maré > > wrote: > > > > > > # HG changeset patch > > > # User Mathias De Mare # Date > > 1486132049 > > > -3600 > > > # Fri Feb 03 15:27:29 2017 +0100 > > > # Node ID ea2e95febf

Re: [PATCH] pager: exit cleanly on SIGPIPE (BC)

2017-02-11 Thread Yuya Nishihara
On Wed, 8 Feb 2017 07:47:39 -0800, Simon Farnsworth wrote: > # HG changeset patch > # User Simon Farnsworth > # Date 1486568650 28800 > # Wed Feb 08 07:44:10 2017 -0800 > # Node ID d50cda2a403786836d1f0d5c99401599dc4f43ec > # Parent 1f51b4658f21bbb797e922d155c1046eddccf91d > pager: exit clea

Re: [PATCH V2] merge: print status message before launching external merge tool

2017-02-12 Thread Yuya Nishihara
On Thu, 09 Feb 2017 16:24:27 -0800, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1486661545 28800 > # Thu Feb 09 09:32:25 2017 -0800 > # Node ID a5615bea1858aca891fcd3d7da6a477fc183f478 > # Parent 1f51b4658f21bbb797e922d155c

Re: [PATCH] import: mention "stdin" (abbreviated) and add example

2017-02-12 Thread Yuya Nishihara
On Fri, 10 Feb 2017 15:26:21 -0800, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1486769163 28800 > # Fri Feb 10 15:26:03 2017 -0800 > # Node ID 08b61c8629f931408318e099960b65812e138ec9 > # Parent a95fc01aaffe805bcc4c02a822b

Re: [PATCH 5 of 5] destutil: remove dead code about non-linear updates

2017-02-12 Thread Yuya Nishihara
On Thu, 09 Feb 2017 22:00:32 -0800, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1486501890 28800 > # Tue Feb 07 13:11:30 2017 -0800 > # Node ID a85eff052c57bde4c6100a23888c471f595c2d85 > # Parent 05ff0729e9f4166f1f08855d25a

Re: [PATCH 2 of 4 RFC] chgcache: implement simple IPC mechanism

2017-02-13 Thread Yuya Nishihara
On Wed, 8 Feb 2017 17:41:02 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1486601798 28800 > # Wed Feb 08 16:56:38 2017 -0800 > # Node ID 8410c4a6703bed4b459cf8d62bd32fdcb1e7 > # Parent 138f7ba58a70de9610713b8bd55d1ba0ac468fa6 > # Available At https://bitbucket.org

Re: [PATCH 1 of 4 RFC] chgcache: new experimental extension

2017-02-13 Thread Yuya Nishihara
On Wed, 8 Feb 2017 17:41:01 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1486601732 28800 > # Wed Feb 08 16:55:32 2017 -0800 > # Node ID 138f7ba58a70de9610713b8bd55d1ba0ac468fa6 > # Parent a68510b69f413545722c086eaeb840dd5e8305b4 > # Available At https://bitbucket.org

Re: [PATCH 3 of 4 RFC] chgcache: report repo paths from worker to master

2017-02-13 Thread Yuya Nishihara
On Wed, 8 Feb 2017 17:41:03 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1486603691 28800 > # Wed Feb 08 17:28:11 2017 -0800 > # Node ID 88c498ad9318df115d8408412a38edbac7d92a6a > # Parent 8410c4a6703bed4b459cf8d62bd32fdcb1e7 > # Available At https://bitbucket.org

Re: [PATCH 1 of 2] localrepo: cache self.changelog in local variable

2017-02-13 Thread Yuya Nishihara
On Mon, 13 Feb 2017 02:32:57 -0800, Stanislau Hlebik wrote: > # HG changeset patch > # User Stanislau Hlebik > # Date 1486981578 28800 > # Mon Feb 13 02:26:18 2017 -0800 > # Node ID 8bc5ae6cf51408dbd1b789555196f031bfef19d4 > # Parent a0e3d808690d57d1c9dff840e0b8ee099526397b > localrepo: cach

Re: [PATCH 2 of 3] revset: use phasecache.getrevs

2017-02-13 Thread Yuya Nishihara
On Fri, 10 Feb 2017 06:34:18 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1486735766 28800 > # Fri Feb 10 06:09:26 2017 -0800 > # Node ID 44f2c707475a79758ecbc4b4117b9cda9d7a4380 > # Parent 1d7a184bb013a1a6f6b92d1f6d89406a7254ba2b > # Available At https://bitbucket.or

Re: [PATCH v3] hg: allow usage of XDG_CONFIG_HOME and $HOME/.config/hg/hgrc

2017-02-14 Thread Yuya Nishihara
On Mon, 13 Feb 2017 09:37:48 -0800, Jun Wu wrote: > Excerpts from David Demelier's message of 2017-02-13 15:43:45 +0100: > > Le 10/02/2017 à 10:08, Raffaele Salmaso a écrit : > > > Hi, > > > > > > On Fri, Feb 10, 2017 at 9:19 AM, David Demelier > > > mailto:demelier.da...@gmail.com>> wrote: > > > >

Re: [PATCH 1 of 4 RFC] chgcache: new experimental extension

2017-02-14 Thread Yuya Nishihara
On Mon, 13 Feb 2017 10:18:08 -0800, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2017-02-13 22:46:23 +0900: > > On Wed, 8 Feb 2017 17:41:01 -0800, Jun Wu wrote: > > > # HG changeset patch > > > # User Jun Wu > > > # Date 1486601732 28800 > > > # Wed Feb 08 16:55:32 2017 -0800 > >

Re: [PATCH 2 of 4 RFC] chgcache: implement simple IPC mechanism

2017-02-14 Thread Yuya Nishihara
On Mon, 13 Feb 2017 09:46:21 -0800, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2017-02-13 23:00:25 +0900: > > Why not os.pipe()? > > > > We share the same (dup-ed) file descriptors. In this case, the write end can > > be used by many forked processes, but IIRC the read end can't. Onl

Re: [PATCH v3] hg: allow usage of XDG_CONFIG_HOME and $HOME/.config/hg/hgrc

2017-02-14 Thread Yuya Nishihara
On Tue, 14 Feb 2017 15:53:24 +0100, David Demelier wrote: > Le 14/02/2017 à 14:34, Yuya Nishihara a écrit : > > On Mon, 13 Feb 2017 09:37:48 -0800, Jun Wu wrote: > >> Excerpts from David Demelier's message of 2017-02-13 15:43:45 +0100: > >>> Le 10/02/201

Re: [PATCH 2 of 4 RFC] chgcache: implement simple IPC mechanism

2017-02-15 Thread Yuya Nishihara
On Tue, 14 Feb 2017 11:05:00 -0800, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2017-02-14 22:49:34 +0900: > > On Mon, 13 Feb 2017 09:46:21 -0800, Jun Wu wrote: > > > Excerpts from Yuya Nishihara's message of 2017-02-13 23:00:25 +0900: > > > > Why not os.pipe()? > > > > > > > > We sha

Re: [PATCH 4 of 6 V2] update: clarify that -C and -c are mutually exclusive

2017-02-15 Thread Yuya Nishihara
On Tue, 14 Feb 2017 15:08:39 -0800, Martin von Zweigbergk via Mercurial-devel wrote: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1487027086 28800 > # Mon Feb 13 15:04:46 2017 -0800 > # Node ID f9b2552610a5453bf836d3c7469fbebc59c5ad4b > # Parent 8a7b145ee159628a0ab5926ef5e

Re: [PATCH stable] make: update .PHONY targets

2017-02-15 Thread Yuya Nishihara
On Wed, 15 Feb 2017 20:14:46 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1487141373 -28800 > # Wed Feb 15 14:49:33 2017 +0800 > # Branch stable > # Node ID 8e70ce179fc3b418023213ecae804b8825d04331 > # Parent aa25989b0658dcefbd4c1bce7c389f006f22af30

Re: [PATCH 5 of 6] update: learn --merge to allow merging across topological branches (issue5125)

2017-02-15 Thread Yuya Nishihara
On Wed, 15 Feb 2017 13:29:30 +, Gábor STEFANIK wrote: > > >> -def updatetotally(ui, repo, checkout, brev, clean=False, check=False): > > >> +def updatetotally(ui, repo, checkout, brev, clean=False, > > >> + updatecheck='linear'): > > > > > > Please make this updatecheck=None, a

Re: [PATCH] transaction: enable hardlink backups for non-windows systems

2017-02-17 Thread Yuya Nishihara
On Wed, 15 Feb 2017 20:34:32 +, Jeroen Vaelen wrote: > Confidence in stable posix implementations could come from: > > - hardlink backups being the default for nearly 10 years before the previously > mentioned patch disabled them after a series of bug reports coming > exclusively from Wind

Re: [PATCH 2 of 2 v2] match: making visitdir() deal with non-recursive entries

2017-02-17 Thread Yuya Nishihara
On Mon, 13 Feb 2017 17:05:24 -0800, Rodrigo Damazio Bovendorp via Mercurial-devel wrote: > # HG changeset patch > # User Rodrigo Damazio Bovendorp > # Date 1487034194 28800 > # Mon Feb 13 17:03:14 2017 -0800 > # Node ID e90de197586d0749e64cef752613e6fe41d1c8e3 > # Parent 94264a6e6672c917d42

Re: [PATCH 1 of 2 v2] match: adding support for matching files inside a directory

2017-02-17 Thread Yuya Nishihara
On Mon, 13 Feb 2017 17:05:23 -0800, Rodrigo Damazio Bovendorp via Mercurial-devel wrote: > # HG changeset patch > # User Rodrigo Damazio Bovendorp > # Date 1487029169 28800 > # Mon Feb 13 15:39:29 2017 -0800 > # Node ID 94264a6e6672c917d42518f7ae9322445868d067 > # Parent 72f25e17af9d6a206ea

Re: [PATCH 1 of 2] smartset: convert set to list lazily

2017-02-18 Thread Yuya Nishihara
On Fri, 17 Feb 2017 22:02:11 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487393969 28800 > # Fri Feb 17 20:59:29 2017 -0800 > # Node ID b32af6cafb9b958decb7ae0db7dd754aa5a5f883 > # Parent 01eebb65a61d9edcad1665ed747c7092f1ddb8b9 > # Available At https://bitbucket.or

Re: [PATCH py3] ui: construct _keepalnum list in a python3-friendly way

2017-02-18 Thread Yuya Nishihara
On Thu, 16 Feb 2017 11:35:41 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1487262890 18000 > # Thu Feb 16 11:34:50 2017 -0500 > # Node ID 791b4e846a7b9a0783440b9504585438777fe2d2 > # Parent 1ee685defe80117cf6aafea1ede6c33c478abceb > ui: construct _keepal

Re: [PATCH 2 of 2] smartset: use native set operations as fast paths

2017-02-18 Thread Yuya Nishihara
On Fri, 17 Feb 2017 22:02:12 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487396855 28800 > # Fri Feb 17 21:47:35 2017 -0800 > # Node ID 1315d68b1dcf55247f51208608d139029eaae632 > # Parent b32af6cafb9b958decb7ae0db7dd754aa5a5f883 > # Available At https://bitbucket.or

[PATCH] help: add pointer how to narrow list of resolved/unresolved files (issue5469)

2017-02-18 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1487408401 -32400 # Sat Feb 18 18:00:01 2017 +0900 # Node ID ceef988474afe31056a2d8fcef67526cf43c2d6f # Parent 1ca3469fdd08c0d5d814a4bc359869bc157c7fc9 help: add pointer how to narrow list of resolved/unresolved files (issue5469) diff --git

[PATCH] smartset: reorder initialization of baseset in more intuitive way

2017-02-18 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1487407072 -32400 # Sat Feb 18 17:37:52 2017 +0900 # Node ID 1ca3469fdd08c0d5d814a4bc359869bc157c7fc9 # Parent 3f4bdcfe63e9f1e357187fa728ae0da9d35b3973 smartset: reorder initialization of baseset in more intuitive way What we want to do is

Re: [PATCH 03 of 10 v5] ui: provide a mechanism to track and log blocked time

2017-02-18 Thread Yuya Nishihara
On Wed, 15 Feb 2017 14:06:53 -0800, Simon Farnsworth wrote: > # HG changeset patch > # User Simon Farnsworth > # Date 1487193465 28800 > # Wed Feb 15 13:17:45 2017 -0800 > # Node ID f3a219226ba0658f72801329d07c1ba516152b70 > # Parent 1c71bddbe01e76c1c48b5479ff67d47645afd7b6 > ui: provide a m

Re: [PATCH 8 of 9 pager v2] annotate: migrate to modern pager API

2017-02-18 Thread Yuya Nishihara
On Thu, 16 Feb 2017 11:59:17 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486439567 18000 > # Mon Feb 06 22:52:47 2017 -0500 > # Node ID 4c2f3f1b67a71401faff082dbca79a3f212b5499 > # Parent 935dccd057eb61b980901b5c7a806fac9fb55d0f > annotate: migrate to

Re: [PATCH 07 of 10 ipv6 V2] tests: use LOCALIP

2017-02-18 Thread Yuya Nishihara
On Fri, 17 Feb 2017 10:51:21 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487266732 28800 > # Thu Feb 16 09:38:52 2017 -0800 > # Node ID 1ea3da89ecc44b59e96cb366e6388c1ac178d3af > # Parent bb7f41b2c8043a3115f242fb9b9f71ee461c93a9 > # Available At https://bitbucket.or

Re: [PATCH 2 of 3 V2] revset: use phasecache.getrevset

2017-02-18 Thread Yuya Nishihara
On Sat, 18 Feb 2017 00:56:09 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487407171 28800 > # Sat Feb 18 00:39:31 2017 -0800 > # Node ID 432992303718ec631b81a351795071c34cfe68f6 > # Parent 7e30a7c38d845e9a526a7ac64c648f18ec51687e > # Available At https://bitbucket.or

[PATCH 1 of 2] chg: refactor ui.system() to be partly overridden

2017-02-18 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1487433610 -32400 # Sun Feb 19 01:00:10 2017 +0900 # Node ID c6dd20729bb3fd2f7745139c27488ce7279f13e1 # Parent 22722c297b33c2f68a8a34e0b0be0e6a9e0f4759 chg: refactor ui.system() to be partly overridden Since fd598149112b changed the

[PATCH 2 of 2] chg: deduplicate error handling of ui.system()

2017-02-18 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1487434605 -32400 # Sun Feb 19 01:16:45 2017 +0900 # Node ID d38553996c178b051dd8ed9aa99149b3952d09d3 # Parent c6dd20729bb3fd2f7745139c27488ce7279f13e1 chg: deduplicate error handling of ui.system() This moves 'onerr' handlin

Re: [PATCH 8 of 9 pager v2] annotate: migrate to modern pager API

2017-02-18 Thread Yuya Nishihara
On Sat, 18 Feb 2017 15:39:08 -0500, Augie Fackler wrote: > > > On Feb 18, 2017, at 3:11 PM, Martin von Zweigbergk > > wrote: > > > >> > --- a/mercurial/commands.py > >> > +++ b/mercurial/commands.py > >> > @@ -361,6 +361,7 @@ def annotate(ui, repo, *pats, **opts): > >> > > >> > Returns 0 o

[PATCH 1 of 3] revset: import set classes directly from smartset module

2017-02-19 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1487495769 -32400 # Sun Feb 19 18:16:09 2017 +0900 # Node ID 211cf331f8cf94d8fa1d2324f7cee5047124e8e6 # Parent 22722c297b33c2f68a8a34e0b0be0e6a9e0f4759 revset: import set classes directly from smartset module Follows up 1be65deb3d54. diff

[PATCH 3 of 3] (RFC) scmutil: proxy revrange() through repo to break import cycles

2017-02-19 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1487502018 -32400 # Sun Feb 19 20:00:18 2017 +0900 # Node ID fd48908e928243b8d06faaef518f1b862d8f2579 # Parent 85ab530251b2810e18339c13a0f95a4f02d7ab3a (RFC) scmutil: proxy revrange() through repo to break import cycles This was one of the

Re: [PATCH 2 of 2 V2] smartset: use native set operations as fast paths

2017-02-19 Thread Yuya Nishihara
On Sat, 18 Feb 2017 17:27:31 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487467423 28800 > # Sat Feb 18 17:23:43 2017 -0800 > # Node ID 6f57ef05c74567db95f42426499640ad29bc878f > # Parent deb48622b857d621606a1cdda4adc868b1c663d4 > # Available At https://bitbucket.or

Re: [PATCH] shelve: add -n/--name option to unshelve (issue5475)

2017-02-19 Thread Yuya Nishihara
On Sun, 19 Feb 2017 11:07:23 +0100, liscju wrote: > # HG changeset patch > # User liscju > # Date 1487498168 -3600 > # Sun Feb 19 10:56:08 2017 +0100 > # Node ID a645a60d15639f01892fc2887beff30193d09f20 > # Parent 01eebb65a61d9edcad1665ed747c7092f1ddb8b9 > shelve: add -n/--name option to uns

Re: [PATCH py3] ui: construct _keepalnum list in a python3-friendly way

2017-02-19 Thread Yuya Nishihara
On Sat, 18 Feb 2017 22:58:10 +, Martijn Pieters wrote: > On 16 Feb 2017, at 16:35, Augie Fackler > wrote: > > +if pycompat.ispy3: > > +_unicodes = [bytes([c]).decode('latin1') for c in range(256)] > > +_notalnum = [s.encode('latin1') for s in _unicodes if not s

Re: [PATCH py3] ui: construct _keepalnum list in a python3-friendly way

2017-02-20 Thread Yuya Nishihara
On Sun, 19 Feb 2017 20:05:50 -0500, Augie Fackler wrote: > > > On Feb 19, 2017, at 9:29 AM, Yuya Nishihara wrote: > > > > On Sat, 18 Feb 2017 22:58:10 +, Martijn Pieters wrote: > >> On 16 Feb 2017, at 16:35, Augie Fackler >> <mailto:r...@durin4

Re: [PATCH 1 of 4 V2] serve: add support for Mercurial subrepositories

2017-02-20 Thread Yuya Nishihara
On Thu, 16 Feb 2017 16:41:08 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1486875517 18000 > # Sat Feb 11 23:58:37 2017 -0500 > # Node ID 4f2862487d789edc1f36b5687d828a2914e1dc32 > # Parent afaf3c2b129c8940387fd9928ae4fdc28259d13c > serve: add support fo

Re: [PATCH 2 of 4 V2] clone: use the HTTP 301 location to record the default path

2017-02-20 Thread Yuya Nishihara
On Thu, 16 Feb 2017 16:41:09 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1487087965 18000 > # Tue Feb 14 10:59:25 2017 -0500 > # Node ID 27a4bc77e8b8e50abc76c387f117082e5853c47e > # Parent 4f2862487d789edc1f36b5687d828a2914e1dc32 > clone: use the HTTP 3

Re: [PATCH 3 of 4 V2] serve: make the URL the same for `hg serve` and `hg serve -S`

2017-02-20 Thread Yuya Nishihara
On Thu, 16 Feb 2017 16:41:10 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1486877030 18000 > # Sun Feb 12 00:23:50 2017 -0500 > # Node ID 38babd487181374325f3d27c5bc081dadf31b9b9 > # Parent 27a4bc77e8b8e50abc76c387f117082e5853c47e > serve: make the URL t

Re: [PATCH 01 of 19 pager] cat: migrate to modern pager API

2017-02-21 Thread Yuya Nishihara
On Sun, 19 Feb 2017 18:12:52 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486439872 18000 > # Mon Feb 06 22:57:52 2017 -0500 > # Node ID 2832edeb9d5358b483ad0babbbf3f1dfb43aaf4c > # Parent 7353b9603c574678314f9525b3e56f31a4497bb9 > cat: migrate to moder

Re: [PATCH pager annotate-fix] annotate: start pager after we're sure we wont abort

2017-02-21 Thread Yuya Nishihara
On Sun, 19 Feb 2017 18:12:08 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1487534981 18000 > # Sun Feb 19 15:09:41 2017 -0500 > # Node ID 7353b9603c574678314f9525b3e56f31a4497bb9 > # Parent 2c9e619ba9ee8e72370cc0f27f59da39947773b6 > annotate: start pager

Re: [PATCH 10 of 19 pager] incoming: enable pager

2017-02-21 Thread Yuya Nishihara
On Sun, 19 Feb 2017 18:13:01 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486440228 18000 > # Mon Feb 06 23:03:48 2017 -0500 > # Node ID b6f05836ba20bb8b25469a30aeed1b3506392bbf > # Parent f6f080904a6ecac993f137b92d50bf4991f8d07c > incoming: enable page

Re: [PATCH 09 of 19 pager] help: enable pager

2017-02-21 Thread Yuya Nishihara
On Sun, 19 Feb 2017 18:13:00 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486440561 18000 > # Mon Feb 06 23:09:21 2017 -0500 > # Node ID f6f080904a6ecac993f137b92d50bf4991f8d07c > # Parent 6dd615d163eb069405ba71fe968980d3340d4702 > help: enable pager G

Re: [PATCH 3 of 4 V2] serve: make the URL the same for `hg serve` and `hg serve -S`

2017-02-21 Thread Yuya Nishihara
On Mon, 20 Feb 2017 22:25:21 -0500, Matt Harbison wrote: > On Mon, 20 Feb 2017 09:38:13 -0500, Yuya Nishihara wrote: > > On Thu, 16 Feb 2017 16:41:10 -0500, Matt Harbison wrote: > >> # HG changeset patch > >> # User Matt Harbison > >> # Date 1486877030 18000

Re: [PATCH 1 of 4 V2] serve: add support for Mercurial subrepositories

2017-02-21 Thread Yuya Nishihara
On Mon, 20 Feb 2017 22:00:20 -0500, Matt Harbison wrote: > On Mon, 20 Feb 2017 09:27:44 -0500, Yuya Nishihara wrote: > > On Thu, 16 Feb 2017 16:41:08 -0500, Matt Harbison wrote: > >> # HG changeset patch > >> # User Matt Harbison > >> # Date 1486875517 18000

Re: [PATCH] patchbomb: allow specifying default --flag options via config(issue5354)

2017-02-21 Thread Yuya Nishihara
On Tue, 21 Feb 2017 08:55:07 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1487593583 -19800 > # Mon Feb 20 17:56:23 2017 +0530 > # Node ID 3c7e816697791c48de126c06c069af23c9e2bc3a > # Parent 2c9e619ba9ee8e72370cc0f27f59da39947773b6 >

Re: [PATCH] Make test suite more immune to environment variables

2017-02-21 Thread Yuya Nishihara
On Mon, 20 Feb 2017 09:43:09 -0800, Bryan O'Sullivan wrote: > On Mon, Feb 20, 2017 at 9:27 AM, Dr Rainer Woitok > wrote: > > > tests: make test suite more immune to environment variables > > > > Good catch! Indeed. Queued, thanks. ___ Mercurial-devel

Re: [PATCH 2 of 2 pager-dispatch-tweaks] dispatch: rearrange 'unknown command' code to better employ pager

2017-02-22 Thread Yuya Nishihara
On Tue, 21 Feb 2017 16:14:53 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1487704805 18000 > # Tue Feb 21 14:20:05 2017 -0500 > # Node ID 52083816be40edfac2e3e052ebe4d828c6c4a1c6 > # Parent f489d1ec2070f25a09f571177b97d8284b3b1932 > dispatch: rearrange '

Re: [PATCH 1 of 2 pager-endgame] pager: move most help to a new help topic and deprecate extension

2017-02-22 Thread Yuya Nishihara
On Tue, 21 Feb 2017 16:18:12 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486444073 18000 > # Tue Feb 07 00:07:53 2017 -0500 > # Node ID 589dcabe2b7a2b9f2d49646d710335e5a70ad492 > # Parent 59e69ed81776f0186cb6e6c69f8d7659afab26b7 > pager: move most help

Re: [PATCH 1 of 2 pager-tweaks] incoming: delay pager activation until right before printing changes

2017-02-22 Thread Yuya Nishihara
On Tue, 21 Feb 2017 14:00:07 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1487692393 18000 > # Tue Feb 21 10:53:13 2017 -0500 > # Node ID 54759a9a01b70dc90fe8db95023f18244b50a7c4 > # Parent 59e69ed81776f0186cb6e6c69f8d7659afab26b7 > incoming: delay pager

Re: [PATCH 1 of 2 pager-dispatch-tweaks] help: move rst formatting of help documents into help.py

2017-02-22 Thread Yuya Nishihara
On Tue, 21 Feb 2017 16:14:52 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1487704651 18000 > # Tue Feb 21 14:17:31 2017 -0500 > # Node ID f489d1ec2070f25a09f571177b97d8284b3b1932 > # Parent 59e69ed81776f0186cb6e6c69f8d7659afab26b7 > help: move rst format

Re: [PATCH 09 of 19 pager] help: enable pager

2017-02-22 Thread Yuya Nishihara
On Tue, 21 Feb 2017 10:51:32 -0500, Augie Fackler wrote: > > On Feb 21, 2017, at 07:58, Yuya Nishihara wrote: > > On Sun, 19 Feb 2017 18:13:00 -0500, Augie Fackler wrote: > >> # HG changeset patch > >> # User Augie Fackler > >> # Date 1486440561 18000 >

Re: [PATCH 2 of 2 pager-endgame] pager: add a config knob to just globally turn off the pager

2017-02-22 Thread Yuya Nishihara
On Tue, 21 Feb 2017 16:18:13 -0500, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1486505605 18000 > # Tue Feb 07 17:13:25 2017 -0500 > # Node ID 390e26db66994cc2f627933815db02353958289f > # Parent 589dcabe2b7a2b9f2d49646d710335e5a70ad492 > pager: add a config k

Re: [PATCH abc] Allow specifying default --flag options via config

2017-02-22 Thread Yuya Nishihara
On Wed, 22 Feb 2017 18:23:46 +0530, Pulkit Goyal wrote: > On Wed, Feb 22, 2017 at 5:57 PM, rishi shah > > diff -r 3844b3299a53 -r 035603e2e432 hgext/patchbomb.py > > --- a/hgext/patchbomb.pyThu Feb 16 10:33:59 2017 -0800 > > +++ b/hgext/patchbomb.pyTue Feb 21 18:23:42 2017 +0530 >

Re: [PATCH] smartset: preserve istopo for baseset operations

2017-02-22 Thread Yuya Nishihara
On Tue, 21 Feb 2017 16:33:56 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487723371 28800 > # Tue Feb 21 16:29:31 2017 -0800 > # Node ID 70e221675023dc23b5da10ae0c1d6baffdd6dd93 > # Parent 37ab9e20991c1d39014db8297065357fbded0213 > # Available At https://bitbucket.or

Re: [PATCH 1 of 6] color: move 'win32' declaration to the core module

2017-02-22 Thread Yuya Nishihara
On Tue, 21 Feb 2017 23:17:57 +0100, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1482372679 -3600 > # Thu Dec 22 03:11:19 2016 +0100 > # Node ID 60a489f0531abbafc7f53a3dd4bad50f13b38015 > # Parent e5363cb96233861fc99f7e9b85d7884d3121558c > # EXP-Topic c

Re: [PATCH 04 of 10] localrepo: move ui loading to baselocalrepository

2017-02-23 Thread Yuya Nishihara
On Wed, 22 Feb 2017 20:27:39 -0800, Jun Wu wrote: > Excerpts from Kevin Bullock's message of 2017-02-22 20:31:14 -0600: > > There's another alternative we might consider: can we move all of the > > "side effects" out of the localrepository class entirely? That is, instead > > of resorting to inheri

[PATCH 1 of 2] graphlog: restore pager lost at 1cec1d863008

2017-02-23 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1487852426 -32400 # Thu Feb 23 21:20:26 2017 +0900 # Node ID 32900a2dc4c5d2fd51b8e1238deac712a5a0e177 # Parent 96eaefd350aec869047d9e2da90913ae698463df graphlog: restore pager lost at 1cec1d863008 diff --git a/mercurial/cmdutil.py b

[PATCH 2 of 2] pager: do not try to run an empty pager command

2017-02-23 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1487852845 -32400 # Thu Feb 23 21:27:25 2017 +0900 # Node ID 84acad766a0fdd0591c68783ff02ce688e45968b # Parent 32900a2dc4c5d2fd51b8e1238deac712a5a0e177 pager: do not try to run an empty pager command If pagercmd is explicitly set to '&

Re: [PATCH 1 of 2] revset: make wdir() work with parent '^' operator(issue4905)

2017-02-23 Thread Yuya Nishihara
On Thu, 23 Feb 2017 17:30:01 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1487801796 -19800 > # Thu Feb 23 03:46:36 2017 +0530 > # Node ID e86b701628b33640c537e7377bbee8b69f22e390 > # Parent 4572027bbe6795e66758120375f647c1c1804195 >

Re: [PATCH] journal: enable pager

2017-02-23 Thread Yuya Nishihara
On Thu, 23 Feb 2017 00:35:25 -0800, Aaron Kushner wrote: > # HG changeset patch > # User Aaron Kushner > # Date 1487833298 28800 > # Wed Feb 22 23:01:38 2017 -0800 > # Node ID d81680ba42dabf6780e51009678a6aa809ad35bb > # Parent 96eaefd350aec869047d9e2da90913ae698463df > journal: enable pager

Re: [PATCH 3 of 6] move: move the 'label' method to the core class

2017-02-23 Thread Yuya Nishihara
On Wed, 22 Feb 2017 17:54:34 +0100, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1487590284 -3600 > # Mon Feb 20 12:31:24 2017 +0100 > # Node ID 9a9e8b28b717e30ed43030cc64f115a4356193de > # Parent f53e95ec986616a48a3a8e67e5a9674b8a684d6e > # EXP-Topic c

Re: [PATCH] wireproto: remove unused code

2017-02-23 Thread Yuya Nishihara
On Wed, 22 Feb 2017 10:18:58 -0800, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1487787258 28800 > # Wed Feb 22 10:14:18 2017 -0800 > # Node ID 2cf1e5207fdfb3beac255dbacf74b8ac03e5125d > # Parent 80f04ba7f4d1f439d726068f02172f9a52b981fe > # Available At https://bitbucket.or

Re: [PATCH 4 of 6] color: move 'write' logic to the core ui class

2017-02-23 Thread Yuya Nishihara
On Wed, 22 Feb 2017 17:54:35 +0100, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1487590299 -3600 > # Mon Feb 20 12:31:39 2017 +0100 > # Node ID 0f2be97ca31046bbf9c9f37fcdacf7b406e94054 > # Parent 9a9e8b28b717e30ed43030cc64f115a4356193de > # EXP-Topic c

Re: [PATCH 2 of 2] py3: make util.posixfile compatible with py3

2017-02-23 Thread Yuya Nishihara
On Thu, 23 Feb 2017 17:29:01 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1487768580 -19800 > # Wed Feb 22 18:33:00 2017 +0530 > # Node ID 4572027bbe6795e66758120375f647c1c1804195 > # Parent 80693cfda5a63dee28cf9e63cf0e8cef3f27f23a >

Re: [PATCH 1 of 2] py3: use pycompat.fsencode() to convert __file__ to bytes

2017-02-23 Thread Yuya Nishihara
On Thu, 23 Feb 2017 17:29:00 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1487596242 -19800 > # Mon Feb 20 18:40:42 2017 +0530 > # Node ID 80693cfda5a63dee28cf9e63cf0e8cef3f27f23a > # Parent 37ab9e20991c1d39014db8297065357fbded0213 >

Re: [PATCH 04 of 11] hgweb: handle a "linerange" request parameter in filelog command

2017-02-23 Thread Yuya Nishihara
On Wed, 22 Feb 2017 16:09:58 +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1484844060 -3600 > # Thu Jan 19 17:41:00 2017 +0100 > # Node ID 4d83e067c9c6e0f5fb7b126a9739aa9dd8113af4 > # Parent 0a725b74eeb2a8eca6d1d82ba8ec8c2d188e8684 > # EXP-Topic linerange

Re: [PATCH 03 of 11] gitweb: add "more" and "less" navigation links in filelog template

2017-02-23 Thread Yuya Nishihara
On Wed, 22 Feb 2017 16:09:57 +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1487761757 -3600 > # Wed Feb 22 12:09:17 2017 +0100 > # Node ID 0a725b74eeb2a8eca6d1d82ba8ec8c2d188e8684 > # Parent af5922c52aef6f494cb7c7e9914f1ba987916ea2 > # EXP-Topic linerange

Re: [PATCH 02 of 11] context: also return ancestor's line range in blockancestors

2017-02-23 Thread Yuya Nishihara
On Wed, 22 Feb 2017 16:09:56 +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1484583276 -3600 > # Mon Jan 16 17:14:36 2017 +0100 > # Node ID af5922c52aef6f494cb7c7e9914f1ba987916ea2 > # Parent a65cc4f311cd1aab4502811e865a67ef7205c010 > # EXP-Topic linerange

Re: [PATCH 3 of 5 STABLE V2] worker: allow waitforworkers to be non-blocking

2017-02-23 Thread Yuya Nishihara
On Jul 29, 2016 11:21 PM, "Yuya Nishihara" wrote: On Thu, 28 Jul 2016 21:50:06 +0100, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1469735827 -3600 > # Thu Jul 28 20:57:07 2016 +0100 > # Node ID 57c3b5c1b41333faa4062720ae

Re: [PATCH STABLE] worker: ignore meaningless exit status indication returned by os.waitpid()

2017-02-24 Thread Yuya Nishihara
On Fri, 24 Feb 2017 06:05:29 +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1487883654 -32400 > # Fri Feb 24 06:00:54 2017 +0900 > # Branch stable > # Node ID d879917b416a305a42ab92a6d3ac2121d6830560 > # Parent aa25989b0658dcefbd4c1bce7c389f006f2

Re: [PATCH 04 of 11] hgweb: handle a "linerange" request parameter in filelog command

2017-02-24 Thread Yuya Nishihara
On Wed, 22 Feb 2017 16:09:58 +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1484844060 -3600 > # Thu Jan 19 17:41:00 2017 +0100 > # Node ID 4d83e067c9c6e0f5fb7b126a9739aa9dd8113af4 > # Parent 0a725b74eeb2a8eca6d1d82ba8ec8c2d188e8684 > # EXP-Topic linerange

  1   2   3   4   5   6   7   8   9   10   >