changeset 217:d5db5da1c411

Provide note about collecting timestamps
author Franz Glasner <hg@dom66.de>
date Wed, 17 Oct 2018 17:40:49 +0200
parents f0074b902cbd
children 069be0a64afc
files extensions/timestamps.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/timestamps.py	Wed Oct 17 17:25:36 2018 +0200
+++ b/extensions/timestamps.py	Wed Oct 17 17:40:49 2018 +0200
@@ -699,6 +699,8 @@
                 # collect the timestamps
                 #
 
+                self.ui.note(_("collecting timestamps\n"))
+
                 #
                 # get the status of all files w/o timestamps database and
                 # config
@@ -765,6 +767,7 @@
                              _matchmod.exact(self.root,
                                              '',
                                              auto_included)])
+                self.ui.note(_("timestamps have been collected\n"))
             else:
                 self.ui.debug("TimestampedRepo.commit():"
                               " timestamps not activated/configured\n")