[Bug 6551] New: How to download Hp smart app from 123.hp.com/setup for mac?

2021-07-23 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6551 Bug ID: 6551 Summary: How to download Hp smart app from 123.hp.com/setup for mac? Product: Mercurial Version: default branch Hardware: PC OS: Windows

[Bug 6549] New: evolve's fold does not preserve commit message in `.hg/last-message.txt`

2021-07-23 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6549 Bug ID: 6549 Summary: evolve's fold does not preserve commit message in `.hg/last-message.txt` Product: Mercurial Version: unspecified Hardware: PC OS: All

[Bug 6548] New: local clone double encode store path

2021-07-23 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6548 Bug ID: 6548 Summary: local clone double encode store path Product: Mercurial Version: 5.9rc0 Hardware: PC OS: Linux Status: UNCONFIRMED Severity: bug

[Bug 6547] New: Windows: transaction backup in store subrepository get their path separator encoded

2021-07-23 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6547 Bug ID: 6547 Summary: Windows: transaction backup in store subrepository get their path separator encoded Product: Mercurial Version: 5.9rc0 Hardware: PC OS:

[Bug 6546] New: Inconsistent space separator for the store vfs base on Windows

2021-07-23 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6546 Bug ID: 6546 Summary: Inconsistent space separator for the store vfs base on Windows Product: Mercurial Version: stable branch Hardware: PC OS: Windows

D11210: fix: use scmutil.movedirstate() instead of reimplementing

2021-07-23 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY This is slower, but probably doesn't matter? REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D11210 AFFECTED FI

D11208: tests: demonstrate bug in `hg fix` with incorrectly dirty working copy

2021-07-23 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY If the parent commit needs formatting but the working copy already has the correct formatting, then the working copy will be reported as modified even thoug

D11209: fix: rewrite writeworkingdir() to explicitly not work with merges

2021-07-23 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY `hg fix` errors out early if there is an unfinished merge, so we should have only one parent here. Making that explicit makes my next patches simpler. REPO