Re: [PATCH 8 of 8] perf: replace ui.configint() by getint() for Mercurial earlier than 1.9

2016-08-11 Thread FUJIWARA Katsunori
At Thu, 11 Aug 2016 02:43:33 -0400, timeless wrote: > > FUJIWARA Katsunori wrote: > > +v = ui.config(section, name, None) > > fwiw, you have two spaces before `=` > Thank you for pointing out! I expect check-code.py to detect this kind of problem, but now I notic

Re: [PATCH 4 of 5] manifest: use property instead of field for manifest revlog storage

2016-08-10 Thread FUJIWARA Katsunori
evlog specific apis. > -self._oldmanifest = oldmanifest > +return self._repo.manifest > > def __getitem__(self, node): > """Retrieves the manifest instance for the given node. Throws a > KeyError > ___

[PATCH 2 of 2] py3: make check-py3-compat.py use correct module name at loading pure modules

2016-08-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1470677314 -32400 # Tue Aug 09 02:28:34 2016 +0900 # Node ID 2eb2bb13fcafc4d105ef22a5cebff3871c8068dc # Parent 28e13e7cac1c695702e160865cbc566b5a1acb70 py3: make check-py3-compat.py use correct modul

[PATCH 1 of 2] demandimport: import sub-module relatively as expected (issue5208)

2016-08-06 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1470489873 -32400 # Sat Aug 06 22:24:33 2016 +0900 # Node ID 1881f4a509a31d88a5db583c6db8d186040eba94 # Parent 2dd8c225e94c19d03713458bbeacc71c30347c51 demandimport: import sub-module relatively as ex

[PATCH 2 of 2] demandimport: omit default value of "level" at construction of _demandmod

2016-08-06 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1470489873 -32400 # Sat Aug 06 22:24:33 2016 +0900 # Node ID 6c99f07655feaf18d09e1d5846c54fc8c8223ddc # Parent 1881f4a509a31d88a5db583c6db8d186040eba94 demandimport: omit default value of "level"

Re: [PATCH 2 of 2] demandimport: omit default value of "level" at construction of _demandmod

2016-08-07 Thread FUJIWARA Katsunori
At Mon, 8 Aug 2016 00:20:35 +0900, Yuya Nishihara wrote: > > On Sun, 07 Aug 2016 23:59:37 +0900, FUJIWARA Katsunori wrote: > > > > if symbol is nothing: > > > > mn = '%s.%s' % (mod.__name__, attr) > >

Re: [PATCH 2 of 2] demandimport: omit default value of "level" at construction of _demandmod

2016-08-07 Thread FUJIWARA Katsunori
At Sun, 7 Aug 2016 18:18:17 +0200, Pierre-Yves David wrote: > > On 08/07/2016 05:42 PM, FUJIWARA Katsunori wrote: > > At Mon, 8 Aug 2016 00:20:35 +0900, > > Yuya Nishihara wrote: > >> > >> On Sun, 07 Aug 2016 23:59:37 +0900, FUJIWARA Katsunori wrote: >

[PATCH 2 of 8] perf: get subsettable from appropriate module for Mercurial earlier than 2.9

2016-08-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1470649697 -32400 # Mon Aug 08 18:48:17 2016 +0900 # Node ID 31662cb0696bf10444244d8749a2fb6ba485ad77 # Parent e5f93a8eb06c9b189c4f2460a66fe8f2d7713655 perf: get subsettable from appropriate module for Mer

[PATCH 1 of 8] perf: introduce safeattrsetter to replace direct attribute assignment

2016-08-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1470649697 -32400 # Mon Aug 08 18:48:17 2016 +0900 # Node ID e5f93a8eb06c9b189c4f2460a66fe8f2d7713655 # Parent 84a8de5ac901c00f4efec1ec2e0be24ebd970fd8 perf: introduce safeattrsetter to replace direct att

Re: [PATCH 1 of 2] merge: use labels in prompts to the user

2016-08-15 Thread FUJIWARA Katsunori
At Sun, 14 Aug 2016 10:08:20 +0900, Yuya Nishihara wrote: > > On Sat, 13 Aug 2016 21:54:11 +0900, FUJIWARA Katsunori wrote: > > Making labels more descriptive would resolve this problem (e.g. > > "destination revision" instead of "destination"). But it makes

for 4.2 sprint, accommodations around Moutain View

2017-02-03 Thread FUJIWARA Katsunori
for communication in English at emergency - culture of lodging in (private) residential isn't so familiar in Japan But should I consider Airbnb for reasonable accommodation around Mountain View ? -- -- [FUJIWARA Katsunori

Re: for 4.2 sprint, accommodations around Moutain View

2017-02-07 Thread FUJIWARA Katsunori
At Mon, 06 Feb 2017 18:56:48 +, Martin von Zweigbergk wrote: > > [1 ] > On Fri, Feb 3, 2017 at 10:15 AM FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > wrote: > > > Hi, devels > > > > Now, I'm looking for accommodations for upcoming 4.2 sprint, an

[PATCH STABLE] doc: update year in copyright lines

2017-02-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1486572068 -32400 # Thu Feb 09 01:41:08 2017 +0900 # Branch stable # Node ID 05b83627f1922f34680664080b22bd2b8baac91a # Parent af3b5aa61fc05a124697809bf472a5592f38489c doc: update year in copyright

Re: [PATCH] match: adding non-recursive directory matching

2017-02-05 Thread FUJIWARA Katsunori
if other thinks that it is more intuitive for "relative to the root". BTW, are "cwd" and "any" prefixes are OK with "abs" ? > Thanks > > > On Sun, Jan 29, 2017 at 3:15 AM, FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > wrote: > >

Re: [PATCH] match: adding non-recursive directory matching

2017-01-27 Thread FUJIWARA Katsunori
ugh your patch posted in this thread made "files:FOO" do so ? or, is combining "rootfile:" and "rootfilesin" acceptable for your solution ? > On Thu, Jan 26, 2017 at 11:24 AM, Martin von Zweigbergk < > martinv...@google.com> wrote: > > > On Thu, Jan

Re: [PATCH] match: adding non-recursive directory matching

2017-01-29 Thread FUJIWARA Katsunori
At Fri, 27 Jan 2017 15:14:38 -0800, Rodrigo Damazio wrote: > > [1 ] > [1.1 ] > On Fri, Jan 27, 2017 at 1:03 AM, FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > wrote: > > > > > At Thu, 26 Jan 2017 17:27:17 -0800, > > Rodrigo Damazio wrote: > > &

Re: [PATCH 5 of 5] localrepo: check HG_PENDING strictly

2017-02-22 Thread FUJIWARA Katsunori
At Tue, 21 Feb 2017 11:16:52 -0500, Augie Fackler wrote: > > On Tue, Feb 21, 2017 at 01:28:04AM +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1487607660 -32400 > > # Tue Feb

[PATCH 5 of 5] localrepo: check HG_PENDING strictly

2017-02-20 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1487607660 -32400 # Tue Feb 21 01:21:00 2017 +0900 # Node ID 0eebac024d47de9c94968f49bc9a0dcb2c8d3d2b # Parent f307ed0b262616d31c43eb1e3655a21b1d90865c localrepo: check HG_PENDING strictly Before this

[PATCH 3 of 5] bookmarks: check HG_PENDING strictly

2017-02-20 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1487607660 -32400 # Tue Feb 21 01:21:00 2017 +0900 # Node ID 27497f44d54a0a0aa0f4efffb3a40c13a552ce83 # Parent f2d15208edc48088e9e2e266f5c22b0310c70b2b bookmarks: check HG_PENDING strictly Before this

[PATCH 4 of 5] phases: check HG_PENDING strictly

2017-02-20 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1487607660 -32400 # Tue Feb 21 01:21:00 2017 +0900 # Node ID f307ed0b262616d31c43eb1e3655a21b1d90865c # Parent 27497f44d54a0a0aa0f4efffb3a40c13a552ce83 phases: check HG_PENDING strictly Before this patch, ch

[PATCH 2 of 5] tests: make directory to prevent test process from going out of $TESTTMP

2017-02-20 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1487607659 -32400 # Tue Feb 21 01:20:59 2017 +0900 # Node ID f2d15208edc48088e9e2e266f5c22b0310c70b2b # Parent a09a59d24e389e291bb2bbf943644d60a9231ce0 tests: make directory to prevent test process from goi

[PATCH 1 of 5] txnutil: factor out the logic to read file in according to HG_PENDING

2017-02-20 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1487607659 -32400 # Tue Feb 21 01:20:59 2017 +0900 # Node ID a09a59d24e389e291bb2bbf943644d60a9231ce0 # Parent 693a5bb478543a986808264e586073a3ceedc38f txnutil: factor out the logic to read file in acc

Re: [PATCH] bookmarks: fix HG_PENDING handling

2017-02-19 Thread FUJIWARA Katsunori
bkfile = repo.vfs('bookmarks.pending') > > except IOError as inst: > > ___ > > Mercurial-devel mailing list > > Mercurial-devel@mercurial-scm.org > > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel &g

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

2017-02-23 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1487883654 -32400 # Fri Feb 24 06:00:54 2017 +0900 # Branch stable # Node ID d879917b416a305a42ab92a6d3ac2121d6830560 # Parent aa25989b0658dcefbd4c1bce7c389f006f22af30 worker: ignore meaningless exit

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

2017-02-24 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1487952472 -32400 # Sat Feb 25 01:07:52 2017 +0900 # Branch stable # Node ID 18fb3cf572b49ad25a0f0e62ce1f737c7cef4ec1 # Parent aa25989b0658dcefbd4c1bce7c389f006f22af30 worker: ignore meaningless exit

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

2017-02-24 Thread FUJIWARA Katsunori
At Fri, 24 Feb 2017 22:40:14 +0900, Yuya Nishihara wrote: > > On Fri, 24 Feb 2017 06:05:29 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1487883654 -32400 > > # Fri Feb 24 06:

Re: [PATCH] bookmarks: fix HG_PENDING handling

2017-02-19 Thread FUJIWARA Katsunori
At Mon, 20 Feb 2017 06:11:30 +0900, FUJIWARA Katsunori wrote: > > At Mon, 20 Feb 2017 03:57:54 +0900, > FUJIWARA Katsunori wrote: > > > > At Wed, 15 Feb 2017 21:33:20 -0500, > > Augie Fackler wrote: > > > > > > foozy, how does this (and timeless' oth

Re: [PATCH] bookmarks: fix HG_PENDING handling

2017-02-19 Thread FUJIWARA Katsunori
At Mon, 20 Feb 2017 03:57:54 +0900, FUJIWARA Katsunori wrote: > > At Wed, 15 Feb 2017 21:33:20 -0500, > Augie Fackler wrote: > > > > foozy, how does this (and timeless' other patch in the same basic > > area) relate to the patches you said you've got coming? &g

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

2017-02-12 Thread FUJIWARA Katsunori
nly if it is needed ? > def _explicitfiles(kindpats): > '''Returns the potential explicit filenames from the patterns. > @@ -659,7 +682,8 @@ > # Keep only the pattern kinds where one can specify filenames (vs only > # directory names). > filable = [kp for kp in kindpats if kp[0] not in ('rootfilesin')] > -return _roots(filable) > +roots, dirs = _roots(filable) > +return roots > > def _anypats(kindpats): > for kind, pat, source in kindpats: > ___ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel -- -- [FUJIWARA Katsunori] fo...@lares.dti.ne.jp ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

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

2017-02-12 Thread FUJIWARA Katsunori
../beans/kidney > + f beans/navy ../beans/navy > + f beans/pinto ../beans/pinto > + f beans/turtle../beans/turtle > + f fennel ../fennel > + f fenugreek ../

Re: [PATCH STABLE] doc: update year in copyright lines

2017-02-09 Thread FUJIWARA Katsunori
At Thu, 09 Feb 2017 02:19:45 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > # Date 1486572068 -32400 > # Thu Feb 09 01:41:08 2017 +0900 > # Branch stable > # Node ID 05b83627f1922f3468066408

Re: [PATCH 1 of 4 STABLE V3] misc: update year in copyright lines

2017-02-11 Thread FUJIWARA Katsunori
At Fri, 10 Feb 2017 16:03:53 -0500, Augie Fackler wrote: > > On Sat, Feb 11, 2017 at 12:30:03AM +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1486740233 -32400 > > # Sat Feb

[PATCH 2 of 3 STABLE V2] misc: replace domain of mercurial ML address by mercurial-scm.org

2017-02-09 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1486654816 -32400 # Fri Feb 10 00:40:16 2017 +0900 # Branch stable # Node ID 2757e877b4d159fda8c6377c91287499808a901f # Parent 8645ffc1a98ac26a773658fbd103ddb2d224184a misc: replace domain of mercurial ML a

[PATCH 3 of 3 STABLE V2] misc: replace domain of mercurial-devel ML address by mercurial-scm.org

2017-02-09 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1486654820 -32400 # Fri Feb 10 00:40:20 2017 +0900 # Branch stable # Node ID d601eb13858c986c771d18daf075926077172f14 # Parent 2757e877b4d159fda8c6377c91287499808a901f misc: replace domain of mercurial-de

Re: [PATCH 3 of 3 STABLE V2] misc: replace domain of mercurial-devel ML address by mercurial-scm.org

2017-02-09 Thread FUJIWARA Katsunori
At Fri, 10 Feb 2017 00:59:55 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > # Date 1486654820 -32400 > # Fri Feb 10 00:40:20 2017 +0900 > # Branch stable > # Node ID d601eb13858c986c771d18da

Re: Inconsistent HG_PENDING handling

2017-02-15 Thread FUJIWARA Katsunori
At Thu, 16 Feb 2017 00:01:05 +0900, FUJIWARA Katsunori wrote: > > At Mon, 13 Feb 2017 18:19:35 -0500, > Augie Fackler wrote: > > > > (+foozy, marmoute for transaction musing) > > > > On Sun, Feb 12, 2017 at 07:06:49PM -0500, timeless wrote: > >

Re: Inconsistent HG_PENDING handling

2017-02-15 Thread FUJIWARA Katsunori
At Thu, 16 Feb 2017 00:51:11 +0900, FUJIWARA Katsunori wrote: > > At Thu, 16 Feb 2017 00:01:05 +0900, > FUJIWARA Katsunori wrote: > > > > At Mon, 13 Feb 2017 18:19:35 -0500, > > Augie Fackler wrote: > > > > > > (+foozy, marmoute for transaction musin

Re: Inconsistent HG_PENDING handling

2017-02-15 Thread FUJIWARA Katsunori
quot; logic (as a part of followup for DirstateTransactionPlan), in fact. I'll post them, soon :-) > > ___ > > Mercurial-devel mailing list > > Mercurial-devel@mercurial-scm.org > > https://www.mercurial-scm.org/mailman/listinfo/

[PATCH 4 of 4 STABLE V3] misc: replace domain of mercurial-devel ML address by mercurial-scm.org

2017-02-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1486740235 -32400 # Sat Feb 11 00:23:55 2017 +0900 # Branch stable # Node ID 043e68d7e13bacdb25c51d913f0e3c3229f13149 # Parent ad2f687d079deb01b708ead8c5c91d69efe00b5d misc: replace domain of mercurial-de

[PATCH 3 of 4 STABLE V3] i18n: update Report-Msgid-Bugs-To property of *.po files

2017-02-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1486740235 -32400 # Sat Feb 11 00:23:55 2017 +0900 # Branch stable # Node ID ad2f687d079deb01b708ead8c5c91d69efe00b5d # Parent 868c06e78062801b9a95621a6c50c8139726d8af i18n: update Report-Msgid-Bugs-To pr

[PATCH 1 of 4 STABLE V3] misc: update year in copyright lines

2017-02-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1486740233 -32400 # Sat Feb 11 00:23:53 2017 +0900 # Branch stable # Node ID f4dcd9cdb900f46557c9bd15abb73b0c5f03403b # Parent af3b5aa61fc05a124697809bf472a5592f38489c misc: update year in copyright

[PATCH 2 of 4 STABLE V3] misc: replace domain of mercurial ML address by mercurial-scm.org

2017-02-10 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1486740233 -32400 # Sat Feb 11 00:23:53 2017 +0900 # Branch stable # Node ID 868c06e78062801b9a95621a6c50c8139726d8af # Parent f4dcd9cdb900f46557c9bd15abb73b0c5f03403b misc: replace domain of mercurial ML a

Re: [PATCH 4 of 5] manifest: use property instead of field for manifest revlog storage

2016-08-21 Thread FUJIWARA Katsunori
At Thu, 18 Aug 2016 20:53:02 +0900, FUJIWARA Katsunori wrote: > > > At Wed, 17 Aug 2016 13:35:41 -0700, > Durham Goode wrote: > > > > On 8/10/16 1:01 AM, FUJIWARA Katsunori wrote: > > > At Mon, 8 Aug 2016 18:17:13 -0700, > > > Durham Goode wrote: > &

[PATCH RFC] similar: allow similarity detection to use sha256 for digesting file contents

2017-03-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1488380487 -32400 # Thu Mar 02 00:01:27 2017 +0900 # Node ID 018d9759cb93f116007d4640341a82db6cf2d45c # Parent 0bb3089fe73527c64f1afc40b86ecb8dfe7fd7aa similar: allow similarity detection to use

Re: [PATCH 4 of 5] manifest: use property instead of field for manifest revlog storage

2016-09-02 Thread FUJIWARA Katsunori
At Wed, 17 Aug 2016 13:35:41 -0700, Durham Goode wrote: > > > On 8/10/16 1:01 AM, FUJIWARA Katsunori wrote: > > At Mon, 8 Aug 2016 18:17:13 -0700, > > Durham Goode wrote: > >> # HG changeset patch > >> # User Durham Goode <dur...@fb.com> > >>

[PATCH 3 of 4] streamclone: clear caches after writing changes into files for visibility

2016-09-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1472840249 -32400 # Sat Sep 03 03:17:29 2016 +0900 # Node ID 33e29b5ebe885cdeeef433861e2d165b882d48d1 # Parent 32f53aaf63f8db0c1352a3b0afb290c425486704 streamclone: clear caches after writing changes into

[PATCH 4 of 4] localrepo: make _refreshfilecachestats unfiltered method to refresh correctly

2016-09-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1472840250 -32400 # Sat Sep 03 03:17:30 2016 +0900 # Node ID b4264bfd8cbc814cab2c87f4752a8b05f84f6f77 # Parent 33e29b5ebe885cdeeef433861e2d165b882d48d1 localrepo: make _refreshfilecachestats unfiltered

[PATCH 2 of 4] localrepo: factor out invalidation of @filecache properties to reuse

2016-09-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1472840248 -32400 # Sat Sep 03 03:17:28 2016 +0900 # Node ID 32f53aaf63f8db0c1352a3b0afb290c425486704 # Parent b9866cdaf302d52a7ddafa60a8a8e5155a764342 localrepo: factor out invalidation of @filecache prop

[PATCH 1 of 4] streamclone: force @filecache properties to be reloaded from file

2016-09-02 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1472840247 -32400 # Sat Sep 03 03:17:27 2016 +0900 # Node ID b9866cdaf302d52a7ddafa60a8a8e5155a764342 # Parent ea486ad5201ccc2cfc254277ba19c81c3131781a streamclone: force @filecache properties to be reloade

Re: [PATCH 3 of 4] streamclone: clear caches after writing changes into files for visibility

2016-09-07 Thread FUJIWARA Katsunori
At Tue, 6 Sep 2016 23:13:37 +0900, Yuya Nishihara wrote: > > On Sat, 03 Sep 2016 03:34:12 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1472840249 -32400 > > # Sat Sep

[PATCH 2 of 4 V2] localrepo: make invalidate avoid invalidating store inside transaction (API)

2016-09-11 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1473617188 -32400 # Mon Sep 12 03:06:28 2016 +0900 # Node ID 8f9b06ec1b6dbca4c3307dfedb23af46106b33a0 # Parent a348b1f1c04a9aa2fe05205d3026b1f9d530ed48 localrepo: make invalidate avoid invalidating store

[PATCH 3 of 4 V2] streamclone: clear caches after writing changes into files for visibility

2016-09-11 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1473617189 -32400 # Mon Sep 12 03:06:29 2016 +0900 # Node ID 0f6ba83a54fab382452faf389265ef636d0c42a1 # Parent 8f9b06ec1b6dbca4c3307dfedb23af46106b33a0 streamclone: clear caches after writing changes into

[PATCH 1 of 4 V2] streamclone: force @filecache properties to be reloaded from file

2016-09-11 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1473617188 -32400 # Mon Sep 12 03:06:28 2016 +0900 # Node ID a348b1f1c04a9aa2fe05205d3026b1f9d530ed48 # Parent 8a658b8b795aaea5e9fe34ae26a49b4656c594cb streamclone: force @filecache properties to be reloade

[PATCH 4 of 4 V2] localrepo: make _refreshfilecachestats unfiltered method to refresh correctly

2016-09-11 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1473617189 -32400 # Mon Sep 12 03:06:29 2016 +0900 # Node ID 59f8a0e41e092819b48fff468795c96a464d22a4 # Parent 0f6ba83a54fab382452faf389265ef636d0c42a1 localrepo: make _refreshfilecachestats unfiltered

[PATCH 6 of 8 V2] perf: omit copying from ui.ferr to ui.fout for Mercurial earlier than 1.9

2016-10-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1475942599 -32400 # Sun Oct 09 01:03:19 2016 +0900 # Node ID 9478ced7cf3ce3665ce06daba820f3eb2b959f61 # Parent 1fb97069cef8454d4658592e44edbaab11d5e34d perf: omit copying from ui.ferr to ui.fout for Mer

[PATCH 3 of 8 V2] perf: avoid actual writing branch cache out correctly

2016-10-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1475942597 -32400 # Sun Oct 09 01:03:17 2016 +0900 # Node ID 33038811b6e57e0fb743223db4c0c99a7c69c652 # Parent ab2d4d5e7821c321017cdbdae7743824c0da76ff perf: avoid actual writing branch cache out cor

[PATCH 1 of 8 V2] perf: introduce safeattrsetter to replace direct attribute assignment

2016-10-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1475942596 -32400 # Sun Oct 09 01:03:16 2016 +0900 # Node ID a03b967913dd881f750a5848f567d1e0a1d0e7ea # Parent 87b8e40eb8125d5ddc848d972b117989346057dd perf: introduce safeattrsetter to replace direct att

[PATCH 7 of 8 V2] perf: replace ui.configint() by getint() for Mercurial earlier than 1.9

2016-10-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1475942599 -32400 # Sun Oct 09 01:03:19 2016 +0900 # Node ID 27633d2fb3282c3ba3e7eb9e2232d1c55cab4406 # Parent 9478ced7cf3ce3665ce06daba820f3eb2b959f61 perf: replace ui.configint() by getint() for Mercurial e

[PATCH 2 of 8 V2] perf: get subsettable from appropriate module for Mercurial earlier than 2.9

2016-10-08 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1475942597 -32400 # Sun Oct 09 01:03:17 2016 +0900 # Node ID ab2d4d5e7821c321017cdbdae7743824c0da76ff # Parent a03b967913dd881f750a5848f567d1e0a1d0e7ea perf: get subsettable from appropriate module for Mer

Re: [PATCH] templates: add built-in fileset() function

2016-09-21 Thread FUJIWARA Katsunori
test context, expected result is: 2 a aa b 1 a 0 a but sharing the result of fileset query between changesets causes: 2 a aa b 1 a aa b 0 a aa b > Test active bookmark templating > >$ hg book foo > __

[PATCH 6 of 7] repair: open a file with checkambig=True to avoid file stat ambiguity

2016-09-16 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474057498 -32400 # Sat Sep 17 05:24:58 2016 +0900 # Node ID 582f1b85d9fbc727ddc4fe2c24cbcf3ccb82c249 # Parent 2033102d2ea9b32e88b5289b4ad359b4e3e7b400 repair: open a file with checkambig=True to avoid fil

[PATCH 7 of 7] transaction: open a file with checkambig=True to avoid file stat ambiguity

2016-09-16 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474057498 -32400 # Sat Sep 17 05:24:58 2016 +0900 # Node ID a7e512ac0968ed851bff0d95c002dac140582899 # Parent 582f1b85d9fbc727ddc4fe2c24cbcf3ccb82c249 transaction: open a file with checkambig=True to avoi

[PATCH 4 of 7] manifest: use specific opener to avoid file stat ambiguity around truncation

2016-09-16 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474057496 -32400 # Sat Sep 17 05:24:56 2016 +0900 # Node ID 55bd90d63ad3a76fd4d27d5eabb3fe9a7fa0642b # Parent 71b6b49f8a7ab6c894028b9153290f4bbf0f54f6 manifest: use specific opener to avoid file stat amb

Re: [PATCH 2 of 5] extdata: add revset support for extdata

2016-09-23 Thread FUJIWARA Katsunori
cf2 > + $ cd .. > + > test error message of bad revset >$ hg log -r 'foo\\' >hg: parse error at 3: syntax error in revset 'foo\\' > ___ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel -- [FUJIWARA Katsunori] fo...@lares.dti.ne.jp ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

[PATCH 4 of 9 V2] revlog: specify checkambig at writing to avoid file stat ambiguity

2016-09-22 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474548718 -32400 # Thu Sep 22 21:51:58 2016 +0900 # Node ID 770044f70593a8f3932e176784ed09e33d734ddf # Parent 012c44bc655e19121818ab0c3e34bf610a6dc1cf revlog: specify checkambig at writing to avoid fil

[PATCH 9 of 9 V2] transaction: open a file with checkambig=True to avoid file stat ambiguity

2016-09-22 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474548720 -32400 # Thu Sep 22 21:52:00 2016 +0900 # Node ID c47d67e9412df24914ff4caaf1437a2c35a0af6b # Parent 338febde64d5fe6a5aac79aff54741e201b5d88f transaction: open a file with checkambig=True to avoi

[PATCH 6 of 9 V2] changelog: specify checkambig=True to avoid ambiguity around truncation

2016-09-22 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474548719 -32400 # Thu Sep 22 21:51:59 2016 +0900 # Node ID 550a2388d189a079822ee13d901f3cb9854e5a3e # Parent f41572305dfab3686526fcc3a1339689542b6b53 changelog: specify checkambig=True to avoid ambiguity

[PATCH 8 of 9 V2] repair: open a file with checkambig=True to avoid file stat ambiguity

2016-09-22 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474548720 -32400 # Thu Sep 22 21:52:00 2016 +0900 # Node ID 338febde64d5fe6a5aac79aff54741e201b5d88f # Parent 5ec24143ad2e85bf1567d9af83df9fc5187f0a4e repair: open a file with checkambig=True to avoid fil

[PATCH 3 of 9 V2] vfs: use checkambigatclosing in checkambig=True but atomictemp=False case

2016-09-22 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474548717 -32400 # Thu Sep 22 21:51:57 2016 +0900 # Node ID 012c44bc655e19121818ab0c3e34bf610a6dc1cf # Parent 6b0eb9c2264b6fe8d4d70dfe15c600058d9f0f41 vfs: use checkambigatclosing in checkambig=True but atom

[PATCH 7 of 9 V2] changelog: specify checkambig=True to revlog.__init__, to avoid ambiguity

2016-09-22 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474548719 -32400 # Thu Sep 22 21:51:59 2016 +0900 # Node ID 5ec24143ad2e85bf1567d9af83df9fc5187f0a4e # Parent 550a2388d189a079822ee13d901f3cb9854e5a3e changelog: specify checkambig=True to revlog.__

[PATCH 5 of 9 V2] manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity

2016-09-22 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474548718 -32400 # Thu Sep 22 21:51:58 2016 +0900 # Node ID f41572305dfab3686526fcc3a1339689542b6b53 # Parent 770044f70593a8f3932e176784ed09e33d734ddf manifest: specify checkambig=True to revlog.__init__, to

[PATCH 1 of 9 V2] scmutil: factor out common logic of delayclosedfile to reuse it

2016-09-22 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1474548716 -32400 # Thu Sep 22 21:51:56 2016 +0900 # Node ID f2f665437a4939b06d9d03ae70f41f51bc5338f4 # Parent 5271ae66615207f39cc41d78f4541bc6f8ca6ff6 scmutil: factor out common logic of delayclosedfile to

Re: [PATCH 4 of 7] manifest: use specific opener to avoid file stat ambiguity around truncation

2016-09-21 Thread FUJIWARA Katsunori
At Tue, 20 Sep 2016 18:14:32 +0200, Pierre-Yves David wrote: > > On 09/16/2016 10:51 PM, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1474057496 -32400 > > # Sat Sep

Re: [PATCH 3 of 7] vfs: use checkambigatclosing in checkambig=True but atomictemp=False case

2016-09-21 Thread FUJIWARA Katsunori
At Tue, 20 Sep 2016 18:12:58 +0200, Pierre-Yves David wrote: > > On 09/16/2016 10:51 PM, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1474057495 -32400 > > # Sat Sep

Re: [PATCH 4 of 5] manifest: use property instead of field for manifest revlog storage

2016-08-18 Thread FUJIWARA Katsunori
At Wed, 17 Aug 2016 13:35:41 -0700, Durham Goode wrote: > > On 8/10/16 1:01 AM, FUJIWARA Katsunori wrote: > > At Mon, 8 Aug 2016 18:17:13 -0700, > > Durham Goode wrote: > >> # HG changeset patch > >> # User Durham Goode <dur...@fb.com> > >> # Da

[PATCH 5 of 5 STABLE] tests: use bat script as sendmail program on Windows for test portability

2016-10-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1477678088 -32400 # Sat Oct 29 03:08:08 2016 +0900 # Branch stable # Node ID d9ddb5fcfe76494a324bcffb4bc4516dcc0378fb # Parent 51b14d2127fbd214c5ec57f9c1ef17457c61f93d tests: use bat script as sendmail p

[PATCH 4 of 5 STABLE] mail: use popen4 instead of popen for portability

2016-10-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1477678088 -32400 # Sat Oct 29 03:08:08 2016 +0900 # Branch stable # Node ID 51b14d2127fbd214c5ec57f9c1ef17457c61f93d # Parent 141cb12c0175d9e4fbdab1f69d99be24d50ce3f4 mail: use popen4 instead of

[PATCH 1 of 5 STABLE] tests: invoke printenv.py via sh -c for test portability

2016-10-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1477676685 -32400 # Sat Oct 29 02:44:45 2016 +0900 # Branch stable # Node ID 34a5f6c66bc5a13381a68d08f73d858916167836 # Parent 3afde791dce192f38d8a228ed8e49397e353837e tests: invoke printenv.py via sh -c fo

[PATCH 2 of 5 STABLE] tests: use "?" to glob both ":" and "; " in output for test portability

2016-10-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1477677894 -32400 # Sat Oct 29 03:04:54 2016 +0900 # Branch stable # Node ID fe612ab5eeff700b808a1d85013fa3472517a3d6 # Parent 34a5f6c66bc5a13381a68d08f73d858916167836 tests: use "?&qu

[PATCH 3 of 5 STABLE] tests: add test-commit-interactive-curses.t "require tic" for test portability

2016-10-28 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1477678088 -32400 # Sat Oct 29 03:08:08 2016 +0900 # Branch stable # Node ID 141cb12c0175d9e4fbdab1f69d99be24d50ce3f4 # Parent fe612ab5eeff700b808a1d85013fa3472517a3d6 tests: add test-commit-interactive-cu

[PATCH 3 of 4 STABLE] tests: put temporary file outside the working directory for test portability

2016-10-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 145709 -32400 # Sun Oct 30 06:15:09 2016 +0900 # Branch stable # Node ID 6e04f4ec487501d48effcd2864a1c7f73ad6d8de # Parent 9843e3d9f4b6ad004624ebf5c6a3e7e480c28c27 tests: put temporary file outside the w

[PATCH 1 of 4 STABLE] tests: use basic format code "%Y" instead of "%s" for test portability

2016-10-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 145707 -32400 # Sun Oct 30 06:15:07 2016 +0900 # Branch stable # Node ID 94ef2f00b8a498185495908aa0ff4ff1908e60c2 # Parent 141cb12c0175d9e4fbdab1f69d99be24d50ce3f4 tests: use basic format code "

[PATCH 4 of 4 STABLE] tests: test preserving execbit changes at amending only on execbit platform

2016-10-29 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 145709 -32400 # Sun Oct 30 06:15:09 2016 +0900 # Branch stable # Node ID 8237c3359db54909151325d6d79806402dfdb1a4 # Parent 6e04f4ec487501d48effcd2864a1c7f73ad6d8de tests: test preserving execbit c

Re: [PATCH] match: adding non-recursive directory matching

2016-10-21 Thread FUJIWARA Katsunori
=== wildcard rootglob cwdglob anyglob regexp rootre cwdre anyre raw string rootpath cwdpath anypath === === Of course, we should take care of backward compatibility of .hgignore or so (e.g. config knob to warn/abort for new syntax name in .hgignore). > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel -- [FUJIWARA Katsunori] fo...@lares.dti.ne.jp ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

[PATCH 3 of 3 STABLE] scmutil: ignore EPERM at os.utime, which avoids ambiguity at closing

2016-11-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1478985142 -32400 # Sun Nov 13 06:12:22 2016 +0900 # Branch stable # Node ID e0ff47999b1384e42bdc99f5026c7e2ed5405047 # Parent bff5ccbe5ead56aac7fff30f48a486007d469f3f scmutil: ignore EPERM at os.utime,

[PATCH 2 of 3 STABLE] vfs: ignore EPERM at os.utime, which avoids ambiguity at renaming (issue5418)

2016-11-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1478985116 -32400 # Sun Nov 13 06:11:56 2016 +0900 # Branch stable # Node ID bff5ccbe5ead56aac7fff30f48a486007d469f3f # Parent b496a464399cb68628b09e52aa8cf379c98428e6 vfs: ignore EPERM at os.utime, which

[PATCH 1 of 3 STABLE] util: add utility function to skip avoiding file stat ambiguity if EPERM

2016-11-12 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1478984783 -32400 # Sun Nov 13 06:06:23 2016 +0900 # Branch stable # Node ID b496a464399cb68628b09e52aa8cf379c98428e6 # Parent 4ed8bb8a153f91420777d98dea10ebbcd403a375 util: add utility function to skip av

Re: File Name Patterns Plan

2016-11-24 Thread FUJIWARA Katsunori
-I/-X glob: o cwdglob: (?:/|$) "glob" in hgignore relglob:o anyglob: (?:/|$) pattern in fileset glob: x cwdglob: $ other "glob" glob: x cwdglob: $ == = = =

Re: File Name Patterns Plan

2016-11-24 Thread FUJIWARA Katsunori
At Fri, 25 Nov 2016 04:22:25 +0900, FUJIWARA Katsunori wrote: > > At Thu, 24 Nov 2016 17:04:38 +0100, > Pierre-Yves David wrote: > > > > Recently, Foozy created a Plan page for the matcher issues: > > > > https://www.mercurial-scm.org/wiki/FileNamePattern

Re: [PATCH] match: adding non-recursive directory matching

2016-11-24 Thread FUJIWARA Katsunori
Thu, Nov 17, 2016 at 1:19 PM, Rodrigo Damazio <rdama...@google.com> > wrote: > > > > > > > On Thu, Nov 17, 2016 at 7:52 AM, FUJIWARA Katsunori <fo...@lares.dti.ne.jp > > > wrote: > > > >> > >> (sorry for late reply) > >> &

Re: [PATCH] match: adding non-recursive directory matching

2016-11-17 Thread FUJIWARA Katsunori
(sorry for late reply) At Wed, 26 Oct 2016 14:02:48 -0700, Rodrigo Damazio wrote: > > On Wed, Oct 26, 2016 at 12:17 AM, FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > wrote: > > > > > At Tue, 25 Oct 2016 19:51:59 -0700, > > Rodrigo Damazio wrote: > &g

Re: [PATCH 1 of 3 STABLE] util: add utility function to skip avoiding file stat ambiguity if EPERM

2016-11-15 Thread FUJIWARA Katsunori
At Mon, 14 Nov 2016 22:43:04 +0900, Yuya Nishihara wrote: > > On Sun, 13 Nov 2016 06:16:08 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 1478984783 -32400 > > # Sun Nov 13 06:

[PATCH 3 of 4 STABLE] check-code: discard filtering result of previous check for independence

2016-11-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1478000376 -32400 # Tue Nov 01 20:39:36 2016 +0900 # Branch stable # Node ID a870b49662d84c4c532e4c1fde2987b782b4ed88 # Parent 4cc5a1e982f91d009e00068e9a0f876e03afbf45 check-code: discard filtering

[PATCH 2 of 4 STABLE] help: replace selenic.com by mercurial-scm.org in man pages

2016-11-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1478000376 -32400 # Tue Nov 01 20:39:36 2016 +0900 # Branch stable # Node ID 4cc5a1e982f91d009e00068e9a0f876e03afbf45 # Parent d9fd3d3b1233c6d420015f329906b9bed393d978 help: replace selenic.com by mercurial-s

[PATCH 1 of 4 STABLE] help: replace selenic.com by mercurial-scm.org in command examples

2016-11-01 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1478000375 -32400 # Tue Nov 01 20:39:35 2016 +0900 # Branch stable # Node ID d9fd3d3b1233c6d420015f329906b9bed393d978 # Parent cac4ca036dff882c71f48f3130b72597d3e1fc64 help: replace selenic.com by mercurial-s

Re: [PATCH 2 of 4 STABLE] tests: avoid quoting of commit messages for test portability

2016-10-30 Thread FUJIWARA Katsunori
At Sun, 30 Oct 2016 19:16:42 +0900, Yuya Nishihara wrote: > > On Sun, 30 Oct 2016 06:20:38 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> > > # Date 145709 -32400 > > # Sun Oct 30 06:

Re: [PATCH 1 of 5 STABLE] tests: invoke printenv.py via sh -c for test portability

2016-11-04 Thread FUJIWARA Katsunori
txnclose = sh -c "HG_LOCAL= HG_TAG= printenv.py pretxnclose" > txnclose = sh -c "HG_LOCAL= HG_TAG= printenv.py txnclose" > txnabort.0 = python:$TESTTMP/txnabort.checkargs.py:showargs > txnabort.1 = sh -c "HG_LOCAL= HG_TAG= printenv.py txnabort" > txnclose.che

[PATCH 1 of 2 sqldirstate] sqldirstate: specify checkambig=True to avoid file stat ambiguity

2016-10-14 Thread FUJIWARA Katsunori
# HG changeset patch # User FUJIWARA Katsunori <fo...@lares.dti.ne.jp> # Date 1476456912 -32400 # Fri Oct 14 23:55:12 2016 +0900 # Node ID 72486917916f6d47525f721cd5b27012091122ed # Parent d2c3a2c02eb6c7e5a7331ba0cf15e5bf7c8dc8dc # Available At https://fo...@bitbucket.org/fo

Re: [PATCH 1 of 2 sqldirstate] sqldirstate: specify checkambig=True to avoid file stat ambiguity

2016-10-14 Thread FUJIWARA Katsunori
At Fri, 14 Oct 2016 21:31:36 +0200, Pierre-Yves David wrote: > > Could we make the flag for this 'sqldirstate-ext' to make it clearer > that it has an external target? Oops, sorry for lack of "-ext" > On 10/14/2016 09:10 PM, FUJIWARA Katsunori wrote: > > # H

Re: File Name Patterns Plan

2016-12-04 Thread FUJIWARA Katsunori
At Sat, 3 Dec 2016 03:44:06 +0100, Pierre-Yves David wrote: > > On 11/24/2016 08:22 PM, FUJIWARA Katsunori wrote: > > At Thu, 24 Nov 2016 17:04:38 +0100, > > Pierre-Yves David wrote: > >> > >> Recently, Foozy created a Plan page for the matcher issues: > >

  1   2   3   4   >