D5520: simplestorerepo: migrate to in-hg CBOR code

2019-01-09 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGad51e6117095: simplestorerepo: migrate to in-hg CBOR code (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5544: create public change for phabricator testing

2019-01-09 Thread mharbison72 (Matt Harbison)
mharbison72 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/D5544 AFFECTED FILES beta CHANGE DETAILS diff --git a/beta b/beta --- a/beta +++ b/beta @@ -1 +1

D5524: cleanup: stop including thirdparty.cbor in builds

2019-01-09 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG98ce494e104d: cleanup: stop including thirdparty.cbor in builds (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5542: histedit: use context manager for locks

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
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/D5542 AFFECTED FILES hgext/histedit.py CHANGE DETAILS diff --git

D5545: create draft change for phabricator testing

2019-01-09 Thread mharbison72 (Matt Harbison)
mharbison72 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/D5545 AFFECTED FILES alpha CHANGE DETAILS diff --git a/alpha b/alpha --- a/alpha +++ b/alpha @@

D5543: histedit: crashing with a more useful error message on empty defaultrev

2019-01-09 Thread rdamazio (Rodrigo Damazio Bovendorp)
rdamazio added a comment. (and btw I'd be happier with '' meaning the default, but the original author went through the trouble of checking both cases explicitly, so I kept that) REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5543 To: rdamazio, durin42,

D5540: histedit: fix --continue and --abort when curses is enabled

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > histedit.py:1605-1606 > +# operations. > +if ui.interface('histedit') == 'curses' and not ( > +opts.get( b'continue', False) or opts.get( b'abort', False)): > return _chistedit(ui, repo, *freeargs, **opts) Maybe

D5519: simplestorerepo: minimal changes required to get this mostly working again

2019-01-09 Thread indygreg (Gregory Szorc)
indygreg added a comment. In https://phab.mercurial-scm.org/D5519#81903, @durin42 wrote: > In https://phab.mercurial-scm.org/D5519#81899, @indygreg wrote: > > > The original purpose of the simple store repo was to flush out problems with storage abstraction by building an alternate

mercurial@41145: 7 new changesets

2019-01-09 Thread Mercurial Commits
7 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/2e60a77b7058 changeset: 41139:2e60a77b7058 user:Augie Fackler date:Tue Jan 08 10:31:10 2019 -0500 summary: xdiff: don't attempt to use fuzzer inputs larger than 100k

D5523: tests: get access to thirdparty.cbor without requiring it to be installed

2019-01-09 Thread indygreg (Gregory Szorc)
indygreg added a comment. I agree that we should nuke the vendored CBOR package altogether. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5523 To: durin42, indygreg, #hg-reviewers Cc: mercurial-devel ___

[PATCH 1 of 2] phabricator: warn if unable to amend, instead of aborting after posting

2019-01-09 Thread Matt Harbison
":null},\"cursor\":{\"limit\":100,\"after\":null,\"before\":null,\"order\":null}},\"error_code\":null,\"error_info\":null}" +} +}, +"r

[PATCH 2 of 2] phabricator: teach {phabreview} to work without --amend

2019-01-09 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1546735830 18000 # Sat Jan 05 19:50:30 2019 -0500 # Node ID bb9cd63d1cce015431a274a581021d8807cd9267 # Parent 0b7c3a31e42b075b5fc1d90c85f10239d87f9e33 phabricator: teach {phabreview} to work without --amend There's some possibility of this

D5540: histedit: fix --continue and --abort when curses is enabled

2019-01-09 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY I overlooked this when I did the initial import. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5540 AFFECTED FILES

D5519: simplestorerepo: minimal changes required to get this mostly working again

2019-01-09 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc4639fdae1b9: simplestorerepo: minimal changes required to get this mostly working again (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5519: simplestorerepo: minimal changes required to get this mostly working again

2019-01-09 Thread durin42 (Augie Fackler)
durin42 added a comment. In https://phab.mercurial-scm.org/D5519#81899, @indygreg wrote: > The original purpose of the simple store repo was to flush out problems with storage abstraction by building an alternate storage backend. Now that we have storage interface unit tests and the

D5543: histedit: crashing with a more useful error message on empty defaultrev

2019-01-09 Thread rdamazio (Rodrigo Damazio Bovendorp)
rdamazio created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Before this, `hg --config histedit.defaultrev= histedit` would crash with File "destutil.py", line 385, in desthistedit

Re: [PATCH 1 of 2] phabricator: warn if unable to amend, instead of aborting after posting

2019-01-09 Thread Matt Harbison
On Wed, 09 Jan 2019 23:28:38 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1546719633 18000 # Sat Jan 05 15:20:33 2019 -0500 # Node ID 0b7c3a31e42b075b5fc1d90c85f10239d87f9e33 # Parent 98ce494e104dca5200af6ed53d3f4ff6547962a8 phabricator: warn if unable

D5523: tests: get access to thirdparty.cbor without requiring it to be installed

2019-01-09 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGa9905045b992: tests: get access to thirdparty.cbor without requiring it to be installed (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5521: tests: add simplestorerepo to test-check-interfaces.py

2019-01-09 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG23d5e03dad70: tests: add simplestorerepo to test-check-interfaces.py (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

Re: Using mercurial on windows.

2019-01-09 Thread Matt Harbison
On Wed, 09 Jan 2019 16:16:02 -0500, Pulkit Goyal <7895pul...@gmail.com> wrote: Hey everyone, Hope you are doing good. In past few weeks, I have been playing with mercurial on windows. During that time, I realised why windows support is so hard and was quite proud that hg support windows.

D5495: revset: add "branch" positional arguments to the merge revset

2019-01-09 Thread angel.ezquerra (Angel Ezquerra)
angel.ezquerra added a comment. In https://phab.mercurial-scm.org/D5495#81562, @yuja wrote: > > +@predicate('merge(*withbranch)', safe=True) > > > > def merge(repo, subset, x): > > > > - """Changeset is a merge changeset. +"""Changeset is a merge changeset + +All

Re: Auto-formatting with yapf (was: Re: Auto-formatting code with black - object now if you have a strong opinion)

2019-01-09 Thread Matt Harbison
On Wed, 09 Jan 2019 15:30:19 -0500, Augie Fackler wrote: On Dec 6, 2018, at 23:21, Matt Harbison wrote: On Wed, 05 Dec 2018 08:23:17 -0500, Yuya Nishihara wrote: On Tue, 4 Dec 2018 10:06:24 -0500, Augie Fackler wrote: So, options to move forward: 1) blacken everything

D5531: progress: deprecate ui.progress()

2019-01-09 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. The new makeprogress API is more clean but more low-level, could we extend the deprecation warning until the 5.1 release to gives more time to extension authors to update? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5531 To:

D5536: testrunner: avoid capturing a regex group we don't care about

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG89d103fc9c19: testrunner: avoid capturing a regex group we dont care about (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5493: match: support rooted globs in hgignore

2019-01-09 Thread yuja (Yuya Nishihara)
yuja added subscribers: foozy, yuja. yuja added a comment. > The code already supports this but there is no syntax to make use of > it, so it seems reasonable to create such syntax. I create a new > hgignore syntax "rootedglob". There might be a better name, but > "rooted" is the

Re: D5503: vfs: add support for repo names with `$` when using with env vars (issue5739)

2019-01-09 Thread Yuya Nishihara
> > This is logically incorrect. The problem is that we're doing variable > > expansion at too lower layer. `vfs(expand(user_specified_path))` makes > > some sense, but `vfs(expand(getcwd()))` is clearly wrong. And the vfs > class > > can't know where the `base` comes from. > > If

Re: D5493: match: support rooted globs in hgignore

2019-01-09 Thread Yuya Nishihara
> The code already supports this but there is no syntax to make use of > it, so it seems reasonable to create such syntax. I create a new > hgignore syntax "rootedglob". There might be a better name, but > "rooted" is the terminology in use in user-facing documentation. Perhaps, it can be

D5533: remotefilelog: add newlines to ui.log() invocations

2019-01-09 Thread spectral (Kyle Lippincott)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG92a5fb73b3d5: remotefilelog: add newlines to ui.log() invocations (authored by spectral, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5503: vfs: add support for repo names with `$` when using with env vars (issue5739)

2019-01-09 Thread yuja (Yuya Nishihara)
yuja added a comment. > > This is logically incorrect. The problem is that we're doing variable > > expansion at too lower layer. `vfs(expand(user_specified_path))` makes > > some sense, but `vfs(expand(getcwd()))` is clearly wrong. And the vfs class > > can't know where the

D5525: xdiff: don't attempt to use fuzzer inputs larger than 100k

2019-01-09 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG2e60a77b7058: xdiff: dont attempt to use fuzzer inputs larger than 100k (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5514: test: change test's diff generation to use mdiff for nicer output

2019-01-09 Thread sangeet259 (Sangeet Kumar Mishra)
sangeet259 added a comment. @durin42 So the `try/except` will fall back to `unified diff`? Is there a way we can enforce this on system's that don't have mercurial installed globally and not have to fall back on the earlier practice. Also, I didn't get your comment on checking the API

D5538: hgweb: add /obsgraph page that shows obsolescence history of a changeset (PoC)

2019-01-09 Thread av6 (Anton Shestakov)
av6 created this revision. Herald added subscribers: mercurial-devel, mjpieters. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Feel free to ask questions, I suspect some chunks would need a comment (either in review or in code) to explain what's going on there. I'll start

D5537: obsutil: add a simplified obshistorywalker() (PoC)

2019-01-09 Thread av6 (Anton Shestakov)
av6 created this revision. Herald added subscribers: mercurial-devel, mjpieters. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This code is taken from evolve extension, namely from obslog command implementation, and somewhat simplified to be easier to review. No tests and no

D5531: progress: deprecate ui.progress()

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In https://phab.mercurial-scm.org/D5531#81827, @lothiraldan wrote: > The new makeprogress API is more clean but more low-level, could we extend the deprecation warning until the 5.1 release to gives more time to extension authors to update? I'm not

D5531: progress: deprecate ui.progress()

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
martinvonz updated this revision to Diff 13095. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5531?vs=13082=13095 REVISION DETAIL https://phab.mercurial-scm.org/D5531 AFFECTED FILES mercurial/ui.py CHANGE DETAILS diff --git a/mercurial/ui.py

mercurial@41138: 4 new changesets

2019-01-09 Thread Mercurial Commits
4 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/050ea8eb42a5 changeset: 41135:050ea8eb42a5 user:Augie Fackler date:Mon Jan 07 16:34:04 2019 -0500 summary: state: update comment about use of CBOR

D5539: style: run yapf on a subset of mercurial

2019-01-09 Thread durin42 (Augie Fackler)
durin42 added a comment. I see a few minor issues here, but it's at least plausible? INLINE COMMENTS > minifileset.py:57-58 > symbols = { > -'all': lambda n, s: True, > -'none': lambda n, s: False, > -'size': lambda n, s: _sizep(tree[2])(s), > +

D5372: perfrevlogwrite: use progress helper on modern hg

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf36fd52dae8f: perfrevlogwrite: use progress helper on modern hg (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5514: test: change test's diff generation to use mdiff for nicer output

2019-01-09 Thread durin42 (Augie Fackler)
durin42 added a comment. In https://phab.mercurial-scm.org/D5514#81800, @sangeet259 wrote: > @durin42 So the `try/except` will fall back to `unified diff`? Correct. > Is there a way we can enforce this on system's that don't have mercurial installed globally and not have to

Using mercurial on windows.

2019-01-09 Thread Pulkit Goyal
Hey everyone, Hope you are doing good. In past few weeks, I have been playing with mercurial on windows. During that time, I realised why windows support is so hard and was quite proud that hg support windows. Huge thanks to all the people who work on this. Now, I know things work because there

D5529: progress: split up _print() method in bar-updating and debug-printing

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG3025fd3c2e71: progress: split up _print() method in bar-updating and debug-printing (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5516: fix: add some arguments to facilitate extensions

2019-01-09 Thread durin42 (Augie Fackler)
durin42 added a comment. In https://phab.mercurial-scm.org/D5516#81683, @hooper wrote: > In https://phab.mercurial-scm.org/D5516#81679, @durin42 wrote: > > > I'm -0 on this: what's special about this functionality that it needs to be an extension of an extension instead of something

D5481: sparse: fix debugrebuilddirsate when narrow extension is enabled

2019-01-09 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGb05eb98a6b67: sparse: fix debugrebuilddirsate when narrow extension is enabled (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5494: histedit: add user input to warning message on editing tagged commits

2019-01-09 Thread navaneeth.suresh (Navaneeth Suresh)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG7b7e081f8954: histedit: add user input to warning message on editing tagged commits (authored by navaneeth.suresh, committed by ). CHANGED PRIOR TO COMMIT

D5474: obsutil: fix the issue5686

2019-01-09 Thread khanchi97 (Sushil khanchi)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG191fac9ff9d3: obsutil: fix the issue5686 (authored by khanchi97, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5474?vs=12962=13105 REVISION

D5532: context: schedule file prefetch before comparing for cleanliness

2019-01-09 Thread spectral (Kyle Lippincott)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf18f665b1424: context: schedule file prefetch before comparing for cleanliness (authored by spectral, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5372: perfrevlogwrite: use progress helper on modern hg

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. In https://phab.mercurial-scm.org/D5372#81858, @durin42 wrote: > per yuya, this has to support old hgs Thanks for the reminder. I was thinking of just leaving this on the old API, but now that I'm deprecating `ui.progress()`, this needs to be migrated.

D5516: fix: add some arguments to facilitate extensions

2019-01-09 Thread hooper (Danny Hooper)
hooper added a comment. In https://phab.mercurial-scm.org/D5516#81841, @durin42 wrote: > In https://phab.mercurial-scm.org/D5516#81683, @hooper wrote: > > > In https://phab.mercurial-scm.org/D5516#81679, @durin42 wrote: > > > > > I'm -0 on this: what's special about this

D5539: style: run yapf on a subset of mercurial

2019-01-09 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY I've tried to pick knobs that more or less conform to our current style. I ran the formatter on the same set of files as the black proposal (see

D5538: hgweb: add /obsgraph page that shows obsolescence history of a changeset (PoC)

2019-01-09 Thread durin42 (Augie Fackler)
durin42 added a comment. Without looking deeply at the implementation (I basically trust you to do reasonable things here), I like the feature existing and poking around briefly on obsdemo looks reasonable... REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5538

D5530: progress: check what type of progress bar to use only once per topic

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG963462786f6e: progress: check what type of progress bar to use only once per topic (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5527: progress: write ui.progress() in terms of ui.makeprogress()

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG8cf92ca92bfe: progress: write ui.progress() in terms of ui.makeprogress() (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5490: commit: remove ignore whitespace option on --interactive (issue6042)

2019-01-09 Thread durin42 (Augie Fackler)
durin42 added a comment. Could you add a test? (Bonus points if you add a test that shows the wrong behavior and then fix it in this change.) REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5490 To: navaneeth.suresh, #hg-reviewers Cc: durin42, pulkit,

D5479: sparse: don't enable on clone if it was a narrow clone

2019-01-09 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG8eaf693b1409: sparse: dont enable on clone if it was a narrow clone (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5478: tests: add tests for narrow clone when both sparse and narrow are enabled

2019-01-09 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGeb172f9c208c: tests: add tests for narrow clone when both sparse and narrow are enabled (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5480: tests: show that debugrebuilddirstate is broken with narrow+sparse

2019-01-09 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG76dcf7958c5f: tests: show that debugrebuilddirstate is broken with narrow+sparse (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5494: histedit: add user input to warning message on editing tagged commits

2019-01-09 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Sorry for bumping on this now, can you add tests for this as follow-up? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5494 To: navaneeth.suresh, durin42, #hg-reviewers Cc: pulkit, yuja, mharbison72, mercurial-devel

D5372: perfrevlogwrite: use progress helper

2019-01-09 Thread durin42 (Augie Fackler)
durin42 requested changes to this revision. durin42 added a comment. This revision now requires changes to proceed. per yuya, this has to support old hgs REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5372 To: martinvonz, #hg-reviewers, durin42 Cc: durin42,

D5413: manifest: convert a recursive function to iterative one using stacks

2019-01-09 Thread durin42 (Augie Fackler)
durin42 added inline comments. INLINE COMMENTS > manifest.py:1139 > + > +def _iterativediff(t1, t2, stack): > +"""compares two tree manifests and append new tree-manifests > which room for a follow-up: I'm not sure this needs to be a nested function anymore (it could be a

D5413: manifest: convert a recursive function to iterative one using stacks

2019-01-09 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG2c3f69855ce8: manifest: convert a recursive function to iterative one using stacks (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5534: merge: make local file storage in the .hg/merge directory extensible

2019-01-09 Thread dploch (Daniel Ploch)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG8c222bec97da: merge: make local file storage in the .hg/merge directory extensible (authored by dploch, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5372: perfrevlogwrite: use progress helper on modern hg

2019-01-09 Thread martinvonz (Martin von Zweigbergk)
martinvonz updated this revision to Diff 13109. martinvonz retitled this revision from "perfrevlogwrite: use progress helper" to "perfrevlogwrite: use progress helper on modern hg". REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5372?vs=12711=13109

D5064: style: run black on a subset of mercurial

2019-01-09 Thread durin42 (Augie Fackler)
durin42 added a comment. Per mailing list thread, I've sent out https://phab.mercurial-scm.org/D5539 to show what yapf would want to do. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5064 To: mjpieters, indygreg, durin42, #hg-reviewers Cc: mharbison72, av6,

Auto-formatting with yapf (was: Re: Auto-formatting code with black - object now if you have a strong opinion)

2019-01-09 Thread Augie Fackler
> On Dec 6, 2018, at 23:21, Matt Harbison wrote: > > On Wed, 05 Dec 2018 08:23:17 -0500, Yuya Nishihara wrote: > >> On Tue, 4 Dec 2018 10:06:24 -0500, Augie Fackler wrote: >>> >>> So, options to move forward: >>> 1) blacken everything (controversial for good reasons) >>> 2) try black only

Re: Using mercurial on windows.

2019-01-09 Thread Ludovic Chabant
> After sometime of fighting with windows, here I am looking for suggestions on > how one can use mercurial on windows smoothly and what are the recommended > ways. Like shall I use MYSYS, did things will work in cmd.exe? > > If anyone can shed some light on their experiences and tips and