log

age author description
Thu, 08 Aug 2019 09:03:38 +0200 Franz Glasner Timestamps now handles shelve and unshelve.
Thu, 08 Aug 2019 09:02:55 +0200 Franz Glasner FIX: PY3 compat: mix of bytes and Unicode strings not allowed
Tue, 06 Aug 2019 01:14:41 +0200 Franz Glasner FIX: Missing linefeed in debug message
Mon, 05 Aug 2019 19:48:23 +0200 Franz Glasner Put a short description for "timestamps" into the README and show that timestamps are mtime times
Sun, 04 Aug 2019 18:01:23 +0200 Franz Glasner Prepend a "timestamps:" prefix to most timestamps related messages
Sun, 04 Aug 2019 17:57:53 +0200 Franz Glasner Really handle repository setup: "__init__" to be called in the derived repository class cannot be relied upon.
Sun, 04 Aug 2019 12:58:48 +0200 Franz Glasner Refactor: Rename some timestamps-specific variables and methods.
Sun, 04 Aug 2019 11:01:48 +0200 Franz Glasner FIX: Remove syntax errors from the previous commit: a bogus free-standing return and a call to a not yet renamed method
Sun, 04 Aug 2019 09:41:03 +0200 Franz Glasner Remove all now unneeded self.local() checks
Sun, 04 Aug 2019 09:34:15 +0200 Franz Glasner Do a complete extension setup only when the repository is local.
Sun, 04 Aug 2019 09:08:35 +0200 Franz Glasner Handle all special and function characters in the timestamps database.
Sat, 03 Aug 2019 21:54:09 +0200 Franz Glasner FIX: Typo
Wed, 17 Jul 2019 22:47:57 +0200 Franz Glasner Rename parameter "tsconfig" to "tsconfigname" in _gen_matcher_from_tsconfig
Wed, 17 Jul 2019 09:01:49 +0200 Franz Glasner Place "testedwith" at the begin of global variables
Tue, 16 Jul 2019 21:33:45 +0200 Franz Glasner More compliance with the private Mercurial extension style guide:
Tue, 16 Jul 2019 21:01:43 +0200 Franz Glasner Refactor: Renamed some functions and methods (hook related)
Tue, 16 Jul 2019 20:42:21 +0200 Franz Glasner FIX: Docu
Sun, 14 Jul 2019 22:26:46 +0200 Franz Glasner Formatting of an error message: insert missing space character after colon
Sun, 14 Jul 2019 22:23:59 +0200 Franz Glasner Ported the timestamps extensions to Python3 and tested with Mercurial 5.0.1.
Sun, 14 Jul 2019 16:23:49 +0200 Franz Glasner Make timestamps Mercurial 5.0.1 compatible: the signature of many functions in mercurial.match has changed.
Fri, 12 Jul 2019 19:13:00 +0200 Franz Glasner Tested the timestamps extension with Mercurial 4.9
Mon, 06 May 2019 09:10:54 +0200 Franz Glasner FIX: Typo in comment
Wed, 01 May 2019 12:27:19 +0200 Franz Glasner Check for a clean working directory only when no --dest is given when restoring timestamps
Wed, 06 Mar 2019 09:36:09 +0100 Franz Glasner Begin option handling in the "resolve" hook
Tue, 05 Mar 2019 17:25:50 +0100 Franz Glasner I18n: a ui.warn() call was not marked as translateable -- now it is
Tue, 05 Mar 2019 16:33:30 +0100 Franz Glasner :hg:`timestamps --save` now obeys given FILE parameters
Tue, 05 Mar 2019 16:27:09 +0100 Franz Glasner Restoring patterns from the command line (:hg:`timestamps --restore`) obeys not FILES patterns
Tue, 05 Mar 2019 16:23:40 +0100 Franz Glasner Provide a "pats" (patterns) argument to _do_restore_timestamps() to be used for FILE parameters given on the command line.
Mon, 04 Mar 2019 23:29:28 +0100 Franz Glasner Make more robust: deactivate Mercurial's demandimport when trying to import registrar
Sat, 02 Mar 2019 11:51:36 +0100 Franz Glasner "timestamps --show" not uses the file patterns to filter the result with them
Mon, 25 Feb 2019 09:36:28 +0100 Franz Glasner Give a status message when not handling timestamps during commits because the given "match" instance is None (as in "histedit" operations)
Mon, 25 Feb 2019 09:30:08 +0100 Franz Glasner Restoring timestamps into an alternate destination root directory (eventually archives)
Mon, 25 Feb 2019 00:48:16 +0100 Franz Glasner FIX: Do nothing special when repo.commit gets called with "match == None".
Tue, 19 Feb 2019 08:33:23 +0100 Franz Glasner Begin using FILE patterns for some commands
Tue, 19 Feb 2019 08:31:39 +0100 Franz Glasner Renamed the matcher derived from the timestamps configuration to "tsconfmatch" consistently
Mon, 18 Feb 2019 01:02:30 +0100 Franz Glasner Refactor: Major internal overhaul:
Mon, 18 Feb 2019 00:36:18 +0100 Franz Glasner "show_timestamps()", "gen_matcher_from_tsconfig()", "import_timestamps()", "save_timestamps()" and "restore_timestamps()" do not need a "repo" parameter because they can use the context's repository
Mon, 18 Feb 2019 00:19:53 +0100 Franz Glasner Change responsibilities when calling "show_timestamps()".
Mon, 18 Feb 2019 00:13:00 +0100 Franz Glasner Renamed "gen_matcher()" to "gen_matcher_from_tsconfig()"
Sun, 17 Feb 2019 23:12:12 +0100 Franz Glasner Add a copyright and license note to the timestamps module.
Sun, 17 Feb 2019 23:00:54 +0100 Franz Glasner Unit tests for :hg:`timestamps --restore` and :hg:`timestamps --save`
Sun, 17 Feb 2019 15:26:00 +0100 Franz Glasner Use canonical Mercurial command names: "id" -> "identify"
Sat, 11 Sep 2021 17:52:51 +0200 Franz Glasner "revinfo" and "kwarchive" run with Mercurial 5.6
Wed, 01 Sep 2021 01:23:20 +0200 Franz Glasner "revinfo" and "kwarchive" run with Mercurial 5.5
Wed, 01 Sep 2021 01:22:56 +0200 Franz Glasner Extend copyright year to 2021
Sun, 26 Jan 2020 15:30:21 +0100 Franz Glasner kwarchive and revinfo are tested with HG 5.1.2 and 5.1.2 also
Tue, 07 Jan 2020 09:37:19 +0100 Franz Glasner ===== Added signature for changeset d5989a36df8e
Tue, 07 Jan 2020 09:37:04 +0100 Franz Glasner >>>>> Added tag v4.3.1 for changeset 65f699b7f6f8
Tue, 07 Jan 2020 09:36:46 +0100 Franz Glasner +++++ v4.3.1 v4.3.1
Tue, 07 Jan 2020 09:31:53 +0100 Franz Glasner Put the version number into the README also
Mon, 06 Jan 2020 19:26:50 +0100 Franz Glasner FIX: Mercurial 5 does not accept "root" and "cwd" for match.exact and friends: make a compatibility shim
Mon, 06 Jan 2020 18:55:06 +0100 Franz Glasner Adjust copyright year to 2020
Mon, 05 Aug 2019 09:27:14 +0200 Franz Glasner Implemented unit tests for the new "repo" and "reposhort" path filters
Mon, 05 Aug 2019 09:21:48 +0200 Franz Glasner FIX: Unittests now recognize the new "$HGshortrepoid$" keyword
Fri, 02 Aug 2019 11:57:32 +0200 Franz Glasner ===== Added signature for changeset e49b6b5c841b
Fri, 02 Aug 2019 11:56:57 +0200 Franz Glasner >>>>> Added tag v4.3 for changeset d53a8b0d4cd1
Fri, 02 Aug 2019 11:56:45 +0200 Franz Glasner +++++ v4.3 v4.3
Fri, 02 Aug 2019 11:56:22 +0200 Franz Glasner Implemented the "repo" and "reposhort" path filter variants to print the (shortened) repository id instead of the repository path
Wed, 31 Jul 2019 13:49:17 +0200 Franz Glasner ===== Added signature for changeset 804af499bee1
Wed, 31 Jul 2019 13:49:07 +0200 Franz Glasner >>>>> Added tag v4.2 for changeset 81ea6a96bc82