Mercurial > hg
view hgext3rd/__init__.py @ 35008:ad671b4cb9fc stable
tests: add a test demonstrating issue5731
If origbackups are in use, a symlink to a valid directory is backed up, and an
update is made that attempts to backup a file or link over that symlink, we
abort with a bad error message instead of successfully updating.
Differential Revision: https://phab.mercurial-scm.org/D1310
author | Mark Thomas <mbthomas@fb.com> |
---|---|
date | Fri, 03 Nov 2017 09:27:35 -0700 |
parents | 4b81487a01d4 |
children | 2372284d9457 |
line wrap: on
line source
# name space package to host third party extensions from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)