[PATCH 2 of 2] util: whitelist NTFS for hardlink creation

Augie Fackler raf at durin42.com
Thu Dec 28 20:55:46 EST 2017


queued these, thanks

> On Dec 28, 2017, at 6:31 PM, Matt Harbison <mharbison72 at gmail.com> wrote:
> 
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1514443539 18000
> #      Thu Dec 28 01:45:39 2017 -0500
> # Node ID b73ce03832728fba7f882e7b584b43d58995ecc8
> # Parent  452b23148c906aca4765d568263d9e3615cce228
> util: whitelist NTFS for hardlink creation
> 
> diff --git a/mercurial/util.py b/mercurial/util.py
> --- a/mercurial/util.py
> +++ b/mercurial/util.py
> @@ -1205,6 +1205,7 @@
>     'ext4',
>     'hfs',
>     'jfs',
> +    'NTFS',
>     'reiserfs',
>     'tmpfs',
>     'ufs',
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel



More information about the Mercurial-devel mailing list