41 new changesets in mercurial:
https://www.mercurial-scm.org/repo/hg/rev/e1643a0455c8
changeset: 41727:e1643a0455c8
parent: 41724:35158796f52f
user:Jordi Gutiérrez Hermoso
date:Mon Feb 18 18:44:21 2019 -0500
summary: test-sqlitestore: run sqlite3 with no init file
htt
https://bz.mercurial-scm.org/show_bug.cgi?id=6089
Bug ID: 6089
Summary: `hg pick` doesn’t update branch of working directory
Product: Mercurial
Version: unspecified
Hardware: PC
OS: Linux
Status: UNCONFIRMED
pulkit created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
Before this patch, `hg diff --stat` will give an empty output. It will not
show
the stat information. I debugged and found that the underlying code does not
retu
pulkit created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
`hg diff --stat -q --config diff.git=0` does not output anything whereas it
should print the stat. This is a quiet old bug dating to 2013 and looking at
code I th
taapas1128 marked 4 inline comments as done.
taapas1128 added a comment.
@martinvonz I made the changes you asked . However I am not sure why
`test-unamend.t` is changing because when `interactive` is false so it should
behave exactly like the previous `_fixdirstate()` functioned . Can you pr
taapas1128 updated this revision to Diff 14193.
taapas1128 retitled this revision from "uncommit: added interactive mode and
removed _fixdirstate(issue6062)" to "uncommit: added interactive mode and
modified fixdirstate(issue6062)".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https:/
taapas1128 updated this revision to Diff 14192.
taapas1128 retitled this revision from "uncommit: added interactive mode and
removed _fixdirstate()(issue6062)" to "uncommit: added interactive mode and
removed _fixdirstate(issue6062)".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https
martinvonz added a comment.
I haven't reviewed much of it, but here are some initial comments
INLINE COMMENTS
> uncommit.py:101
>
> -def _fixdirstate(repo, oldctx, newctx, match=None):
> -""" fix the dirstate after switching the working directory from oldctx to
> -newctx which can b
taapas1128 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/D6005
AFFECTED FILES
hgext/uncommit.py
tests/test-unamend.t
tests/test-uncommit-interactive.t
t
mharbison72 added inline comments.
INLINE COMMENTS
> phabricator.py:187
> +paths = [
> +vfsmod.vfs(encoding.encoding['ProgramData']).join(
> + 'Phabricator', 'Arcanist', 'config'),
s/.encoding/.environ/ ?
> phabricator.py:200
> +if vfsmod.vfs(path).ex
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG1c1c4ef8b72e: changegroup: move non-pruning of non-ellipsis
manifests to _prunemanifests() (authored by martinvonz, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.me
11 matches
Mail list logo