D803: extdiff: allow pager to be used

2017-09-28 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added a comment. This revision now requires changes to proceed. It seems confusing to support the global pager.attend-* option only in extdiff context. Instead, maybe we can use the .gui flag of merge-tools (plus another boolean for vimdiff-li

D821: unamend: move fb extension unamend to core

2017-09-28 Thread singhsrb (Saurabh Singh)
singhsrb added a comment. I just wanted to mention that unamend command does not track copytrace information properly. For example, if we do: touch dummy hg commit -Aqm 'dummy' hg cp dummy dummy2 hg commit -Aqm 'dummy2' hg cp dummy2 dummy3 hg amend hg log -f dum

[PATCH] test-patchbomb: fix the test

2017-09-28 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1506620273 25200 # Thu Sep 28 10:37:53 2017 -0700 # Node ID c2099c462f1c0ed939e521ef767caa669fc78354 # Parent f428c347d32b2f110856c6fb7fec00a5f4cc0c0d test-patchbomb: fix the test With the experimental config `progress.estimate` removed, the progres

D831: releasenotes: raise error on simultaneous usage of flags

2017-09-28 Thread rishabhmadan96 (Rishabh Madan)
rishabhmadan96 updated this revision to Diff 2142. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D831?vs=2139&id=2142 REVISION DETAIL https://phab.mercurial-scm.org/D831 AFFECTED FILES hgext/releasenotes.py tests/test-releasenotes-formatting.t CHAN

D833: exchange: perform stream clone with clone bundle with --uncompressed

2017-09-28 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Previously, `hg clone --uncompressed` would always clone from the origin server, even if a streaming clone bundle were available. With this change, we invoke

D832: tests: add tests for clone bundles with --uncompressed

2017-09-28 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Currently, --uncompressed will always clone from the origin server, even if a stream clone bundle is present. Let's add tests demonstrating this behavior. REPO

D831: releasenotes: raise error on simultaneous usage of flags

2017-09-28 Thread pulkit (Pulkit Goyal)
pulkit added inline comments. INLINE COMMENTS > releasenotes.py:560 > +raise error.Abort(_('cannot use both \'--list\' and \'--check\'')) > + > if opts.get('list'): It will be cleaner if you do (_("cannot '--list' and '--check' "). Also since we are calling `opts.get('list')`

D831: releasenotes: raise error on simultaneous usage of flags

2017-09-28 Thread rishabhmadan96 (Rishabh Madan)
rishabhmadan96 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The releasenotes command is supposed to raise an error when --list and --rev/--check flags are used together. This patch adds the above functionality. REP

Re: [PATCH remotenames-ext] tests: re-order tags and bookmarks in tracking test

2017-09-28 Thread Martijn Pieters
Review handled on Phabricator, at https://phab.mercurial-scm.org/D830 On 27 September 2017 at 13:59, Martijn Pieters wrote: > # HG changeset patch > # User Martijn Pieters > # Date 1506517103 -3600 > # Wed Sep 27 13:58:23 2017 +0100 > # Node ID 64cc414eabb05a260f664682516c264cce04d02c > #

Re: 4.4 Sprint Planning

2017-09-28 Thread Ryan McElroy
In what may be the last email before I fly off to Dublin, I wanted to get some people to sign up for short "Vision Statements" on Friday. I have prepared an example one (that I actually plan to present), and I'm sharing the slides here to give an idea to people of what might work: https://do

Re: 4.4 Sprint Planning

2017-09-28 Thread Ryan McElroy
There's now a google spreadsheet with the Sprint Agenda previously discussed (in tabs "Friday" - "Sunday") https://docs.google.com/spreadsheets/d/1U71bnBdIr915-IX8AsWIJBoZp_7wU3TjLpoeY78JGcA/edit?usp=sharing --- On the front page "Topic Interest" is a spreadsheet I'd like to get everyone who

[PATCH RFC] commands: draft a "followlines" command (RFC)

2017-09-28 Thread Denis Laxalde
# HG changeset patch # User Denis Laxalde # Date 1506589297 -7200 # Thu Sep 28 11:01:37 2017 +0200 # Node ID 0e0fef8d525d9cf60d9ca23de614e994aca5c9d8 # Parent 2d0c306a88c226d96cf29036b6d6b08bd0abc3b4 # EXP-Topic followlines-cli-rfc commands: draft a "followlines" command (RFC) This introduc

Evolve release

2017-09-28 Thread Boris Feld
Hi everyone, a new version of evolve has been released. Here is the link of the full announce: https://www.mercurial-scm.org/pipermail/evolve-testers/2017-September/000301.html Cheers, Boris___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm