D216: evolution: rename bumped to phase-divergent

2017-08-04 Thread ryanmce (Ryan McElroy)
ryanmce accepted this revision. ryanmce added a comment. A Dead Horse in Need of Kicking === I have no strong desire to drag this dead horse out of its grave to continue kicking it. However, since we are here, I will state for the record that I disagree

D216: evolution: rename bumped to phase-divergent

2017-08-04 Thread ryanmce (Ryan McElroy)
ryanmce added a comment. In fact, right at the top of that CED page is an introduction that I think is pretty clear for such a powerful topic: Introduction to Instability --- Rewriting changesets may introduce **instability**. There are two main kinds

Re: 4.3 freeze over, release delayed

2017-08-04 Thread Boris Feld
Will the security fix be backported in a 4.2.3 release for people that are still on Python 2.6? Cheers, Boris On Tue, 2017-08-01 at 10:32 -0400, Augie Fackler wrote: > Howdy folks, > > We've got an upcoming security fix that needs to be coordinated with > other packages, so we're not releasing

D230: http: add a test of actually pushing with httppostargs

2017-08-04 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This was previously untested. Sigh. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D230 AFFECTED FILES tests/test-push-http.t

D231: httppeer: add support for httppostargs when we're sending a file

2017-08-04 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is probably only used in the 'unbundle' command, but the code ended up being cleaner to make it generic and treat *all* httppostargs with a non-args

D216: evolution: rename bumped to phase-divergent

2017-08-04 Thread durin42 (Augie Fackler)
durin42 accepted this revision as: durin42. durin42 added a comment. I'm fine with this as-is for now, with the caveat that we might want to fix the two -divergent names in the future if they lead to user confusion. (Someone should feel encouraged to land this, I'm in the middle of some

D218: phabricator: add --confirm option to phabsend command

2017-08-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG40cfe3197bc1: phabricator: add --confirm option to phabsend command (authored by pulkit). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D218?vs=515=562 REVISION

D215: evolution: rename divergent to content-divergent

2017-08-04 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG2194a8723138: evolution: rename divergent to content-divergent (authored by lothiraldan). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D215?vs=498=560 REVISION

Re: [PATCH 3 of 3 v4 sparse-ext] sparse: treat paths as cwd-relative

2017-08-04 Thread Augie Fackler
On Fri, Aug 04, 2017 at 05:45:59AM -0700, Kostia Balytskyi wrote: > # HG changeset patch > # User Kostia Balytskyi > # Date 1501850302 25200 > # Fri Aug 04 05:38:22 2017 -0700 > # Node ID fe26df0128eaefab8b79f7552da89c762014dab7 > # Parent

D218: phabricator: add --confirm option to phabsend command

2017-08-04 Thread durin42 (Augie Fackler)
durin42 accepted this revision. durin42 added a comment. This revision is now accepted and ready to land. Sure. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D218 To: pulkit, #hg-reviewers, durin42 Cc: durin42, mercurial-devel

Re: [PATCH] py3: use bytes IO to write sample hgrc

2017-08-04 Thread Augie Fackler
On Thu, Aug 03, 2017 at 01:13:20AM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1501688702 -32400 > # Thu Aug 03 00:45:02 2017 +0900 > # Node ID 52bbc0a0dc7a3e946ed16bf547929252e95603d4 > # Parent

D216: evolution: rename bumped to phase-divergent

2017-08-04 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG9c27a2891b75: evolution: rename bumped to phase-divergent (authored by lothiraldan). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D216?vs=499=561 REVISION

D121: phabricator: use Phabricator's last node information

2017-08-04 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG1664406a44d9: phabricator: use Phabricator's last node information (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D121?vs=550=565 REVISION

D122: phabricator: add --amend option to phabsend

2017-08-04 Thread quark (Jun Wu)
quark updated this revision to Diff 553. quark edited the test plan for this revision. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D122?vs=485=553 REVISION DETAIL https://phab.mercurial-scm.org/D122 AFFECTED FILES contrib/phabricator.py CHANGE

D126: phabricator: add status to revision query language

2017-08-04 Thread quark (Jun Wu)
quark updated this revision to Diff 556. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D126?vs=488=556 REVISION DETAIL https://phab.mercurial-scm.org/D126 AFFECTED FILES contrib/phabricator.py CHANGE DETAILS diff --git a/contrib/phabricator.py

D127: phabricator: add phabupdate command to update status in batch

2017-08-04 Thread quark (Jun Wu)
quark updated this revision to Diff 557. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D127?vs=239=557 REVISION DETAIL https://phab.mercurial-scm.org/D127 AFFECTED FILES contrib/phabricator.py CHANGE DETAILS diff --git a/contrib/phabricator.py

D124: phabricator: change "readpatch" to be more flexible

2017-08-04 Thread quark (Jun Wu)
quark updated this revision to Diff 554. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D124?vs=486=554 REVISION DETAIL https://phab.mercurial-scm.org/D124 AFFECTED FILES contrib/phabricator.py CHANGE DETAILS diff --git a/contrib/phabricator.py

D229: phabricator: update diff property even if we choose not to create a new diff

2017-08-04 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The diff property contains metadata like "HG Node". Previously we skip uploading a new diff if we are sure that the old patch and new patch have a same content.

D224: build: Delaying version computation on macOS builds.

2017-08-04 Thread rdamazio (Rodrigo Damazio Bovendorp)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf22513c3717d: build: Delaying version computation on macOS builds. (authored by rdamazio). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D224?vs=530=547

D216: evolution: rename bumped to phase-divergent

2017-08-04 Thread quark (Jun Wu)
quark added a comment. In https://phab.mercurial-scm.org/D216#3674, @ryanmce wrote: > I disagree. `hg amend` --> `abort: cannot amend public changesets` The word "public" does not get associated with "phase" automatically. I think users can understand what "public" and "draft"

Re: [PATCH STABLE] i18n: use actual filename, in which function is defined, for hg.pot

2017-08-04 Thread FUJIWARA Katsunori
At Fri, 4 Aug 2017 00:36:28 +0900, Yuya Nishihara wrote: > > On Wed, 02 Aug 2017 22:36:45 +0900, FUJIWARA Katsunori wrote: > > # HG changeset patch > > # User FUJIWARA Katsunori > > # Date 1501599731 -32400 > > # Wed Aug 02 00:02:11 2017 +0900 > > # Branch stable > >

D210: pushvars: move fb extension pushvars to core

2017-08-04 Thread durin42 (Augie Fackler)
durin42 accepted this revision. durin42 added a comment. This revision is now accepted and ready to land. I like this, it opens the doors to some things I've wanted to do for a while. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D210 To: pulkit, #hg-reviewers,

D219: morestatus: move fb extension to core as '--repo-state' option to status

2017-08-04 Thread durin42 (Augie Fackler)
durin42 requested changes to this revision. durin42 added a comment. This revision now requires changes to proceed. In https://phab.mercurial-scm.org/D219#3755, @martinvonz wrote: > In https://phab.mercurial-scm.org/D219#3661, @quark wrote: > > > I'm thinking about the difference

D210: pushvars: move fb extension pushvars to core

2017-08-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGdb3dc11356ed: pushvars: move fb extension pushvars to core (authored by pulkit). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D210?vs=514=567 REVISION DETAIL

D229: phabricator: update diff property even if we choose not to create a new diff

2017-08-04 Thread quark (Jun Wu)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf100354cce52: phabricator: update diff property even if we choose not to create a new diff (authored by quark). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D122: phabricator: add --amend option to phabsend

2017-08-04 Thread quark (Jun Wu)
quark updated this revision to Diff 568. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D122?vs=553=568 REVISION DETAIL https://phab.mercurial-scm.org/D122 AFFECTED FILES contrib/phabricator.py CHANGE DETAILS diff --git a/contrib/phabricator.py

D125: phabricator: add a small language to query Differential Revisions

2017-08-04 Thread quark (Jun Wu)
quark updated this revision to Diff 570. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D125?vs=555=570 REVISION DETAIL https://phab.mercurial-scm.org/D125 AFFECTED FILES contrib/phabricator.py CHANGE DETAILS diff --git a/contrib/phabricator.py

D127: phabricator: add phabupdate command to update status in batch

2017-08-04 Thread quark (Jun Wu)
quark updated this revision to Diff 572. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D127?vs=557=572 REVISION DETAIL https://phab.mercurial-scm.org/D127 AFFECTED FILES contrib/phabricator.py CHANGE DETAILS diff --git a/contrib/phabricator.py

D124: phabricator: change "readpatch" to be more flexible

2017-08-04 Thread quark (Jun Wu)
quark updated this revision to Diff 569. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D124?vs=554=569 REVISION DETAIL https://phab.mercurial-scm.org/D124 AFFECTED FILES contrib/phabricator.py CHANGE DETAILS diff --git a/contrib/phabricator.py

D126: phabricator: add status to revision query language

2017-08-04 Thread quark (Jun Wu)
quark updated this revision to Diff 571. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D126?vs=556=571 REVISION DETAIL https://phab.mercurial-scm.org/D126 AFFECTED FILES contrib/phabricator.py CHANGE DETAILS diff --git a/contrib/phabricator.py

[PATCH 1 of 2 v8] releasenotes: add import check for fuzzywuzzy

2017-08-04 Thread Rishabh Madan
# HG changeset patch # User Rishabh Madan # Date 1501317386 -19800 # Sat Jul 29 14:06:26 2017 +0530 # Node ID 1d79b04c402f3f431ca052b677b1021ddd93a10e # Parent 9a944e908ecf9ac3aabf30a24406513370eeebe7 releasenotes: add import check for fuzzywuzzy This patch adds

[PATCH 2 of 2 v8] releasenotes: add similarity check function to compare incoming notes

2017-08-04 Thread Rishabh Madan
# HG changeset patch # User Rishabh Madan # Date 1501890936 -19800 # Sat Aug 05 05:25:36 2017 +0530 # Node ID 4121eab826799f3a257eb1fe26015583b36bbb66 # Parent 1d79b04c402f3f431ca052b677b1021ddd93a10e releasenotes: add similarity check function to compare incoming

[PATCH] contrib: add check for use of admonitions and its validity

2017-08-04 Thread Rishabh Madan
# HG changeset patch # User Rishabh Madan # Date 1501903168 -19800 # Sat Aug 05 08:49:28 2017 +0530 # Node ID cc695f1458baf2c39ffdec4a1256a93fd659d62d # Parent 609606d217659e0a6c1cf6f907b6512be5340e57 contrib: add check for use of admonitions and its validity

Re: [PATCH 2 of 2 v7] releasenotes: add similarity check function to compare incoming notes

2017-08-04 Thread Rishabh Madan
On Thu, Aug 3, 2017 at 6:49 PM, Yuya Nishihara wrote: > On Tue, 01 Aug 2017 16:37:42 +0530, Rishabh Madan wrote: > > # HG changeset patch > > # User Rishabh Madan > > # Date 1501585562 -19800 > > # Tue Aug 01 16:36:02 2017 +0530 > > # Node ID

D231: httppeer: add support for httppostargs when we're sending a file

2017-08-04 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > httppeer.py:95 > +raise ValueError( > +'fileprepender only supports file objects that ' > +'have a length but this one does not:', type(f), f) I'm guessing 'fileprepender' here and a few

[PATCH 1 of 3 v4 sparse-ext] sparse: properly error out when absolute paths are used

2017-08-04 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1501711521 25200 # Wed Aug 02 15:05:21 2017 -0700 # Node ID d24d6711aa2a5397d52f46ccffa64c2a638c088b # Parent 609606d217659e0a6c1cf6f907b6512be5340e57 sparse: properly error out when absolute paths are used Current logic

[PATCH 3 of 3 v4 sparse-ext] sparse: treat paths as cwd-relative

2017-08-04 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1501850302 25200 # Fri Aug 04 05:38:22 2017 -0700 # Node ID fe26df0128eaefab8b79f7552da89c762014dab7 # Parent c0136292871d85675ccb9f386f4ae1913da4eb53 sparse: treat paths as cwd-relative This commit makes it so sparse

[PATCH 2 of 3 v4 sparse-ext] match: expose some data and functionality to other modules

2017-08-04 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1501714137 25200 # Wed Aug 02 15:48:57 2017 -0700 # Node ID c0136292871d85675ccb9f386f4ae1913da4eb53 # Parent d24d6711aa2a5397d52f46ccffa64c2a638c088b match: expose some data and functionality to other modules This patch

D223: color: remove warnings if term is not formatted (==dumb or !ui.formatted())

2017-08-04 Thread yuja (Yuya Nishihara)
yuja accepted this revision as: yuja. yuja added a comment. Makes sense. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D223 To: spectral, #hg-reviewers, yuja Cc: yuja, mercurial-devel ___ Mercurial-devel mailing list

Evolution mini-sprint

2017-08-04 Thread Boris Feld
Hi mercurial developers, This was in the air for a while and here it is! We are organizing an Evolve mini-sprint focused on documentation and usability bug-fixes. You're welcome to join us and share your thoughts, feedback and pain around Evolve and Mercurial, but also meets the people behind IRC

D223: color: remove warnings if term is not formatted (==dumb or !ui.formatted())

2017-08-04 Thread spectral (Kyle Lippincott)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf9f28ee41cac: color: remove warnings if term is not formatted (==dumb or !ui.formatted()) (authored by spectral). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE