Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 192:888e05bfdb81
FIX: Missing CR in debug message
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Mon, 01 Oct 2018 09:36:12 +0200 |
| parents | 3c7df52ebd83 |
| children | ede6535c4733 |
| files | extensions/timestamps.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/extensions/timestamps.py Sun Sep 30 08:14:30 2018 +0200 +++ b/extensions/timestamps.py Mon Oct 01 09:36:12 2018 +0200 @@ -573,7 +573,7 @@ def commit(self, text="", user=None, date=None, match=None, force=False, editor=False, extra=None, *args, **kwargs): - self.ui.debug("TimestampedRepo.commit()") + self.ui.debug("TimestampedRepo.commit()\n") # # match: "hg ci" -> alwaysmatcher # "hg ci file1 ... -> patternmatcher with the files
