D7118: rust-dirstatemap: remove additional lookups in traverse

2019-11-12 Thread Raphaël Gomès
Alphare updated this revision to Diff 18040. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7118?vs=17200=18040 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7118/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7118

BUG?find renamed files

2019-11-12 Thread Uwe Brauer
Hi The following script works nicely hg init echo "First" > test.org hg add test.org hg commit -m "First" echo "Second" >> test.org hg commit -m "Second" echo "Third" >> test.org hg commit -m "Third" mv test.org test_2.org hg addremove hg commit -m "Moved file name" hg log -r

[PATCH STABLE] py3: avoid iterating over a literal bytes in highlight

2019-11-12 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1573553103 -3600 # Tue Nov 12 11:05:03 2019 +0100 # Branch stable # Node ID 430d80ba9271920ca6da8db62b507390f65d20d1 # Parent e513e87b0476cc9a6eb31abe420448877fa9c902 py3: avoid iterating over a literal bytes in highlight In Python 3,

D7116: rust-performance: introduce FastHashMap type alias for HashMap

2019-11-12 Thread Raphaël Gomès
Alphare updated this revision to Diff 18039. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7116?vs=17198=18039 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7116/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7116

D7119: rust-dirstatemap: remove additional lookup in dirstate.matches

2019-11-12 Thread Raphaël Gomès
Alphare updated this revision to Diff 18041. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7119?vs=17201=18041 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7119/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7119

D7147: diff: use unfiltered repo if we're diffing the working copy

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz edited the summary of this revision. martinvonz updated this revision to Diff 18045. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7147?vs=17368=18045 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7147/new/ REVISION DETAIL

D7150: dirstate: respect request to not list unknown/ignored/clean files (API)

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. Ping on this. It seems like a simple and harmless patch. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7150/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7150 To: martinvonz, #hg-reviewers Cc: mercurial-devel

D7149: export: use unfiltered repo if we're exporting the working copy parent

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz edited the summary of this revision. martinvonz updated this revision to Diff 18047. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7149?vs=17370=18047 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7149/new/ REVISION DETAIL

mercurial@43617: 12 new changesets

2019-11-12 Thread Mercurial Commits
12 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/14ce03e13508 changeset: 43606:14ce03e13508 user:Gregory Szorc date:Wed Oct 23 13:00:14 2019 -0700 summary: packaging: install .rc files to hgrc.d

D7148: annotate: use unfiltered repo if we're annotating the working copy

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz edited the summary of this revision. martinvonz updated this revision to Diff 18046. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7148?vs=17369=18046 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7148/new/ REVISION DETAIL

D7144: status: use unfiltered repo if we're getting status of working copy

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz edited the summary of this revision. martinvonz updated this revision to Diff 18044. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7144?vs=17367=18044 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7144/new/ REVISION DETAIL

Re: [PATCH STABLE] py3: avoid iterating over a literal bytes in highlight

2019-11-12 Thread Yuya Nishihara
On Tue, 12 Nov 2019 11:21:51 +0100, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1573553103 -3600 > # Tue Nov 12 11:05:03 2019 +0100 > # Branch stable > # Node ID 430d80ba9271920ca6da8db62b507390f65d20d1 > # Parent e513e87b0476cc9a6eb31abe420448877fa9c902 >

D7166: packaging: ship all help .txt files on WiX

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In D7166#108360 , @durin42 wrote: > I re-landed this and tests passed on my workstation when I did so. Let's not drop this again without some additional coordination? Agreed. I think it was I who pushed it last

D7166: packaging: ship all help .txt files on WiX

2019-11-12 Thread durin42 (Augie Fackler)
durin42 added a comment. No worries, I'm not sure what went sideways there. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7166/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7166 To: indygreg, #hg-reviewers Cc: durin42, martinvonz,

mercurial@43601: 4 new changesets

2019-11-12 Thread Mercurial Commits
4 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/2a8cd7edf409 changeset: 43598:2a8cd7edf409 parent: 43596:0ad5d6c4bfad user:Yuya Nishihara date:Sat Nov 09 12:09:50 2019 +0900 summary: bookmarks: fix handling of multiple bookmarks with one to be

mercurial@43605: 4 new changesets

2019-11-12 Thread Mercurial Commits
4 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/889ac87e8bfd changeset: 43602:889ac87e8bfd user:Raphaël Gomès date:Wed Nov 06 13:43:18 2019 +0100 summary: rust-status: improve status performance

mercurial@43588: 2 new changesets (2 on stable)

2019-11-12 Thread Mercurial Commits
2 new changesets (2 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/bf87f5ff2ebf changeset: 43587:bf87f5ff2ebf branch: stable parent: 43580:e513e87b0476 user:Martin von Zweigbergk date:Fri Nov 08 10:13:05 2019 -0800 summary: py3: avoid `b'%s' %

Re: BUG?find renamed files

2019-11-12 Thread Uwe Brauer
>>> "M" == Marcus writes: > On 12/11/2019 14.20, Uwe Brauer wrote: >> hg log -r "adds(test_2.org)" --template "{file_copies"} > Surely there is a typo at the end of the line?! Right. hg log -r "adds(test_2.org)" --template "{file_copies}" Is the correct syntax >> hg log -r

renamed files in a nice list, templates for hg log

2019-11-12 Thread Uwe Brauer
Hi Another template issue. hg log -r "removes('**')" --template "{rev}:\n{file_dels % '{file}\n'}\n" Works nicely and gives me a list of deleted files, but hg log -r "adds('**')" --template "{rev}:\n{file_copies % '{file}\n'}\n" Does not. What do I miss

D7166: packaging: ship all help .txt files on WiX

2019-11-12 Thread durin42 (Augie Fackler)
durin42 added a comment. In D7166#108320 , @indygreg wrote: > This got dropped on committed but Phabricator is confused about its closedstate. Please re-review and land @martinvonz or @durin42. Per Martin's comment, it looks like you had

Re: BUG?find renamed files

2019-11-12 Thread Marcus
On 12/11/2019 14.20, Uwe Brauer wrote: hg log -r "adds(test_2.org)" --template "{file_copies"} Surely there is a typo at the end of the line?! hg log -r "adds(annu-hoja2.tex)" --template "{file_copies}" I obtain hg: parse error: adds requires a pattern Is this a BUG? I don't think so,

D7166: packaging: ship all help .txt files on WiX

2019-11-12 Thread durin42 (Augie Fackler)
durin42 added a comment. I re-landed this and tests passed on my workstation when I did so. Let's not drop this again without some additional coordination? REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7166/new/ REVISION DETAIL

mercurial@43597: 9 new changesets (1 on stable)

2019-11-12 Thread Mercurial Commits
9 new changesets (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/7f4d58c21aec changeset: 43589:7f4d58c21aec parent: 43586:d77e8800790b user:Martin von Zweigbergk date:Sat Oct 19 00:15:41 2019 -0700 summary: largefiles: avoid dynamically

D7144: status: use unfiltered repo if we're getting status of working copy

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. martinvonz marked an inline comment as done. I've extracted a function for deciding whether to use an unfiltered repo, so hopefully this can get queued now. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7144/new/ REVISION

D7257: [RFC] repoview: add a "filter" that just disallows walking to heads

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz updated this revision to Diff 18048. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7257?vs=17625=18048 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7257/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7257 AFFECTED

D7257: [RFC] repoview: add a "filter" that just disallows walking to heads

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In D7257#108377 , @marmoute wrote: > Can you elaborate on what this changeset is about ? the description is a bit… short;-) Done. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION

D7150: dirstate: respect request to not list unknown/ignored/clean files (API)

2019-11-12 Thread martinvonz (Martin von Zweigbergk)
martinvonz updated this revision to Diff 18049. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7150?vs=17371=18049 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7150/new/ REVISION DETAIL

D7372: remotefilelog: handle **kwargs correctly when overriding changelog.add()

2019-11-12 Thread dploch (Daniel Ploch)
dploch 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/D7372 AFFECTED FILES hgext/remotefilelog/__init__.py CHANGE DETAILS diff --git

D7257: [RFC] repoview: add a "filter" that just disallows walking to heads

2019-11-12 Thread marmoute (Pierre-Yves David)
marmoute added a comment. Can you elaborate on what this changeset is about ? the description is a bit… short;-) REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7257/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7257 To: martinvonz,

Re: renamed files in a nice list, templates for hg log

2019-11-12 Thread Matt Harbison
On Tue, 12 Nov 2019 08:51:02 -0500, Uwe Brauer wrote: Hi Another template issue. hg log -r "removes('**')" --template "{rev}:\n{file_dels % '{file}\n'}\n" Works nicely and gives me a list of deleted files, but hg log -r "adds('**')" --template "{rev}:\n{file_copies % '{file}\n'}\n" Does

D7173: packaging: stage files and dynamically generate WiX installer

2019-11-12 Thread indygreg (Gregory Szorc)
indygreg added a comment. This has been rebased and all dependent commits have landed. Please take another look, @durin42. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7173/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7173 To: indygreg,