mercurial@41767: 41 new changesets

2019-02-22 Thread Mercurial Commits
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

[Bug 6089] New: `hg pick` doesn’t update branch of working directory

2019-02-22 Thread mercurial-bugs
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

D6007: diff: make sure we output stat info even when --git is not passed (issue4037)

2019-02-22 Thread pulkit (Pulkit Goyal)
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

D6006: tests: add test to demonstrate issue4037

2019-02-22 Thread pulkit (Pulkit Goyal)
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

D6005: uncommit: added interactive mode and modified fixdirstate(issue6062)

2019-02-22 Thread taapas1128 (Taapas Agrawal)
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

D6005: uncommit: added interactive mode and modified fixdirstate(issue6062)

2019-02-22 Thread taapas1128 (Taapas Agrawal)
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:/

D6005: uncommit: added interactive mode and removed _fixdirstate(issue6062)

2019-02-22 Thread taapas1128 (Taapas Agrawal)
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

D6005: uncommit: added interactive mode and removed _fixdirstate()(issue6062)

2019-02-22 Thread martinvonz (Martin von Zweigbergk)
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

D6005: uncommit: added interactive mode and removed _fixdirstate()(issue6062)

2019-02-22 Thread taapas1128 (Taapas Agrawal)
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

D5299: phabricator: fallback reading arcanist config files

2019-02-22 Thread mharbison72 (Matt Harbison)
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

D6004: changegroup: move non-pruning of non-ellipsis manifests to _prunemanifests()

2019-02-22 Thread martinvonz (Martin von Zweigbergk)
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