Skip to content

Commit

Permalink
Release 2.0.1: Ignore untracked files in HgRepo.commit()
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Aug 2, 2017
1 parent dae9627 commit 1b2a448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcs_repo_mgr/__init__.py
@@ -1,7 +1,7 @@
# Version control system repository manager.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: July 14, 2017
# Last Change: August 2, 2017
# URL: https://github.com/xolox/python-vcs-repo-mgr

"""
Expand Down Expand Up @@ -110,7 +110,7 @@
)

# Semi-standard module versioning.
__version__ = '2.0'
__version__ = '2.0.1'

USER_CONFIG_FILE = '~/.vcs-repo-mgr.ini'
"""The location of the user-specific configuration file (a string, parsed using :func:`.parse_path()`)."""
Expand Down

0 comments on commit 1b2a448

Please sign in to comment.