[PATCH 12 of 15] rawdata: update callers in repository

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201482 -7200 # Wed Aug 07 20:11:22 2019 +0200 # Node ID acb5122380b83993dc724135e45a041097199044 # Parent 2f47b0a312a8a05000f6ea55d6fc2825acc68ae5 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

D6709: config: add --registered flag to show all known configs

2019-08-15 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh updated this revision to Diff 16209. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6709?vs=16172=16209 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6709/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6709

D6699: unshelve: abort on using --keep and --interactive together

2019-08-15 Thread pulkit (Pulkit Goyal)
This revision is now accepted and ready to land. pulkit added inline comments. pulkit accepted this revision. INLINE COMMENTS > shelve.py:970 > basename = shelved[0] > +if interactive and opts.get('keep'): > +raise error.Abort(_('--keep on --interactive is not yet

[PATCH 03 of 15] rawdata: update callers in bundlerepo

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201350 -7200 # Wed Aug 07 20:09:10 2019 +0200 # Node ID bd9d982bf37ab1f03250c468673e6b863524370c # Parent 521bb18efd231f6d6b45666a9828e6e8fae0a650 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

mercurial@42736: 2 new changesets

2019-08-15 Thread Mercurial Commits
2 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/5154701a5413 changeset: 42735:5154701a5413 user:Georges Racinet date:Wed Jun 12 14:18:12 2019 +0100 summary: rust-discovery: accept the new 'respectsize' init arg

[PATCH 14 of 15] rawdata: update callers in storageutils

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201510 -7200 # Wed Aug 07 20:11:50 2019 +0200 # Node ID e6c5a10e85b7c7edcaf89b3472a6b5121128 # Parent 6e8516552f75a8b1f0e1b2169bdf1004aa48e534 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 11 of 15] rawdata: update callers in testing/storage.py

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201472 -7200 # Wed Aug 07 20:11:12 2019 +0200 # Node ID 2f47b0a312a8a05000f6ea55d6fc2825acc68ae5 # Parent 36d14c6047e70afc3a8445692084857a06a57370 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 15 of 15] rawdata: update callers in shallowbundle

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201527 -7200 # Wed Aug 07 20:12:07 2019 +0200 # Node ID 6a6fd8c0311985905619ea3eb8df330af3ecb001 # Parent e6c5a10e85b7c7edcaf89b3472a6b5121128 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

D6728: config: add experimental argument to the config registrar

2019-08-15 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Until now, there are almost 28 config items which are considered as `experimental` but, not present in the `experimental` section of the registrar.

D6709: config: add --registered flag to show all known configs

2019-08-15 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added a comment. In D6709#98718 , @marmoute wrote: > I get 28 of them. > I think we need to add an `experimental` or `status` argument ot the config registration. Created D6728 to

[PATCH 13 of 15] rawdata: update callers in delta utils

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201495 -7200 # Wed Aug 07 20:11:35 2019 +0200 # Node ID 6e8516552f75a8b1f0e1b2169bdf1004aa48e534 # Parent acb5122380b83993dc724135e45a041097199044 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 08 of 15] rawdata: update callers in lfs' wrapper

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201432 -7200 # Wed Aug 07 20:10:32 2019 +0200 # Node ID b094039a12306e919e2a5ba27e31fe1c8255f15c # Parent 1e6c47c85559934cb827abfabe9e8c84e7674d77 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

D6709: config: add --registered flag to show all known configs

2019-08-15 Thread marmoute (Pierre-Yves David)
marmoute added a comment. I get 28 of them. I think we need to add an `experimental` or `status` argument ot the config registration. > ag --nofilename '# experimental config:.*' -o | sort -u # experimental config: censor.policy # experimental config:

[PATCH 05 of 15] rawdata: update callers in sqlitestore

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201393 -7200 # Wed Aug 07 20:09:53 2019 +0200 # Node ID 333d279ffd3109ce7e2e899fe7b513e1334174e7 # Parent 475f24d36ed010725534e60e0ea0a2a0d9d914ff # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 09 of 15] rawdata: update callers in lfs' tests

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201443 -7200 # Wed Aug 07 20:10:43 2019 +0200 # Node ID 706b2c50740d509c24aac72db2c3b66e0d0880a8 # Parent b094039a12306e919e2a5ba27e31fe1c8255f15c # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 10 of 15] rawdata: update callers in test-revlog-raw

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565210509 -7200 # Wed Aug 07 22:41:49 2019 +0200 # Node ID 36d14c6047e70afc3a8445692084857a06a57370 # Parent 706b2c50740d509c24aac72db2c3b66e0d0880a8 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 01 of 15] rawdata: update caller in revlog

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201306 -7200 # Wed Aug 07 20:08:26 2019 +0200 # Node ID 66af150744d04f984d0300fb71ff93ceb2dc28a9 # Parent bbe71b5afd02c764639780bfe763348d5e5d7a6b # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 07 of 15] rawdata: update caller in wireprotov2server

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201424 -7200 # Wed Aug 07 20:10:24 2019 +0200 # Node ID 1e6c47c85559934cb827abfabe9e8c84e7674d77 # Parent 3de6d776f3515adf35f1b9abcb4c2cd9d398d7ef # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 02 of 15] rawdata: update callers in context

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201315 -7200 # Wed Aug 07 20:08:35 2019 +0200 # Node ID 521bb18efd231f6d6b45666a9828e6e8fae0a650 # Parent 66af150744d04f984d0300fb71ff93ceb2dc28a9 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

D6709: config: add --registered flag to show all known configs

2019-08-15 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In D6709#98716 , @marmoute wrote: > We will need more than just matching the categoie name to detect experimental/deprecated config. There are such option outside of the `experimental` section, and we still need to hide

[PATCH 04 of 15] rawdata: update caller in remotefilelog

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565210112 -7200 # Wed Aug 07 22:35:12 2019 +0200 # Node ID 475f24d36ed010725534e60e0ea0a2a0d9d914ff # Parent bd9d982bf37ab1f03250c468673e6b863524370c # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

[PATCH 06 of 15] rawdata: update callers in debugcommands

2019-08-15 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1565201408 -7200 # Wed Aug 07 20:10:08 2019 +0200 # Node ID 3de6d776f3515adf35f1b9abcb4c2cd9d398d7ef # Parent 333d279ffd3109ce7e2e899fe7b513e1334174e7 # EXP-Topic rawdata # Available At https://bitbucket.org/octobus/mercurial-devel/ #

D6479: shelve: first prototype of storing/restoring unresolved changes

2019-08-15 Thread durin42 (Augie Fackler)
durin42 added a comment. The only thing I'm curious about really is why we have extrastorage and usualstorge. Can we get away with only one of those choices instead of having more options? INLINE COMMENTS > shelve.py:432 > + > +def _storeunresolvedmerge(ui, repo, name=None, extra=None): >

D6699: unshelve: abort on using --keep and --interactive together

2019-08-15 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh updated this revision to Diff 16211. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6699?vs=16168=16211 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6699/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6699

D6728: config: add experimental argument to the config registrar

2019-08-15 Thread navaneeth.suresh (Navaneeth Suresh)
Closed by commit rHGe67d9b6bad4d: config: add experimental argument to the config registrar (authored by navaneeth.suresh). This revision was automatically updated to reflect the committed changes. This revision was not accepted when it landed; it landed in state "Needs Review". REPOSITORY

D6709: config: add --registered flag to show all known configs

2019-08-15 Thread durin42 (Augie Fackler)
durin42 added a comment. durin42 accepted this revision as: durin42. Looks good to me, but I want someone else to put eyes on it before it gets pushed. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6709/new/ REVISION DETAIL

D6479: shelve: first prototype of storing/restoring unresolved changes

2019-08-15 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added a comment. In D6479#98737 , @durin42 wrote: > The only thing I'm curious about really is why we have extrastorage and usualstorge. Can we get away with only one of those choices instead of having more options? The

D6729: tests: use `tr -d` and not `tr --delete` since the latter is absent on BSD tr(1)

2019-08-15 Thread durin42 (Augie Fackler)
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/D6729 AFFECTED FILES tests/test-merge-combination.t CHANGE DETAILS diff --git

D6695: transplant: added support for --stop flag

2019-08-15 Thread taapas1128 (Taapas Agrawal)
taapas1128 edited the summary of this revision. taapas1128 retitled this revision from "transplant: added support for --abort flag" to "transplant: added support for --stop flag". taapas1128 marked an inline comment as done. taapas1128 updated this revision to Diff 16214. REPOSITORY rHG

D6695: transplant: added support for --abort flag

2019-08-15 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Let's rename this to `transplant --stop` instead. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6695/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6695 To: taapas1128, #hg-reviewers Cc: pulkit, mjpieters,

D6725: tests: split joint repo/changelog fake into one for each type

2019-08-15 Thread durin42 (Augie Fackler)
Closed by commit rHG034b2bf377f0: tests: split joint repo/changelog fake into one for each type (authored by durin42). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6695: transplant: added support for --stop flag

2019-08-15 Thread taapas1128 (Taapas Agrawal)
taapas1128 updated this revision to Diff 16215. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6695?vs=16214=16215 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6695/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6695 AFFECTED

D6709: config: add --registered flag to show all known configs

2019-08-15 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh marked an inline comment as done. navaneeth.suresh updated this revision to Diff 16216. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6709?vs=16209=16216 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6709/new/ REVISION