[PATCH] lfs: add a TODO file

2019-05-03 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1556947002 14400 # Sat May 04 01:16:42 2019 -0400 # Node ID e83214915906f6929faae4e67eacd698298aec19 # Parent c74226916c8c86330886c82a68874a581f0ce1b0 lfs: add a TODO file This is a cleaned up and reorganized list of items I sent out about a

[PATCH 2 of 2] commit: add ability to print file status after each successful invocation

2019-05-03 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov # Date 1556863876 -28800 # Fri May 03 14:11:16 2019 +0800 # Node ID f95f3e733b24730f8ad5874150c2eefb9123a482 # Parent 49d7c0579df397ff05941d09ce97967e6ca9d53e # EXP-Topic post-commit-status commit: add ability to print file status after each

[PATCH 1 of 2] tests: flatten repo structure in test-commit.t

2019-05-03 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov # Date 1556863634 -28800 # Fri May 03 14:07:14 2019 +0800 # Node ID 49d7c0579df397ff05941d09ce97967e6ca9d53e # Parent fdbeacb9d456c0b98b00df66a9921fd884826cf1 # EXP-Topic post-commit-status tests: flatten repo structure in test-commit.t Let's

[Bug 6130] New: 5762 2 0 Mercurial feature normal --- Illegal byte sequence error during clone or update

2019-05-03 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6130 Bug ID: 6130 Summary: 5762 2 0 Mercurial feature normal --- Illegal byte sequence error during clone or update Product: Mercurial project Version: unspecified Hardware:

[Bug 6129] New: 5762 2 0 Mercurial feature normal --- Illegal byte sequence error during clone or update

2019-05-03 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6129 Bug ID: 6129 Summary: 5762 2 0 Mercurial feature normal --- Illegal byte sequence error during clone or update Product: Mercurial Version: unspecified Hardware: Other

D6336: localrepo: don't use defaults arguments that will never be overridden

2019-05-03 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG39b63f9d7464: localrepo: dont use defaults arguments that will never be overridden (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6335: copies: make "limit" argument to _tracefile() mandatory

2019-05-03 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc74226916c8c: copies: make limit argument to _tracefile() mandatory (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6337: tags: avoid double-reversing a list

2019-05-03 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG6770df6e4365: tags: avoid double-reversing a list (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6337?vs=14994=14995

D6337: tags: avoid double-reversing a list

2019-05-03 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6337 AFFECTED FILES mercurial/tags.py CHANGE DETAILS diff --git a/mercurial/tags.py

Re: [PATCH 3 of 3] updatecaches: also warm hgtagsfnodescache

2019-05-03 Thread Martin von Zweigbergk via Mercurial-devel
I applied this this in flight: --- a/tests/test-server-view.t +++ b/tests/test-server-view.t @@ -51,6 +51,7 @@ Check same result using `experimental.ex $ ls -1 test/.hg/cache/ branch2-base%89c45d2fa07e branch2-served + hgtagsfnodes1 rbc-names-v1 rbc-revs-v1 tags2 On Fri, May

Re: [PATCH 3 of 3] updatecaches: also warm hgtagsfnodescache

2019-05-03 Thread Martin von Zweigbergk via Mercurial-devel
On Thu, May 2, 2019 at 9:34 AM Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1552268118 -3600 > # Mon Mar 11 02:35:18 2019 +0100 > # Node ID 8e2bc8ccf591f453d417fc1bd5c77a18510b954d > # Parent

mercurial@42235: 5 new changesets (1 on stable)

2019-05-03 Thread Mercurial Commits
5 new changesets (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/d345627d104b changeset: 42231:d345627d104b user:Pierre-Yves David date:Sat Apr 06 17:46:19 2019 +0200 summary: repoview: introduce a `experimental.extra-filter-revs` config

D6324: help: register the 'gpg' command category and give it a description

2019-05-03 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a subscriber: rdamazio. martinvonz added a comment. This doesn't actually seem to work for making it appear in `hg help`. @rdamazio (who added the categories stuff), have you thought about a way of letting extensions add categories? REPOSITORY rHG Mercurial REVISION

D6324: help: register the 'gpg' command category and give it a description

2019-05-03 Thread Sietse (Sietse Brouwer)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGade02721d3fa: help: register the gpg command category and give it a description (authored by Sietse, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6324: help: register the 'gpg' command category and give it a description

2019-05-03 Thread martinvonz (Martin von Zweigbergk)
martinvonz accepted this revision. martinvonz added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > gpg.py:56 > +) > +help.CATEGORY_NAMES[_HELP_CATEGORY] = 'Signing changes (GPG)' > This feels a little too specific, but we can come up with a better category

Re: [PATCH STABLE] parser: fix crash by parsing "()" in keyword argument position

2019-05-03 Thread Martin von Zweigbergk via Mercurial-devel
On Fri, May 3, 2019 at 4:35 AM Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1556881563 -32400 > # Fri May 03 20:06:03 2019 +0900 > # Branch stable > # Node ID caaf1fa0f73f56f8fcfd5408d7fa0dfaa8a2a510 > # Parent 724dae82c4bd935c19377c666bb5ef230aa32dd3 >

D6327: gendoc: guarantee that all commands were processed

2019-05-03 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > gendoc.py:198-207 > +for cmd in cmds: > +try: > +cmdsbycategory[helpcategory(cmd)].append(cmd) > +except KeyError: > +# If a command category wasn't registered, the command won't get > +#

D6326: gendoc: group commands by category in man page and HTML help

2019-05-03 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > Sietse wrote in gendoc.py:188 > Passing `h=h, cmdtable=cmdtable` as default args is to make it obvious to the > reader which data the function depends on. I realize it can also silently > close over the variables in the outer scope, but I

D6336: localrepo: don't use defaults arguments that will never be overridden

2019-05-03 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The commithook() callback will be called when the lock is released. lock.release() calls the callback without arguments, so it was quite confusing to me that

Re: Changing the wdir() {rev} and {node} output

2019-05-03 Thread Yuya Nishihara
On Tue, 30 Apr 2019 22:11:56 -0400, Matt Harbison wrote: > Note that {id|short} just shears off the string after 12 characters. > Maybe it would help if we taught {short} to let the '+' (and the second > node in the case of a merge) through? I have unsent patch in my repository. Appears that

D6326: gendoc: group commands by category in man page and HTML help

2019-05-03 Thread Sietse (Sietse Brouwer)
Sietse marked 2 inline comments as done. Sietse added inline comments. INLINE COMMENTS > martinvonz wrote in gendoc.py:188 > Looks like just want `h` and `cmdtable` from the outer scope. They are > available without this trick, so you can just delete the two arguments here. I've marked your

D6326: gendoc: group commands by category in man page and HTML help

2019-05-03 Thread Sietse (Sietse Brouwer)
Sietse marked 3 inline comments as done. Sietse added inline comments. INLINE COMMENTS > martinvonz wrote in gendoc.py:188 > Looks like just want `h` and `cmdtable` from the outer scope. They are > available without this trick, so you can just delete the two arguments here. Passing `h=h,

D6329: gendoc: nest command headers under category headers

2019-05-03 Thread Sietse (Sietse Brouwer)
Sietse updated this revision to Diff 14991. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6329?vs=14962=14991 REVISION DETAIL https://phab.mercurial-scm.org/D6329 AFFECTED FILES doc/gendoc.py CHANGE DETAILS diff --git a/doc/gendoc.py

D6327: gendoc: guarantee that all commands were processed.

2019-05-03 Thread Sietse (Sietse Brouwer)
Sietse updated this revision to Diff 14990. Sietse retitled this revision from "gendoc: guarantee that all commands were processed" to "gendoc: guarantee that all commands were processed.". REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6326: gendoc: group commands by category in man page and HTML help

2019-05-03 Thread Sietse (Sietse Brouwer)
Sietse updated this revision to Diff 14989. Sietse edited the summary of this revision. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6326?vs=14959=14989 REVISION DETAIL https://phab.mercurial-scm.org/D6326 AFFECTED FILES doc/gendoc.py CHANGE

[PATCH STABLE] parser: fix crash by parsing "()" in keyword argument position

2019-05-03 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1556881563 -32400 # Fri May 03 20:06:03 2019 +0900 # Branch stable # Node ID caaf1fa0f73f56f8fcfd5408d7fa0dfaa8a2a510 # Parent 724dae82c4bd935c19377c666bb5ef230aa32dd3 parser: fix crash by parsing "()" in keyword argument position A tree

D6272: rust-filepatterns: add `rust-cpython` bindings for `filepatterns`

2019-05-03 Thread Raphaël Gomès
Alphare added a comment. Hi, I'm bumping this stack so that it does not die. It seems to me that not a lot of work is left to close this. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6272 To: Alphare, #hg-reviewers Cc: durin42, kevincox, mjpieters,