Mercurial > hgrepos > DevTools > mercurial-extensions
changeset 396:36eeab6e14b5
Put a short description for "timestamps" into the README and show that timestamps are mtime times
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 05 Aug 2019 19:48:23 +0200 |
| parents | fdf77e125eb3 |
| children | 84cdf819c7a4 |
| files | README extensions/timestamps.py |
| diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README Sun Aug 04 18:01:23 2019 +0200 +++ b/README Mon Aug 05 19:48:23 2019 +0200 @@ -14,3 +14,5 @@ revinfo -- write a revision summary almost identical to ".hg_archival.txt" but with an extra canonical repository path information + +timestamps -- save and restore timestamps (mtime) for files in the repository
--- a/extensions/timestamps.py Sun Aug 04 18:01:23 2019 +0200 +++ b/extensions/timestamps.py Mon Aug 05 19:48:23 2019 +0200 @@ -9,7 +9,7 @@ # The license is incorporated herein by reference. # :- # -"""save and restore file timestamps for files in the repository +"""save and restore file timestamps (mtime) for files in the repository Some initial reasonings:
