[PATCH] exthelper: drop a compatibility shim with '^command' syntax

2018-12-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1545887440 18000 # Thu Dec 27 00:10:40 2018 -0500 # Node ID 0fd3f0947fbea9ff60c8fc447d751bf653d70303 # Parent 32aa43e038570b844946896376b358cada94f972 exthelper: drop a compatibility shim with '^command' syntax This syntax was dropped in fa88

mercurial@41017: 11 new changesets (1 on stable)

2018-12-26 Thread Mercurial Commits
11 new changesets (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/a06dc62f1c82 changeset: 41007:a06dc62f1c82 user:Martin von Zweigbergk date:Mon May 07 17:08:17 2018 -0700 summary: shelve: pass transaction around to clarify where it's used https://www.

[PATCH 6 of 6] largefiles: port wrapped functions to exthelper

2018-12-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1545623823 18000 # Sun Dec 23 22:57:03 2018 -0500 # Node ID fcd2ee19858f2719ff63fc66be7de577a7aab10d # Parent 32aa43e038570b844946896376b358cada94f972 largefiles: port wrapped functions to exthelper Things get interesting in the commit. I ha

[PATCH 5 of 6] largefiles: port commands to exthelper

2018-12-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1545603985 18000 # Sun Dec 23 17:26:25 2018 -0500 # Node ID 32aa43e038570b844946896376b358cada94f972 # Parent a341e513e16c560082afaf06ce6041091f8d40f1 largefiles: port commands to exthelper One subtle change here is that the purge, rebase and

[PATCH 3 of 6] largefiles: port configitems to exthelper

2018-12-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1545599773 18000 # Sun Dec 23 16:16:13 2018 -0500 # Node ID be536e648c4f96fa625a6222e9c50d45fee38bb5 # Parent 04b6bbd552360d479d44e956d1e0c201d19f15ef largefiles: port configitems to exthelper It looks like dynamicdefault was referenced in a

[PATCH 4 of 6] exthelper: support the option argument when registering a command

2018-12-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1545620096 18000 # Sun Dec 23 21:54:56 2018 -0500 # Node ID a341e513e16c560082afaf06ce6041091f8d40f1 # Parent be536e648c4f96fa625a6222e9c50d45fee38bb5 exthelper: support the option argument when registering a command Largefiles uses this 5th

[PATCH 2 of 6] remotefilelog: use repo.local() instead of isinstance()

2018-12-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1545596318 18000 # Sun Dec 23 15:18:38 2018 -0500 # Node ID 04b6bbd552360d479d44e956d1e0c201d19f15ef # Parent 900b0af134505b6e5d227888212a17d8dd68342a remotefilelog: use repo.local() instead of isinstance() diff --git a/hgext/remotefilelog/__

[PATCH 1 of 6] exthelper: add a cautionary note about adding attributes to containers

2018-12-26 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1545594763 18000 # Sun Dec 23 14:52:43 2018 -0500 # Node ID 900b0af134505b6e5d227888212a17d8dd68342a # Parent 0214962773921f15333f11d97212b307422aaaf5 exthelper: add a cautionary note about adding attributes to containers diff --git a/mercuri

[Bug 6041] New: pull and incoming can get confused by an obsolete tip

2018-12-26 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6041 Bug ID: 6041 Summary: pull and incoming can get confused by an obsolete tip Product: Mercurial Version: 4.8.1 Hardware: All OS: All Status: UNCONFIRMED Sev

D5408: progress: avoid ui.configbool() lookup when progress bar is active

2018-12-26 Thread pulkit (Pulkit Goyal)
pulkit added a comment. It turned out to be important optimization for us. Since it's holiday in US, I updated this with Yuya's comment. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5408 To: indygreg, #hg-reviewers Cc: yuja, pulkit, mercurial-devel __

D5408: progress: avoid ui.configbool() lookup when progress bar is active

2018-12-26 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 12982. pulkit edited the summary of this revision. pulkit retitled this revision from "progress: [RFC] avoid ui.configbool() lookup when progress bar is active" to "progress: avoid ui.configbool() lookup when progress bar is active". REPOSITORY rHG Mercuria

D5484: pull: use opts.get('bookmark') instead of opts['bookmark']

2018-12-26 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This is done because at places in hgsubversion, we call the function directly. I expect there might be more instances in extensions out there which calls command

D5477: branches: add -r option to show branch name(s) of a given rev (issue5948)

2018-12-26 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added a comment. In https://phab.mercurial-scm.org/D5477#81155, @yuja wrote: > Looks mostly good. > > Can you update the commit message to conform to our style? > https://www.mercurial-scm.org/wiki/ContributingChanges#Submission_checklist Updated. > You

D5477: branches: add -r option to show branch name(s) of a given rev (issue5948)

2018-12-26 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh updated this revision to Diff 12980. navaneeth.suresh retitled this revision from "branches: Added -r option to show branch name(s) of a given rev (Issue5948)" to "branches: add -r option to show branch name(s) of a given rev (issue5948)". REPOSITORY rHG Mercurial CHANGES SIN

D5483: amend:Added rewrite.updatetimestamp config option(issue5828)

2018-12-26 Thread taapas1128 (Taapas Agrawal)
taapas1128 added a comment. @yuja I have updated the revision . Please review. REVISION DETAIL https://phab.mercurial-scm.org/D5483 To: taapas1128, #hg-reviewers Cc: yuja, mercurial-devel ___ Mercurial-devel mailing list Mercurial-devel@mercurial-

D5483: amend:Added rewrite.updatetimestamp config option(issue5828)

2018-12-26 Thread taapas1128 (Taapas Agrawal)
taapas1128 updated this revision to Diff 12979. taapas1128 retitled this revision from "amend:Added current time update config option(issue5828)" to "amend:Added rewrite.updatetimestamp config option(issue5828)". CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5483?vs=12977&id=12979

D5483: amend:Added current time update config option(issue5828)

2018-12-26 Thread taapas1128 (Taapas Agrawal)
taapas1128 added a comment. In the tests I added two parts one with config option False and and another with True. I will correct the heading that part is with config turned off. Okay I will change the config option to rewrite.updatetimestamp and will see how to get current times

D5483: amend:Added current time update config option(issue5828)

2018-12-26 Thread yuja (Yuya Nishihara)
yuja added a comment. > +#if updatetime option is turned on > + $ hg amend --date '1997-1-1 0:1' Use `--config` unless you need to re-run the whole tests with various options. > + $ hg log --limit 2 > + # changeset: 40473:a092f9df5a43 > + # branch: stable > + #

Re: D5483: amend:Added current time update config option(issue5828)

2018-12-26 Thread Yuya Nishihara
> +#if updatetime option is turned on > + $ hg amend --date '1997-1-1 0:1' Use `--config` unless you need to re-run the whole tests with various options. > + $ hg log --limit 2 > + # changeset: 40473:a092f9df5a43 > + # branch: stable > + # bookmark:@ > + # tag: tip > + #

D5477: branches: Added -r option to show branch name(s) of a given rev (Issue5948)

2018-12-26 Thread yuja (Yuya Nishihara)
yuja added a comment. Looks mostly good. Can you update the commit message to conform to our style? https://www.mercurial-scm.org/wiki/ContributingChanges#Submission_checklist You'll see some lint errors if you run `test-check-*`. And you'll probably need to update `test-completio

Re: D5477: branches: Added -r option to show branch name(s) of a given rev (Issue5948)

2018-12-26 Thread Yuya Nishihara
Looks mostly good. Can you update the commit message to conform to our style? https://www.mercurial-scm.org/wiki/ContributingChanges#Submission_checklist You'll see some lint errors if you run `test-check-*`. And you'll probably need to update `test-completion.t`. > opts = pycompat.byteskwa