# HG changeset patch # User Franz Glasner # Date 1538379372 -7200 # Node ID 888e05bfdb8185570930fb557bfd29c2ce6ca32d # Parent 3c7df52ebd83aae6dffde28a0af9d6f8b2022001 FIX: Missing CR in debug message diff -r 3c7df52ebd83 -r 888e05bfdb81 extensions/timestamps.py --- 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