mercurial@42381: new changeset

2019-05-30 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/e3ee707d42ad changeset: 42381:e3ee707d42ad bookmark:@ tag: tip user:Pierre-Yves David date:Thu May 23 11:19:48 2019 +0200 summary: perf: add a --from flag to perfmergecalculate -- Repository

D6464: commit: respect --no-edit in combination with --amend

2019-05-30 Thread spectral (Kyle Lippincott)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG64ed405dd342: commit: respect --no-edit in combination with --amend (authored by spectral, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6463: commit: add test showing that commit --amend --no-edit still shows editor

2019-05-30 Thread spectral (Kyle Lippincott)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG060ff3396589: commit: add test showing that commit --amend --no-edit still shows editor (authored by spectral, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5772: hg: raise Abort on invalid path

2019-05-30 Thread spectral (Kyle Lippincott)
spectral added a comment. Oops. A typo caused me to update this diff, please ignore that. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5772 To: indygreg, #hg-reviewers Cc: spectral, martinvonz, yuja, mercurial-devel

D5768: subrepo: bytes/str cleanups on Git support

2019-05-30 Thread spectral (Kyle Lippincott)
spectral added a comment. Oops. A typo caused me to update this diff, please ignore that. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5768 To: durin42, pulkit, #hg-reviewers Cc: spectral, yuja, mercurial-devel ___

D6464: commit: respect --no-edit in combination with --amend

2019-05-30 Thread spectral (Kyle Lippincott)
spectral 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/D6464 AFFECTED FILES mercurial/cmdutil.py tests/test-commit-amend.t CHANGE DETAILS diff --git

D5772: hg: raise Abort on invalid path

2019-05-30 Thread spectral (Kyle Lippincott)
spectral updated this revision to Diff 15304. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5772?vs=13637=15304 REVISION DETAIL https://phab.mercurial-scm.org/D5772 AFFECTED FILES mercurial/hg.py mercurial/ui.py tests/test-remotefilelog-gc.t

D6463: commit: add test showing that commit --amend --no-edit still shows editor

2019-05-30 Thread spectral (Kyle Lippincott)
spectral 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/D6463 AFFECTED FILES tests/test-commit-amend.t CHANGE DETAILS diff --git a/tests/test-commit-amend.t

D5768: subrepo: bytes/str cleanups on Git support

2019-05-30 Thread spectral (Kyle Lippincott)
spectral updated this revision to Diff 15303. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5768?vs=13626=15303 REVISION DETAIL https://phab.mercurial-scm.org/D5768 AFFECTED FILES contrib/python3-whitelist mercurial/subrepo.py CHANGE DETAILS

D6462: commitextras: try to remove localrepo hacking to add extras to commit

2019-05-30 Thread pulkit (Pulkit Goyal)
pulkit added a comment. I am not sure this is correct way to do this. But I will definitely like to remove the hacking around localrepo to add extras to a commit. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6462 To: pulkit, #hg-reviewers Cc: mercurial-devel

D6462: commitextras: try to remove localrepo hacking to add extras to commit

2019-05-30 Thread pulkit (Pulkit Goyal)
pulkit 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/D6462 AFFECTED FILES hgext/commitextras.py mercurial/commands.py CHANGE DETAILS diff --git

D6461: githelp: translate git stash show and clear actions and --patch flag

2019-05-30 Thread av6 (Anton Shestakov)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG7752cd3a2f83: githelp: translate git stash show and clear actions and --patch flag (authored by av6, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6461: githelp: translate git stash show and clear actions and --patch flag

2019-05-30 Thread av6 (Anton Shestakov)
av6 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/D6461 AFFECTED FILES hgext/githelp.py tests/test-githelp.t CHANGE DETAILS diff --git

D6460: githelp: add --dry-run for mv

2019-05-30 Thread av6 (Anton Shestakov)
av6 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/D6460 AFFECTED FILES hgext/githelp.py CHANGE DETAILS diff --git a/hgext/githelp.py b/hgext/githelp.py ---

D6459: githelp: translate --directory of git apply to --prefix

2019-05-30 Thread av6 (Anton Shestakov)
av6 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY According to the help pages, these flags do the same. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6459 AFFECTED FILES