Re: What should we do about the i18n repo?

2020-09-07 Thread FUJIWARA Katsunori
On Tue, 08 Sep 2020 04:24:18 +0900, Augie Fackler wrote: > > > > > On Sep 7, 2020, at 8:37 AM, David Demelier wrote: > > > > > >> On 7 Sep 2020, at 11:07, FUJIWARA Katsunori wrote: > >> > >> On Fri, 24 Apr 2020 09:36:14 +0900, &

Re: What should we do about the i18n repo?

2020-09-07 Thread FUJIWARA Katsunori
an/listinfo/mercurial-devel> > > [1.2 ] > [2 ] > ___ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel --

[PATCH 7 of 7] contrib: make check-code.py check code fragments embedded in test scripts

2019-02-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1551376389 -32400 # Fri Mar 01 02:53:09 2019 +0900 # Node ID fe6c2603ab5277927130177f531bf48b69a54c62 # Parent e518c9701ab473a51e06fde20866fafe8864b960 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 3 of 7] contrib: refactor preparation logic for patterns of check-code.py

2019-02-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1551376389 -32400 # Fri Mar 01 02:53:09 2019 +0900 # Node ID 26e86857082b83cc45ab452a83775a661adc6363 # Parent bbc5686632c8fe35372c3095e3cedb1823472831 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 2 of 7] contrib: split pypats list in check-code.py

2019-02-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1551376385 -32400 # Fri Mar 01 02:53:05 2019 +0900 # Node ID bbc5686632c8fe35372c3095e3cedb1823472831 # Parent c3bccf551e129e0ed8dd7c3c0b5d06cd4314a42a # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 4 of 7] contrib: factor out actual error check for file data of check-code.py

2019-02-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1551376389 -32400 # Fri Mar 01 02:53:09 2019 +0900 # Node ID 317e158d9224ef339c5a39a36cc29001e88aca2b # Parent 26e86857082b83cc45ab452a83775a661adc6363 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 6 of 7] contrib: add line offset information to file check function of check-code.py

2019-02-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1551376389 -32400 # Fri Mar 01 02:53:09 2019 +0900 # Node ID e518c9701ab473a51e06fde20866fafe8864b960 # Parent 1b4340efc1c6e777f1a6fa9d1fe05e3ff7d07c05 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 5 of 7] contrib: change return value of file checking function of check-code.py

2019-02-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1551376389 -32400 # Fri Mar 01 02:53:09 2019 +0900 # Node ID 1b4340efc1c6e777f1a6fa9d1fe05e3ff7d07c05 # Parent 317e158d9224ef339c5a39a36cc29001e88aca2b # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 1 of 7] tests: remove useless line wrapping in a code fragment embedded in test script

2019-02-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1551376312 -32400 # Fri Mar 01 02:51:52 2019 +0900 # Node ID c3bccf551e129e0ed8dd7c3c0b5d06cd4314a42a # Parent 78027e7bc54426e0b7d5a2c9ba3b428f314ccd1a # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 7 of 7] tests: bulk changes to avoid whitespace errors of check-code.py

2019-02-17 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1550417245 -32400 # Mon Feb 18 00:27:25 2019 +0900 # Node ID 2f6a1d093864a07557a439d6c8fa0f583bc6a4ce # Parent 4f1714df74136e8b46a35810e2e46a7d25b243a8 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 3 of 7] tests: bulk change to avoid "unneeded trailing ', ' ..." error of check-code.py

2019-02-17 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1550417245 -32400 # Mon Feb 18 00:27:25 2019 +0900 # Node ID d294202804a296c3f03e1c013886c5c1f174be6c # Parent 308243c661d7fb232997d290dfd861b95e36f090 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 5 of 7] tests: bulk changes to avoid "omit superfluous pass" check-code.py error

2019-02-17 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1550417245 -32400 # Mon Feb 18 00:27:25 2019 +0900 # Node ID 617e8b6f8721d3f9ba351c614a47dfd287505704 # Parent c1c8ae482985411a899cced234c2ef07d508c356 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 1 of 7] tests: use NO_CHECK_EOF as heredoc limit mark to omit checking code fragments

2019-02-17 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1550417245 -32400 # Mon Feb 18 00:27:25 2019 +0900 # Node ID b618569414e7d2db2c1d31a17c15bda3b8830901 # Parent 6704696141b85f4a5b6b13171548085cae4dafe5 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 4 of 7] tests: replace imported module to avoid check-code.py error

2019-02-17 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1550417245 -32400 # Mon Feb 18 00:27:25 2019 +0900 # Node ID c1c8ae482985411a899cced234c2ef07d508c356 # Parent d294202804a296c3f03e1c013886c5c1f174be6c # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 6 of 7] tests: replace "naked except clause" to avoid check-code.py error

2019-02-17 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1550417245 -32400 # Mon Feb 18 00:27:25 2019 +0900 # Node ID 4f1714df74136e8b46a35810e2e46a7d25b243a8 # Parent 617e8b6f8721d3f9ba351c614a47dfd287505704 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 2 of 7] tests: define class in modern style to avoid check-code.py error

2019-02-17 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1550417245 -32400 # Mon Feb 18 00:27:25 2019 +0900 # Node ID 308243c661d7fb232997d290dfd861b95e36f090 # Parent b618569414e7d2db2c1d31a17c15bda3b8830901 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 1 of 2] tests: configure fsmonitor.mode=paranoid always if fsmonitor is used

2018-10-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1539328028 -32400 # Fri Oct 12 16:07:08 2018 +0900 # Node ID 2994abbbfddc09425be23a84423d34be34d474a9 # Parent c3b7d9c54edd045fd463011faa736ef4e5fdc8f9 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 2 of 2] fsmonitor: use vfs instead of opener (issue5938)

2018-10-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1539330346 -32400 # Fri Oct 12 16:45:46 2018 +0900 # Node ID e7939b7fa76137718b4f4591de7d85c8ce546df5 # Parent 2994abbbfddc09425be23a84423d34be34d474a9 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 4 of 5] tests: use NO_CHECK_EOF for fragments used to test importing via extension

2018-10-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1538967784 -32400 # Mon Oct 08 12:03:04 2018 +0900 # Node ID b1f8e4aa6e384a9a08b33d67bcc809eb16dddb38 # Parent 09b2a0aefdbb992918696f6d3685e8276c038c07 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 1 of 5] tests: fix style issue of importing hgweb in embedded code fragments

2018-10-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1538961006 -32400 # Mon Oct 08 10:10:06 2018 +0900 # Node ID 46871703ab061d8370eb1a56c0df3e5d748ae154 # Parent 57500950f40e2903df0e1fe20a3dfab7ad0df3cb # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 3 of 5] tests: use NO_CHECK_EOF for fragments having intentional error

2018-10-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1538962259 -32400 # Mon Oct 08 10:30:59 2018 +0900 # Node ID 09b2a0aefdbb992918696f6d3685e8276c038c07 # Parent 06db0c68e10d53381714f5f4224f00cf4d07a4d0 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 5 of 5] tests: drop files from exclusion list in test-check-module-imports.t

2018-10-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1538971926 -32400 # Mon Oct 08 13:12:06 2018 +0900 # Node ID 1536e9835ae7296c9eef7938e7a2a370c55573dc # Parent b1f8e4aa6e384a9a08b33d67bcc809eb16dddb38 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 2 of 5] tests: fix style issue of importing order in test-lock.py

2018-10-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1538963136 -32400 # Mon Oct 08 10:45:36 2018 +0900 # Node ID 06db0c68e10d53381714f5f4224f00cf4d07a4d0 # Parent 46871703ab061d8370eb1a56c0df3e5d748ae154 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

Re: [PATCH 3 of 5] contrib: add an utility module to parse test scripts

2018-10-09 Thread FUJIWARA Katsunori
At Tue, 9 Oct 2018 21:02:04 +0900, Yuya Nishihara wrote: > > On Tue, 09 Oct 2018 02:34:38 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1534994754 -32400 > > # Thu Aug 23 12:

[PATCH 3 of 5] contrib: add an utility module to parse test scripts

2018-10-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534994754 -32400 # Thu Aug 23 12:25:54 2018 +0900 # Node ID 92d0e6f411c72800b59adafccf50ac0b0d15ba17 # Parent ecf28733d6b95c39068d7f593c0b9a98a068509f # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 5 of 5] import-checker: use testparseutil.embedded() to centralize detection logic

2018-10-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534994754 -32400 # Thu Aug 23 12:25:54 2018 +0900 # Node ID 850b28c6b835f140ac9516de00c48c797b5e66e8 # Parent 814c18796bdc642417f8ef47565ca2dbea1a8855 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 2 of 5] tests: use environment variable indirectly

2018-10-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534994681 -32400 # Thu Aug 23 12:24:41 2018 +0900 # Node ID ecf28733d6b95c39068d7f593c0b9a98a068509f # Parent fe5486e76d2610bdd20837b487deb3f0a9a2d820 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 1 of 5] tests: import multiple modules separately

2018-10-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534994441 -32400 # Thu Aug 23 12:20:41 2018 +0900 # Node ID fe5486e76d2610bdd20837b487deb3f0a9a2d820 # Parent 1d09ba0d2ed3d19f1ca1b116591cc413eb87ac65 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 3 of 4] help: revise explanation about capability check while selecting merge tool

2018-08-24 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534915379 -32400 # Wed Aug 22 14:22:59 2018 +0900 # Node ID 9550ea4f1d737a7f3d79fbf2e1aa173497f75d4b # Parent 222400828ff78e0a44cdf20a57cba679304ca913 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 4 of 4] i18n: merge i18n comments of translatable texts correctly

2018-08-24 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534916276 -32400 # Wed Aug 22 14:37:56 2018 +0900 # Node ID 341fa53ab3c4c8fb2d009e413fe9555c275a817c # Parent 9550ea4f1d737a7f3d79fbf2e1aa173497f75d4b # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 1 of 4] filemerge: make capability check for internal tools ignore merge-tools section

2018-08-24 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534913821 -32400 # Wed Aug 22 13:57:01 2018 +0900 # Node ID 612d99ed365e4865f682a9483f70d525cfd85d1d # Parent bb2b462f81daae07d5400aee7db794857959979c # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 2 of 4] filemerge: avoid putting translated text into docstring

2018-08-24 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534914507 -32400 # Wed Aug 22 14:08:27 2018 +0900 # Node ID 222400828ff78e0a44cdf20a57cba679304ca913 # Parent 612d99ed365e4865f682a9483f70d525cfd85d1d # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

Re: [PATCH 3 of 5] registrar: add decorator class to register a function as web command (API)

2018-08-24 Thread FUJIWARA Katsunori
At Thu, 23 Aug 2018 21:27:40 +0900, Yuya Nishihara wrote: > > On Wed, 22 Aug 2018 11:21:54 +0900, FUJIWARA Katsunori wrote: > > +# delay importing webcommands, because it implies evaluation of > > +# hgweb/__init__.py, even though web server feature is not used in >

[PATCH 2 of 5] registrar: add classes to wrap existing function

2018-08-21 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534896968 -32400 # Wed Aug 22 09:16:08 2018 +0900 # Node ID eafbb78561cfd9d299f72fca659bf4747c4808c6 # Parent f52f112594f5d27067446280a685fba3a9053a13 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 5 of 5] hgweb: centralize registration of web commands into webcommands.commands (API)

2018-08-21 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534896968 -32400 # Wed Aug 22 09:16:08 2018 +0900 # Node ID ae3877647d3c07748d96d8bc2f74d96e7d9fbc9c # Parent afe84a051a391724a7d11f07513cf69f2e46b563 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 1 of 5] registrar: add base classes to wrap functions, commands, and so on (API)

2018-08-21 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534511513 -32400 # Fri Aug 17 22:11:53 2018 +0900 # Node ID f52f112594f5d27067446280a685fba3a9053a13 # Parent 7a759ad2d06dcf6548a8cc19fcd773eaa943f7ac # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 3 of 5] registrar: add decorator class to register a function as web command (API)

2018-08-21 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534511486 -32400 # Fri Aug 17 22:11:26 2018 +0900 # Node ID 15909a34b98c7d07d7c7fe1eb2fd4a466a7f41e8 # Parent eafbb78561cfd9d299f72fca659bf4747c4808c6 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 4 of 5] registrar: add classes to wrap existing webcommand

2018-08-21 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534896968 -32400 # Wed Aug 22 09:16:08 2018 +0900 # Node ID afe84a051a391724a7d11f07513cf69f2e46b563 # Parent 15909a34b98c7d07d7c7fe1eb2fd4a466a7f41e8 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

Re: D4283: webcommands: fix `@webcommand` decorator

2018-08-18 Thread FUJIWARA Katsunori
annotate_highlight) > > > > To: sheehan, #hg-reviewers > Cc: mercurial-devel > _______ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Re: [PATCH 1 of 6] help: describe more detail about capabilities while deciding merge tool

2018-08-16 Thread FUJIWARA Katsunori
At Thu, 16 Aug 2018 19:32:23 +0900, Yuya Nishihara wrote: > > On Thu, 16 Aug 2018 03:35:33 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1534244736 -32400 > > # Tue Aug 14 20:

Re: [PATCH 6 of 6] filemerge: show actual capabilities of internal merge tools

2018-08-16 Thread FUJIWARA Katsunori
At Thu, 16 Aug 2018 19:13:40 +0900, Yuya Nishihara wrote: > > On Thu, 16 Aug 2018 03:35:38 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1534252828 -32400 > > # Tue Aug 14 22:

Re: [PATCH 5 of 6] filemerge: add config knob to check capabilities of internal merge tools

2018-08-16 Thread FUJIWARA Katsunori
At Thu, 16 Aug 2018 19:03:30 +0900, Yuya Nishihara wrote: > > On Thu, 16 Aug 2018 03:35:37 +0900, FUJIWARA Katsunori wrote: > > +``strict-capability-check`` > > + Whether capabilities of internal merge tools are checked strictly > > + or not, while examining ru

Re: [PATCH 3 of 6] filemerge: add the function to examine a capability of a internal tool

2018-08-16 Thread FUJIWARA Katsunori
At Thu, 16 Aug 2018 18:51:55 +0900, Yuya Nishihara wrote: > > On Thu, 16 Aug 2018 03:35:35 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1534245351 -32400 > > # Tue Aug 14 20:

[PATCH 5 of 6] filemerge: add config knob to check capabilities of internal merge tools

2018-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534339490 -32400 # Wed Aug 15 22:24:50 2018 +0900 # Node ID 813cc2cf9c0cae1928584518afb4558c443b77b7 # Parent 48c9d0cb2afe7692324e1fa7872bc577db6496af # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 6 of 6] filemerge: show actual capabilities of internal merge tools

2018-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534252828 -32400 # Tue Aug 14 22:20:28 2018 +0900 # Node ID f65c2eed9d606cbe7c5c76a8787f2db710abc445 # Parent 813cc2cf9c0cae1928584518afb4558c443b77b7 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 3 of 6] filemerge: add the function to examine a capability of a internal tool

2018-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534245351 -32400 # Tue Aug 14 20:15:51 2018 +0900 # Node ID 1d16378efeb91e435d520b081a7a34b78d7fa7e2 # Parent ca968875ed9869cbfa464af05c2a217219f298ed # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 1 of 6] help: describe more detail about capabilities while deciding merge tool

2018-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534244736 -32400 # Tue Aug 14 20:05:36 2018 +0900 # Node ID cffd12b0d927a859e99c8b5e3f451512c85999d1 # Parent 18cbe2d872d3184c4504094a6fd070ca96f48181 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 2 of 6] filemerge: set actual capabilities of internal merge tools

2018-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1534244907 -32400 # Tue Aug 14 20:08:27 2018 +0900 # Node ID ca968875ed9869cbfa464af05c2a217219f298ed # Parent cffd12b0d927a859e99c8b5e3f451512c85999d1 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 3 of 4] i18n: omit redundant translatable synopsis text to avoid xgettext warning

2018-08-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1528687936 -32400 # Mon Jun 11 12:32:16 2018 +0900 # Node ID ddfbcd8d9351fb699d08482d2ced0e6cc42ea319 # Parent b2d92c607d9af9945a03cd2e5d781021bfc80de1 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 1 of 4] i18n: avoid substitution of PYFILES at runtime for readability of output

2018-08-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1533211650 -32400 # Thu Aug 02 21:07:30 2018 +0900 # Node ID 984894e4ad78ef5799a6974d079d45bcf5a64f05 # Parent 2002c193f2bcb07ea898d6229835e7d61bc48aae # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 2 of 4] i18n: omit redundant warnings of GNU xgettext command

2018-08-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1533224280 -32400 # Fri Aug 03 00:38:00 2018 +0900 # Node ID b2d92c607d9af9945a03cd2e5d781021bfc80de1 # Parent 984894e4ad78ef5799a6974d079d45bcf5a64f05 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

[PATCH 4 of 4] i18n: format warning of hggettext in standard compiler error style

2018-08-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori # Date 1528689615 -32400 # Mon Jun 11 13:00:15 2018 +0900 # Node ID 7748d224f147c8d8d4990f6e8b2a1ce865283c26 # Parent ddfbcd8d9351fb699d08482d2ced0e6cc42ea319 # Available At https://bitbucket.org/foozy/mercurial-wip # hg pull https

Re: [PATCH 7 of 7] extdata: abort if external command exits with non-zero status

2017-10-04 Thread FUJIWARA Katsunori
At Tue, 3 Oct 2017 22:22:52 +0900, Yuya Nishihara wrote: > > On Sun, 01 Oct 2017 17:15:06 +0100, FUJIWARA Katsunori wrote: > > At Sun, 01 Oct 2017 13:00:18 +0100, > > Yuya Nishihara wrote: > > > > > > # HG changeset patch > > > # User Yuya Nishihara

Re: [PATCH 7 of 7] extdata: abort if external command exits with non-zero status

2017-10-01 Thread FUJIWARA Katsunori
___ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel -- -- [FUJIWARA Katsunori]

Re: [PATCH] doc: use markdown syntax in README

2017-09-25 Thread FUJIWARA Katsunori
laying it? > I'm +1 to renaming the file README.rst, too (though I'm not sure that Phabricator can handle README.rst as expected) It will help other hosting services to detect kind of syntax. > pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和 > Kevin R. Bullock > > _

[PATCH 2 of 4 evolve-ext] topic: use registrar.revsetpredicate to register revset predicate functions

2017-09-14 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1502115433 -32400 # Mon Aug 07 23:17:13 2017 +0900 # Node ID c89a40ef1e93c733a8ecd2a88efd83c72e5c6ac9 # Parent 36c09de6c9765c41393c92298b0455b9491b91dc # Available At https://fo...@bitbucket.org/foozy/hgext-

[PATCH 4 of 4 evolve-ext] evolve: use registrar.templatekeyword to register template keyword functions

2017-09-14 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1502115761 -32400 # Mon Aug 07 23:22:41 2017 +0900 # Node ID d24bf49080b751520b734482936566da7421de12 # Parent dea894973e8faddafe06cc53fbfe6a4f109c3143 # Available At https://fo...@bitbucket.org/foozy/hgext-

[PATCH 1 of 4 evolve-ext] doc: make paragraphs before example code end with "::" for reST syntax

2017-09-14 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1502115897 -32400 # Mon Aug 07 23:24:57 2017 +0900 # Node ID 36c09de6c9765c41393c92298b0455b9491b91dc # Parent 23c9600607e7ea3c6d95cddc5ad134cab4f7d7fe # Available At https://fo...@bitbucket.org/foozy/hgext-

[PATCH 3 of 4 evolve-ext] evolve: use registrar.revsetpredicate to register revset predicate functions

2017-09-14 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1505041612 -32400 # Sun Sep 10 20:06:52 2017 +0900 # Node ID dea894973e8faddafe06cc53fbfe6a4f109c3143 # Parent c89a40ef1e93c733a8ecd2a88efd83c72e5c6ac9 # Available At https://fo...@bitbucket.org/foozy/hgext-

[PATCH evolve-ext] topic: centralize compatibility logic between hg versions into compat module

2017-09-14 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1505050914 -32400 # Sun Sep 10 22:41:54 2017 +0900 # Node ID 3412cce8dbb22a937e72939a5d726c0949715983 # Parent 23c9600607e7ea3c6d95cddc5ad134cab4f7d7fe # Available At https://fo...@bitbucket.org/foozy/hgext-

[PATCH evolve-ext STABLE] topic: check availability of obsutil.getmarkers() for portability

2017-09-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1505049726 -32400 # Sun Sep 10 22:22:06 2017 +0900 # Branch stable # Node ID 12654c26c4ed79e83661c92473d3f42bb4de5134 # Parent 0d16c89aa18584443d08fd07c587d4cb14677c4a # Available At https://fo...@bitbuck

Re: [PATCH 4 of 6] i18n: use saved object to get actual function information if available

2017-08-21 Thread FUJIWARA Katsunori
At Mon, 21 Aug 2017 21:46:35 +0900, Yuya Nishihara wrote: > > On Wed, 16 Aug 2017 01:19:04 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1502792844 -32400 > > # Tue Aug

[PATCH 5 of 6] i18n: ignore docstring for modules under mercurial

2017-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1502798786 -32400 # Tue Aug 15 21:06:26 2017 +0900 # Node ID 9278f5eb1e79227c875ddf3a2147b18fc529c504 # Parent b6dd19c795147e675b9caf58383b6cafd3f03534 # Available At https://bitbucket.org/foozy/mercuri

[PATCH 4 of 6] i18n: use saved object to get actual function information if available

2017-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1502792844 -32400 # Tue Aug 15 19:27:24 2017 +0900 # Node ID b6dd19c795147e675b9caf58383b6cafd3f03534 # Parent 1d204d17d51eb143f1ef66426cec1831cd8c93bf # Available At https://bitbucket.org/foozy/mercuri

[PATCH 6 of 6] i18n: get translation entries for description of each compression engines

2017-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1502798973 -32400 # Tue Aug 15 21:09:33 2017 +0900 # Node ID 2f24939cbd6674abc6815746a07049fa98fa7fa6 # Parent 9278f5eb1e79227c875ddf3a2147b18fc529c504 # Available At https://bitbucket.org/foozy/mercuri

[PATCH 2 of 6] largefiles: fix help text to avoid warning at "make update-pot"

2017-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1501604107 -32400 # Wed Aug 02 01:15:07 2017 +0900 # Node ID abd0f3801a00bf7d3e5a74de796ec68d97d3e9dd # Parent 17bdacaa47c5b08ebe4e5b8e140b9c0f6d4bf129 # Available At https://bitbucket.org/foozy/mercuri

[PATCH 3 of 6] i18n: ignore doctest part to avoid warning at "make update-pot"

2017-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1502605216 -32400 # Sun Aug 13 15:20:16 2017 +0900 # Node ID 1d204d17d51eb143f1ef66426cec1831cd8c93bf # Parent abd0f3801a00bf7d3e5a74de796ec68d97d3e9dd # Available At https://bitbucket.org/foozy/mercuri

[PATCH 1 of 6] i18n: make hggettext use original docstring to compute offset

2017-08-15 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1501603400 -32400 # Wed Aug 02 01:03:20 2017 +0900 # Node ID 17bdacaa47c5b08ebe4e5b8e140b9c0f6d4bf129 # Parent 05264fc9d8d64159ab942c1bde400238f2c0ec88 # Available At https://bitbucket.org/foozy/mercuri

Re: [PATCH STABLE] i18n: use actual filename, in which function is defined, for hg.pot

2017-08-12 Thread FUJIWARA Katsunori
At Sat, 05 Aug 2017 03:16:57 +0900, FUJIWARA Katsunori wrote: > > At Fri, 4 Aug 2017 00:36:28 +0900, > Yuya Nishihara wrote: > > > > On Wed, 02 Aug 2017 22:36:45 +0900, FUJIWARA Katsunori wrote: > > > # HG changeset patch > > > # User FUJIWARA Katsuno

[PATCH] templatekw: add singular names to refer list element in map expression

2017-08-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1502546625 -32400 # Sat Aug 12 23:03:45 2017 +0900 # Node ID 9a4194f1f4481c5b7983e31aeda9033c98d0a0fb # Parent db6b666ce1e6c6fd26f6fb07c00fe0e3b18a081d # Available At https://bitbucket.org/foozy/mercuri

Re: [PATCH] filemerge: move decorator definition for internal merge tools to registrar

2017-08-07 Thread FUJIWARA Katsunori
At Tue, 8 Aug 2017 00:12:51 +0900, Yuya Nishihara wrote: > > On Mon, 07 Aug 2017 00:20:36 +0900, FUJIWARA Katsunori wrote: > > At Sun, 6 Aug 2017 22:16:04 +0900, > > Yuya Nishihara wrote: > > > On Sun, 06 Aug 2017 03:51:49 +0900, FUJIWARA Katsunori wrote: &

Re: [PATCH] filemerge: move decorator definition for internal merge tools to registrar

2017-08-06 Thread FUJIWARA Katsunori
At Sun, 6 Aug 2017 22:16:04 +0900, Yuya Nishihara wrote: > > On Sun, 06 Aug 2017 03:51:49 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1501949637 -32400 > > # Sun Aug

Re: [PATCH STABLE] i18n: use actual filename, in which function is defined, for hg.pot

2017-08-04 Thread FUJIWARA Katsunori
At Fri, 4 Aug 2017 00:36:28 +0900, Yuya Nishihara wrote: > > On Wed, 02 Aug 2017 22:36:45 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1501599731 -32400 > > # Wed Aug 02 00:

[PATCH STABLE] i18n: use actual filename, in which function is defined, for hg.pot

2017-08-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1501599731 -32400 # Wed Aug 02 00:02:11 2017 +0900 # Branch stable # Node ID b6d0bcd19b4dffb2360f909f459c27104ad16565 # Parent 76b171209151fe41dbf8dbfec473cc533f3b40ca # Available At https://bitbucket.org

[PATCH STABLE] ui: enable pager always for explicit --pager=on (issue5580)

2017-08-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1501581172 -32400 # Tue Aug 01 18:52:52 2017 +0900 # Branch stable # Node ID e9883ae6e2d70b0f78ec8c8953b47130ecba3f07 # Parent 76b171209151fe41dbf8dbfec473cc533f3b40ca # Available At https://bitbucket.org

[PATCH 1 of 3 STABLE] tests: make pdiff return appropriate exit code at comparison of files

2017-08-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1501474219 -32400 # Mon Jul 31 13:10:19 2017 +0900 # Branch stable # Node ID 3277d2061d402e57a282e1568f8e3bec189d # Parent 92f7dcf9a40b056573be89f611e1f093521696d7 # Available At https://bitbucket.org

[PATCH 3 of 3 STABLE] tests: avoid unexpected result at invocation of *.py file on Windows

2017-08-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1501518452 -32400 # Tue Aug 01 01:27:32 2017 +0900 # Branch stable # Node ID d64e152fedf9b5e30423d9684be204aa2fa1d792 # Parent e5dac85fed4b0ebf699cc55374356a4020a7a891 # Available At https://bitbucket.org

[PATCH 2 of 3 STABLE] tests: use pdiff instead of diff for portability

2017-08-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1501474594 -32400 # Mon Jul 31 13:16:34 2017 +0900 # Branch stable # Node ID e5dac85fed4b0ebf699cc55374356a4020a7a891 # Parent 3277d2061d402e57a282e1568f8e3bec189d # Available At https://bitbucket.org

[PATCH STABLE] README: make paragraphs before example code end with "::" for reST syntax

2017-07-31 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1501505273 -32400 # Mon Jul 31 21:47:53 2017 +0900 # Branch stable # Node ID fe33ab21105ba2476131c7b078d905a1f2f7efcf # Parent 92f7dcf9a40b056573be89f611e1f093521696d7 # Available At https://bitbucket.org

[PATCH evolve-ext STABLE] topic: make command names valid as expected, even if ui.strict=true

2017-07-25 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1500784228 -32400 # Sun Jul 23 13:30:28 2017 +0900 # Branch stable # Node ID 85c84eacbdeeaf10f3643a1bcf4ae7f38afcb30b # Parent 74456bc055ae1a17b0e8654ce9ed913aaf66c458 # Available At https://fo...@bitbuck

Re: [PATCH] test-phase-exchange: stabilize for Windows

2017-07-19 Thread FUJIWARA Katsunori
At Mon, 17 Jul 2017 23:18:53 -0400, Matt Harbison wrote: > > On Mon, 17 Jul 2017 11:05:27 -0400, FUJIWARA Katsunori > <fo...@lares.dti.ne.jp> wrote: > > > At Sat, 15 Jul 2017 23:49:54 -0400, > > Matt Harbison wrote: > >> > >> # HG chang

Re: [PATCH] test-phase-exchange: stabilize for Windows

2017-07-17 Thread FUJIWARA Katsunori
$ hg clone -q Upsilon Pi -r 7 >test-debug-phase: new rev 0: x -> 0 >test-debug-phase: new rev 1: x -> 0 > ___ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.

Re: [PATCH 7 of 8] branchmap: remove use of buffer() to support Python 2.6

2017-07-12 Thread FUJIWARA Katsunori
At Thu, 8 Jun 2017 12:13:27 -0700, Gregory Szorc wrote: > > [1 ] > On Thu, Jun 8, 2017 at 11:41 AM, Augie Fackler <r...@durin42.com> wrote: > > > > > > On Jun 8, 2017, at 12:02, FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > wrote: > > > &

[PATCH 6 of 7] tests: avoid tests related to directory permission if running with fsmonitor

2017-07-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499883479 -32400 # Thu Jul 13 03:17:59 2017 +0900 # Node ID e9ba6543da0c07111a3bfbbbea047dc1774c8798 # Parent 6727043ee44165d5e7527f0ec3d64c6ac0940a03 tests: avoid tests related to directory permission if r

[PATCH 4 of 7] tests: add extra output for fsmonitor at showconfig

2017-07-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499883478 -32400 # Thu Jul 13 03:17:58 2017 +0900 # Node ID 08feef4f8daa3dd00e680fc02c4775934846bc11 # Parent ade468df596d7c00c74fd71b5845fdb7cf464930 tests: add extra output for fsmonitor at showconfig

[PATCH 3 of 7] tests: take extra care for fsmonitor at enabling incompatible extension

2017-07-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499883478 -32400 # Thu Jul 13 03:17:58 2017 +0900 # Node ID ade468df596d7c00c74fd71b5845fdb7cf464930 # Parent 5e5e7e76130ef77d04f26d9ed90f05567e18336e tests: take extra care for fsmonitor at enabling incomp

[PATCH 1 of 7] tests: remove meaningless comment from blacklist for fsmonitor

2017-07-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499883477 -32400 # Thu Jul 13 03:17:57 2017 +0900 # Node ID a174d2007a3300b4352c0528966f4cfc4a21b683 # Parent 26e4ba058215e536d3827befbea99ff6203d35f8 tests: remove meaningless comment from blacklist for fsm

[PATCH 2 of 7] tests: remove meaningless entries from blacklist for fsmonitor

2017-07-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499883477 -32400 # Thu Jul 13 03:17:57 2017 +0900 # Node ID 5e5e7e76130ef77d04f26d9ed90f05567e18336e # Parent a174d2007a3300b4352c0528966f4cfc4a21b683 tests: remove meaningless entries from blacklist for fsm

[PATCH 7 of 7] tests: categorize entries in blacklist for fsmonitor for future reference

2017-07-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499883479 -32400 # Thu Jul 13 03:17:59 2017 +0900 # Node ID 1ce0071a1d382d3b74d9c26884baecf38b9e08ab # Parent e9ba6543da0c07111a3bfbbbea047dc1774c8798 tests: categorize entries in blacklist for fsm

[PATCH 5 of 7] tests: add extra output for fsmonitor at checking under .hg

2017-07-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499883478 -32400 # Thu Jul 13 03:17:58 2017 +0900 # Node ID 6727043ee44165d5e7527f0ec3d64c6ac0940a03 # Parent 08feef4f8daa3dd00e680fc02c4775934846bc11 tests: add extra output for fsmonitor at checking und

Re: [PATCH 6 of 8 sparse V2] dirstate: move validation of files in sparse checkout from extension

2017-07-11 Thread FUJIWARA Katsunori
t; + (include file with 'hg debugsparse --include ' or use 'hg add > --sparse ' to include file directory while adding) >[255] > > Verify deleting sparseness while a file has changes fails > @@ -265,8 +265,8 @@ Test that add -s adds dirs to sparse pro >$ touch add/foo >$ touch add/bar >

[PATCH] convert: transcode CVS log messages by specified encoding (issue5597)

2017-07-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499706604 -32400 # Tue Jul 11 02:10:04 2017 +0900 # Node ID c1aac882b992fef618d60e324aa2537f0634892d # Parent ccb3e5399921db16e95e7429cc2fb9ef82ee846e convert: transcode CVS log messages by specified en

[PATCH 2 of 6 V2] journal: execute setup procedures for already instantiated dirstate

2017-07-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499695791 -32400 # Mon Jul 10 23:09:51 2017 +0900 # Node ID 7ae6b72cb5da75670c00b00fe096cec22e0de731 # Parent d5ba581532af80641a881860c1dc718773892a40 journal: execute setup procedures for already instan

[PATCH 6 of 6 V2] fsmonitor: execute setup procedures only if dirstate is already instantiated

2017-07-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499695792 -32400 # Mon Jul 10 23:09:52 2017 +0900 # Node ID f0f0d10b0692825a8d996d73180d58843391da63 # Parent e7c8ebd3c341070ec069f0e5cc03cd0641f125c9 fsmonitor: execute setup procedures only if di

[PATCH 5 of 6 V2] fsmonitor: centralize setup procedures for dirstate

2017-07-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499695792 -32400 # Mon Jul 10 23:09:52 2017 +0900 # Node ID e7c8ebd3c341070ec069f0e5cc03cd0641f125c9 # Parent 65cdc2a0e356d131cd6675316adbb9d4b9a06845 fsmonitor: centralize setup procedures for dirstate

[PATCH 3 of 6 V2] journal: use wrapfilecache instead of wrapfunction on func of filecache

2017-07-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499695791 -32400 # Mon Jul 10 23:09:51 2017 +0900 # Node ID 826ccec0e5c33bedeb95f6f60b397e3565b209ec # Parent 7ae6b72cb5da75670c00b00fe096cec22e0de731 journal: use wrapfilecache instead of wrapfunction o

[PATCH 4 of 6 V2] fsmonitor: avoid needless instantiation of dirstate

2017-07-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499695792 -32400 # Mon Jul 10 23:09:52 2017 +0900 # Node ID 65cdc2a0e356d131cd6675316adbb9d4b9a06845 # Parent 826ccec0e5c33bedeb95f6f60b397e3565b209ec fsmonitor: avoid needless instantiation of dirstate

[PATCH 1 of 6 V2] localrepo: add isfilecached to check filecache-ed property is already cached

2017-07-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1499695791 -32400 # Mon Jul 10 23:09:51 2017 +0900 # Node ID d5ba581532af80641a881860c1dc718773892a40 # Parent ccb3e5399921db16e95e7429cc2fb9ef82ee846e localrepo: add isfilecached to check filecache-ed pr

Re: [PATCH 5 of 7] fsmonitor: avoid instantiation of dirstate in reposetup

2017-07-04 Thread FUJIWARA Katsunori
At Tue, 4 Jul 2017 23:09:24 +0900, Yuya Nishihara wrote: > > On Mon, 03 Jul 2017 02:53:19 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1499017960 -32400 > > # Mon Jul

Re: [PATCH] hooks: allow Unix style environment variables on external Windows hooks

2017-07-04 Thread FUJIWARA Katsunori
At Tue, 4 Jul 2017 22:13:46 +0900, Yuya Nishihara wrote: > > On Tue, 04 Jul 2017 12:42:08 +0900, FUJIWARA Katsunori wrote: > > At Mon, 03 Jul 2017 21:57:01 -0400, > > Matt Harbison wrote: > > > On Mon, 03 Jul 2017 12:15:49 -0400, FUJIWARA Katsunori > >

  1   2   3   4   >