# HG changeset patch
# User Augie Fackler
# Date 1541117853 14400
# Thu Nov 01 20:17:33 2018 -0400
# Node ID 1103851bda846b952659a50aaff4e20d34e62a40
# Parent a4d5dcc836ab287b08aa6591ee8b25bff9028042
compat: don't monkeypatch mercurial.copies module on 4.8
The backport was frozen in time so
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG07a66c1387d1: narrow: fix copies._fullcopytracing()
narrowspec filtering in graft case (authored by martinvonz, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercur
This revision was automatically updated to reflect the committed changes.
Closed by commit rHGd049ee8eee00: tests: demonstrate broken
copies._fullcopytracing() (authored by martinvonz, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D5212?vs=
spectral 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/D5217
AFFECTED FILES
contrib/catapipe.py
tests/run-tests.py
CHANGE DETAILS
diff --git a/tests/run-t
spectral created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
If unset, it will inherit its value from HGCATAPULTSERVERPIPE (which hg itself
also respects). By setting only HGTESTCATAPULTSERVERPIPE, we can get
per-command
spectral created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
(This is an attempt to make it more obvious that the indentation is correct,
to
prevent a repeat of
https://phab.mercurial-scm.org/rHG97f52862b1bd3de913261e0aba
spectral created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
Commit
https://phab.mercurial-scm.org/rHG97f52862b1bd3de913261e0aba7e1a35ceb9de12
thought this block was misindented, but it was not; the
indentation after that
martinvonz created this revision.
Herald added a reviewer: durin42.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
I broke this too in
https://phab.mercurial-scm.org/rHG707c3804e6077e6922fe3a3b7c503d28b596566c
(narrow: move copies overrides
martinvonz created this revision.
Herald added a reviewer: durin42.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
Turns out copies._fullcopytracing() was also broken.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.o
spectral added a comment.
In https://phab.mercurial-scm.org/D5094#77146, @yuja wrote:
> > > We might want to structure these variables as `base.node|short`
instead of
> > > `base_node` for example, but that would require more work.
>
> [...]
>
> > Unfortunately, this does
spectral updated this revision to Diff 12369.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D5094?vs=12106&id=12369
REVISION DETAIL
https://phab.mercurial-scm.org/D5094
AFFECTED FILES
mercurial/configitems.py
mercurial/filemerge.py
mercurial/help/
spectral created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
(Code is copy/pasted from yuya's comment on
https://phab.mercurial-scm.org/D5094)
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D5
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG873f3682c8af: narrow: make copies.pathcopies() filter with
narrowspec again (authored by martinvonz, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org
This revision was automatically updated to reflect the committed changes.
Closed by commit rHGf1c1b4d0e695: tests: demonstrate broken copies.pathcopies()
(authored by martinvonz, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D5202?vs=12357&
durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
I'm not really sure how this worked before, but something perturbed it
and what I've got in this change I believe is a little tidier. This
fixes test-profile.t o
durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
I don't feel strongly about this change, so it'd be fine to drop it
during review, but it was _extremely_ helpful in drafting the next
change.
REPOSITORY
rHG
durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
This way if the hg invocation crashes, you get to see a stacktrace
without having to edit the test.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mer
durin42 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/D5204
AFFECTED FILES
tests/run-tests.py
CHANGE DETAILS
diff --git a/tests/run-tests.py b/tests/run-tes
durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
See comment next to the if statement for sad details.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D5207
AFFECTED FILES
tests/tes
durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
We could go the other route and make embedded() return this as a
bytes, but then it would be harder to portably doctest, so I prefer
this option.
REPOSITORY
r
durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
Caught by the doctests.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D5205
AFFECTED FILES
contrib/import-checker.py
CHANGE DETAI
martinvonz created this revision.
Herald added a reviewer: durin42.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
I broke this in
https://phab.mercurial-scm.org/rHG707c3804e6077e6922fe3a3b7c503d28b596566c
(narrow: move copies overrides to c
martinvonz created this revision.
Herald added a reviewer: durin42.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D5202
AFFECTED FILES
tests/test-narrow-copies.t
CHANGE DETAILS
di
https://bz.mercurial-scm.org/show_bug.cgi?id=6017
Bug ID: 6017
Summary: evolve 8.2.1 has a dependency on missing module
Product: Mercurial
Version: 4.7.2
Hardware: PC
OS: Windows
Status: UNCONFIRMED
Severi
https://bz.mercurial-scm.org/show_bug.cgi?id=6016
Bug ID: 6016
Summary: Revision selection prompt tries to translate changeset
description
Product: Mercurial
Version: unspecified
Hardware: PC
OS: Linux
lothiraldan created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
Non-general delta repository cannot delta against anything than prev. So even
if
the delta to prev is empty we should use it.
This is similar to the chan
lothiraldan added a comment.
With the fix, we are back to pre-regression performance on the test suite.
Can we update the last paragraph of the changeset description to replace it
with the previous phrase?
There is two tests that are actually slower between
https://phab.mercurial-sc
yuja added a comment.
> > Apparently thg uses this to avoid loading the data into memory just to
figure out the length like fctx.rawsize(). Any suggestions?
> >
> > https://groups.google.com/d/msg/thg-dev/6ekYID7ho_o/fbdd6rVDAwAJ
>
>
> Just found this comment when goin
> > Apparently thg uses this to avoid loading the data into memory just to
> figure out the length like fctx.rawsize(). Any suggestions?
> >
> > https://groups.google.com/d/msg/thg-dev/6ekYID7ho_o/fbdd6rVDAwAJ
>
>
> Just found this comment when going through mail backlog.
>
> D
29 matches
Mail list logo