D5505: narrow: include working copy narrowspec in transaction journal

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Thu Jan 10 13:54:35 EST 2019


pulkit added inline comments.

INLINE COMMENTS

> narrowspec.py:193
>      vfs.tryunlink(backupname)
> -    util.copyfile(vfs.join(DIRSTATE_FILENAME), vfs.join(backupname),
> -                  hardlink=True)
> +    # It may not exist in old repos
> +    if vfs.exists(DIRSTATE_FILENAME):

This change should be moved to previous patch or a separate patch.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5505

To: martinvonz, #hg-reviewers
Cc: pulkit, mjpieters, mercurial-devel


More information about the Mercurial-devel mailing list