D422: mdiff: add a --ignore-space-at-eol option

2017-08-16 Thread dsp (David Soria Parra)
dsp updated this revision to Diff 1022. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D422?vs=1018=1022 REVISION DETAIL https://phab.mercurial-scm.org/D422 AFFECTED FILES mercurial/cmdutil.py mercurial/help/config.txt mercurial/mdiff.py

D422: mdiff: add a --ignore-space-at-eol option

2017-08-16 Thread quark (Jun Wu)
quark accepted this revision. quark added a comment. Looks good to me. It seems to be a significant feature that is worth a release note. Maybe check https://www.mercurial-scm.org/wiki/ReleasenotesExtension and amend the commit message to include something like: .. feature::

D423: pushvars: do not mangle repo state

2017-08-16 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Setting `repo._shellvars` works but is not a clean way to pass the pushvars information from the push command to the exchange operation. Therefore change it to

D368: releasenotes: add check flag for use of admonitions and its validity

2017-08-16 Thread quark (Jun Wu)
quark added a comment. In https://phab.mercurial-scm.org/D368#6402, @rishabhmadan96 wrote: > Sorry I just edited the revision string. Will that work? Or should I update it again with "Differential Revision: https://phab.mercurial-scm.org/D368; at the end. No worries. The title

D421: hg: move part of top-level logic to dispatch.run

2017-08-16 Thread quark (Jun Wu)
quark reclaimed this revision. quark added a comment. Revived this, abandoned https://phab.mercurial-scm.org/D419 instead. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D421 To: quark, #hg-reviewers Cc: mercurial-devel

D421: hg: move part of top-level logic to dispatch.run

2017-08-16 Thread quark (Jun Wu)
quark abandoned this revision. quark added a comment. Should be updating https://phab.mercurial-scm.org/D419 REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D421 To: quark, #hg-reviewers Cc: mercurial-devel ___

D351: demandimport: disable if chg is being used

2017-08-16 Thread quark (Jun Wu)
quark updated this revision to Diff 1011. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D351?vs=1003=1011 REVISION DETAIL https://phab.mercurial-scm.org/D351 AFFECTED FILES mercurial/dispatch.py CHANGE DETAILS diff --git a/mercurial/dispatch.py

D421: hg: move part of top-level logic to dispatch.run

2017-08-16 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This makes the top-level hg script look cleaner. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D421 AFFECTED FILES hg

D360: log: add a "graphwidth" template variable

2017-08-16 Thread hooper (Danny Hooper)
hooper marked 2 inline comments as done. hooper added inline comments. INLINE COMMENTS > yuja wrote in cmdutil.py:2557 > Just a nit. Is there any practical benefit to compute edges lazy? > I think `edges` can be simply converted to a list. There can be many of them. E.g. in the hg repo it

D414: obsmarker: precnode was renamed into prednode

2017-08-16 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGeae63a9e59da: obsmarker: precnode was renamed into prednode (authored by lothiraldan). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D414?vs=986=1007 REVISION

D413: obsmarker: fix precnode deprecation

2017-08-16 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG833f70277f0e: obsmarker: fix precnode deprecation (authored by lothiraldan). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D413?vs=983=1008 REVISION DETAIL

D411: push: fix docsstring

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf6dc30b83432: push: fix docsstring (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D411?vs=966=1005 REVISION DETAIL

D416: revset: mark evolution-related revsets as experimental

2017-08-16 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG457d1ebf151b: revset: mark evolution-related revsets as experimental (authored by lothiraldan). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D416?vs=987=1006

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

2017-08-16 Thread Augie Fackler
On Sat, Aug 12, 2017 at 11:38:00PM +0900, Yuya Nishihara wrote: > On Sat, 12 Aug 2017 23:07:25 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1502546625 -32400 > > # Sat Aug 12 23:03:45 2017 +0900 > > # Node ID

Re: [PATCH] interactive: make sure buffer is flushed before waiting for user input

2017-08-16 Thread Augie Fackler
On Tue, Aug 15, 2017 at 08:55:42PM +, Chuck Kirschman wrote: > I filed 5604, and the solution (flushing) was the same. I have verified it in > the 4.3.1 build. Thanks for the fix. > > > -Original Message- > From: Matt Harbison [mailto:mharbiso...@gmail.com] > Sent: Saturday, August 5,

Re: [PATCH 2 of 2] py3: select input or raw_input by pycompat

2017-08-16 Thread Augie Fackler
On Wed, Aug 16, 2017 at 02:22:39PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1502859264 -32400 > # Wed Aug 16 13:54:24 2017 +0900 > # Node ID 2c44ad89954bf0a04392775e7444f1ba2fc0b2e9 > # Parent

Re: [PATCH 2 of 2] templatekw: specify plural form of instability

2017-08-16 Thread Augie Fackler
On Wed, Aug 16, 2017 at 02:22:11PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1502601148 -32400 > # Sun Aug 13 14:12:28 2017 +0900 > # Node ID 50723ff5912ecde3f8e43bea4b84db03bae7f1f0 > # Parent

Re: [PATCH STABLE] log: mention ui.logtemplate in the help text

2017-08-16 Thread Augie Fackler
On Wed, Aug 16, 2017 at 10:26:08AM -0500, Nathan Goldbaum wrote: > # HG changeset patch > # User Nathan Goldbaum > # Date 1502897089 18000 > # Wed Aug 16 10:24:49 2017 -0500 > # Branch stable > # Node ID a1db17e964beee1a839769507818a50a5de3c9a3 > # Parent

RE: [PATCH] interactive: make sure buffer is flushed before waiting for user input

2017-08-16 Thread Chuck Kirschman
I filed 5604, and the solution (flushing) was the same. I have verified it in the 4.3.1 build. Thanks for the fix. -Original Message- From: Matt Harbison [mailto:mharbiso...@gmail.com] Sent: Saturday, August 5, 2017 10:57 PM To: Kostia Balytskyi Cc:

D399: filemerge: eliminate most uses of tempfiles

2017-08-16 Thread phillco (Phil Cohen)
phillco added a comment. Fixed, thanks @lothiraldan :) REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D399 To: phillco, #hg-reviewers Cc: lothiraldan, mercurial-devel ___ Mercurial-devel mailing list

D351: demandimport: disable if chg is being used

2017-08-16 Thread quark (Jun Wu)
quark updated this revision to Diff 1003. quark edited the summary of this revision. quark retitled this revision from "demandimport: disable by default if chg is being used" to "demandimport: disable if chg is being used". REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D419: hg: move part of top-level logic to dispatch.run

2017-08-16 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This makes the top-level hg script look cleaner. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D419 AFFECTED FILES hg

Re: [PATCH] crecord: fixes the formatting of the select status in the status line

2017-08-16 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2017-08-16 11:55:00 +0900: > encoding.colwidth() could be used. Nice to know! I'll send a follow-up. ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org

Re: [PATCH STABLE] log: mention ui.logtemplate in the help text

2017-08-16 Thread Jun Wu
LGTM. Excerpts from Nathan Goldbaum's message of 2017-08-16 10:26:08 -0500: > # HG changeset patch > # User Nathan Goldbaum > # Date 1502897089 18000 > # Wed Aug 16 10:24:49 2017 -0500 > # Branch stable > # Node ID a1db17e964beee1a839769507818a50a5de3c9a3 > # Parent

[PATCH STABLE] log: mention ui.logtemplate in the help text

2017-08-16 Thread Nathan Goldbaum
# HG changeset patch # User Nathan Goldbaum # Date 1502897089 18000 # Wed Aug 16 10:24:49 2017 -0500 # Branch stable # Node ID a1db17e964beee1a839769507818a50a5de3c9a3 # Parent 7686cbb0ba4138c56d038d8d82ccc052bf9b60d7 log: mention ui.logtemplate in the help text diff

D252: revset: rename bumped into phasedivergent

2017-08-16 Thread lothiraldan (Boris Feld)
lothiraldan marked 3 inline comments as done. lothiraldan added inline comments. INLINE COMMENTS > lothiraldan wrote in revset.py:472 > My bad, these revset are Evolution-related and not phases-related, I will > send a follow-up marking them as experimental. Done:

D416: revset: mark evolution-related revsets as experimental

2017-08-16 Thread lothiraldan (Boris Feld)
lothiraldan 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/D416 AFFECTED FILES mercurial/revset.py CHANGE DETAILS diff --git a/mercurial/revset.py

D414: obsmarker: precnode was renamed into prednode

2017-08-16 Thread lothiraldan (Boris Feld)
lothiraldan updated this revision to Diff 986. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D414?vs=984=986 REVISION DETAIL https://phab.mercurial-scm.org/D414 AFFECTED FILES mercurial/cmdutil.py tests/test-obsolete.t CHANGE DETAILS diff --git

D252: revset: rename bumped into phasedivergent

2017-08-16 Thread lothiraldan (Boris Feld)
lothiraldan added inline comments. INLINE COMMENTS > lothiraldan wrote in revset.py:472 > I'm not sure to see why, are phases out of the experimental status? My bad, these revset are Evolution-related and not phases-related, I will send a follow-up marking them as experimental. REPOSITORY

D252: revset: rename bumped into phasedivergent

2017-08-16 Thread lothiraldan (Boris Feld)
lothiraldan added inline comments. INLINE COMMENTS > yuja wrote in revset.py:472 > Maybe these revset functions should be marked as `(EXPERIMENTAL)`? I'm not sure to see why, are phases out of the experimental status? REPOSITORY rHG Mercurial REVISION DETAIL

Re: [PATCH 2 of 2] templatekw: specify plural form of instability

2017-08-16 Thread Boris Feld
LGTM On Wed, 2017-08-16 at 14:22 +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1502601148 -32400 > #  Sun Aug 13 14:12:28 2017 +0900 > # Node ID 50723ff5912ecde3f8e43bea4b84db03bae7f1f0 > # Parent  6cd0eafbd52b4e0efcad037876dc9bdf6c9bbfbb

D399: filemerge: eliminate most uses of tempfiles

2017-08-16 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. Small typo in the commit message: s/remobe/remove REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D399 To: phillco, #hg-reviewers Cc: lothiraldan, mercurial-devel ___ Mercurial-devel mailing

D243: obsmarker: rename precnode into prednode

2017-08-16 Thread lothiraldan (Boris Feld)
lothiraldan marked 3 inline comments as done. lothiraldan added inline comments. INLINE COMMENTS > yuja wrote in cmdutil.py:1916 > `fm.write('prednode', ...)` I've send a follow-up: https://phab.mercurial-scm.org/D414 REPOSITORY rHG Mercurial REVISION DETAIL

D414: obsmarker: precnode was renamed into prednode

2017-08-16 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Update all calls to formatter.write first arguments to remove references to precnode and use prednode consistently everywhere. REPOSITORY rHG Mercurial

D413: obsmarker: fix precnode deprecation

2017-08-16 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The deprecation message for marker.precnode was wrong. Fix the typo. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D413

Re: D243: obsmarker: rename precnode into prednode

2017-08-16 Thread Boris Feld
On Mon, 2017-08-14 at 11:50 +, Gábor STEFANIK wrote: > > -Original Message- > > From: Mercurial-devel [mailto:mercurial-devel-bounces@mercurial-scm > > .org] > > On Behalf Of lothiraldan (Boris Feld) > > Sent: Wednesday, August 9, 2017 7:20 PM > > To: mercurial-devel@mercurial-scm.org

D344: rebase: remove "state >= revtodo" condition

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGbc9e075133c9: rebase: remove "state >= revtodo" condition (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D344?vs=778=981 REVISION DETAIL

D343: rebase: remove self.destancestors

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGddf77c0cc169: rebase: remove self.destancestors (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D343?vs=777=980 REVISION DETAIL

D345: rebase: optimize "source" calculation in adjustdest

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG3ae2eaecb49e: rebase: optimize "source" calculation in adjustdest (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D345?vs=779=982 REVISION

D85: rebase: remove rebaseset from _checkobsrebase

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG3b04a6ff625c: rebase: remove rebaseset from _checkobsrebase (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D85?vs=776=979 REVISION DETAIL

[Bug 5661] New: mercurial-4.2.3-x86.msi missing from downloads

2017-08-16 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5661 Bug ID: 5661 Summary: mercurial-4.2.3-x86.msi missing from downloads Product: Mercurial Version: 4.2.2 Hardware: PC OS: Windows Status: UNCONFIRMED

D22: rebase: extract ctx description logic to a function

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG35fc5e919675: rebase: extract ctx description logic to a function (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D22?vs=38=974 REVISION

D26: rebase: remove revignored and nullmerge states

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG3ddbab49efcf: rebase: remove revignored and nullmerge states (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D26?vs=897=978 REVISION DETAIL

D24: rebase: remove revprecursor and revpruned states (BC)

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd8d0ef5f5975: rebase: remove revprecursor and revpruned states (BC) (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D24?vs=895=976 REVISION

D25: rebase: remove messages for nullmerge and revignored (BC)

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG437e317d7913: rebase: remove messages for nullmerge and revignored (BC) (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D25?vs=896=977

D23: rebase: move obsoleted not rebased messages earlier (BC)

2017-08-16 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG30573b3d2ebc: rebase: move obsoleted not rebased messages earlier (BC) (authored by quark). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D23?vs=894=975#toc REPOSITORY rHG Mercurial