Mercurial > hgrepos > DevTools > mercurial-extensions
graph
-
Timestamps now handles shelve and unshelve.Thu, 08 Aug 2019 09:03:38 +0200, by Franz Glasner
-
FIX: PY3 compat: mix of bytes and Unicode strings not allowedThu, 08 Aug 2019 09:02:55 +0200, by Franz Glasner
-
FIX: Missing linefeed in debug messageTue, 06 Aug 2019 01:14:41 +0200, by Franz Glasner
-
Put a short description for "timestamps" into the README and show that timestamps are mtime timesMon, 05 Aug 2019 19:48:23 +0200, by Franz Glasner
-
Prepend a "timestamps:" prefix to most timestamps related messagesSun, 04 Aug 2019 18:01:23 +0200, by Franz Glasner
-
Really handle repository setup: "__init__" to be called in the derived repository class cannot be relied upon.Sun, 04 Aug 2019 17:57:53 +0200, by Franz Glasner
-
Refactor: Rename some timestamps-specific variables and methods.Sun, 04 Aug 2019 12:58:48 +0200, by Franz Glasner
-
FIX: Remove syntax errors from the previous commit: a bogus free-standing return and a call to a not yet renamed methodSun, 04 Aug 2019 11:01:48 +0200, by Franz Glasner
-
Remove all now unneeded self.local() checksSun, 04 Aug 2019 09:41:03 +0200, by Franz Glasner
-
Do a complete extension setup only when the repository is local.Sun, 04 Aug 2019 09:34:15 +0200, by Franz Glasner
-
Handle all special and function characters in the timestamps database.Sun, 04 Aug 2019 09:08:35 +0200, by Franz Glasner
-
FIX: TypoSat, 03 Aug 2019 21:54:09 +0200, by Franz Glasner
-
Rename parameter "tsconfig" to "tsconfigname" in _gen_matcher_from_tsconfigWed, 17 Jul 2019 22:47:57 +0200, by Franz Glasner
-
Place "testedwith" at the begin of global variablesWed, 17 Jul 2019 09:01:49 +0200, by Franz Glasner
-
More compliance with the private Mercurial extension style guide:Tue, 16 Jul 2019 21:33:45 +0200, by Franz Glasner
-
Refactor: Renamed some functions and methods (hook related)Tue, 16 Jul 2019 21:01:43 +0200, by Franz Glasner
-
FIX: DocuTue, 16 Jul 2019 20:42:21 +0200, by Franz Glasner
-
Formatting of an error message: insert missing space character after colonSun, 14 Jul 2019 22:26:46 +0200, by Franz Glasner
-
Ported the timestamps extensions to Python3 and tested with Mercurial 5.0.1.Sun, 14 Jul 2019 22:23:59 +0200, by Franz Glasner
-
Make timestamps Mercurial 5.0.1 compatible: the signature of many functions in mercurial.match has changed.Sun, 14 Jul 2019 16:23:49 +0200, by Franz Glasner
-
Tested the timestamps extension with Mercurial 4.9Fri, 12 Jul 2019 19:13:00 +0200, by Franz Glasner
-
FIX: Typo in commentMon, 06 May 2019 09:10:54 +0200, by Franz Glasner
-
Check for a clean working directory only when no --dest is given when restoring timestampsWed, 01 May 2019 12:27:19 +0200, by Franz Glasner
-
Begin option handling in the "resolve" hookWed, 06 Mar 2019 09:36:09 +0100, by Franz Glasner
-
I18n: a ui.warn() call was not marked as translateable -- now it isTue, 05 Mar 2019 17:25:50 +0100, by Franz Glasner
-
:hg:`timestamps --save` now obeys given FILE parametersTue, 05 Mar 2019 16:33:30 +0100, by Franz Glasner
-
Restoring patterns from the command line (:hg:`timestamps --restore`) obeys not FILES patternsTue, 05 Mar 2019 16:27:09 +0100, by Franz Glasner
-
Provide a "pats" (patterns) argument to _do_restore_timestamps() to be used for FILE parameters given on the command line.Tue, 05 Mar 2019 16:23:40 +0100, by Franz Glasner
-
Make more robust: deactivate Mercurial's demandimport when trying to import registrarMon, 04 Mar 2019 23:29:28 +0100, by Franz Glasner
-
"timestamps --show" not uses the file patterns to filter the result with themSat, 02 Mar 2019 11:51:36 +0100, by 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:36:28 +0100, by Franz Glasner
-
Restoring timestamps into an alternate destination root directory (eventually archives)Mon, 25 Feb 2019 09:30:08 +0100, by Franz Glasner
-
FIX: Do nothing special when repo.commit gets called with "match == None".Mon, 25 Feb 2019 00:48:16 +0100, by Franz Glasner
-
Begin using FILE patterns for some commandsTue, 19 Feb 2019 08:33:23 +0100, by Franz Glasner
-
Renamed the matcher derived from the timestamps configuration to "tsconfmatch" consistentlyTue, 19 Feb 2019 08:31:39 +0100, by Franz Glasner
-
Refactor: Major internal overhaul:Mon, 18 Feb 2019 01:02:30 +0100, by 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 repositoryMon, 18 Feb 2019 00:36:18 +0100, by Franz Glasner
-
Change responsibilities when calling "show_timestamps()".Mon, 18 Feb 2019 00:19:53 +0100, by Franz Glasner
-
Renamed "gen_matcher()" to "gen_matcher_from_tsconfig()"Mon, 18 Feb 2019 00:13:00 +0100, by Franz Glasner
-
Add a copyright and license note to the timestamps module.Sun, 17 Feb 2019 23:12:12 +0100, by Franz Glasner
-
Unit tests for :hg:`timestamps --restore` and :hg:`timestamps --save`Sun, 17 Feb 2019 23:00:54 +0100, by Franz Glasner
-
Use canonical Mercurial command names: "id" -> "identify"Sun, 17 Feb 2019 15:26:00 +0100, by Franz Glasner
-
"revinfo" and "kwarchive" run with Mercurial 5.6Sat, 11 Sep 2021 17:52:51 +0200, by Franz Glasner
-
"revinfo" and "kwarchive" run with Mercurial 5.5Wed, 01 Sep 2021 01:23:20 +0200, by Franz Glasner
-
Extend copyright year to 2021Wed, 01 Sep 2021 01:22:56 +0200, by Franz Glasner
-
kwarchive and revinfo are tested with HG 5.1.2 and 5.1.2 alsoSun, 26 Jan 2020 15:30:21 +0100, by Franz Glasner
-
===== Added signature for changeset d5989a36df8eTue, 07 Jan 2020 09:37:19 +0100, by Franz Glasner
-
>>>>> Added tag v4.3.1 for changeset 65f699b7f6f8Tue, 07 Jan 2020 09:37:04 +0100, by Franz Glasner
-
Put the version number into the README alsoTue, 07 Jan 2020 09:31:53 +0100, by Franz Glasner
-
FIX: Mercurial 5 does not accept "root" and "cwd" for match.exact and friends: make a compatibility shimMon, 06 Jan 2020 19:26:50 +0100, by Franz Glasner
-
Adjust copyright year to 2020Mon, 06 Jan 2020 18:55:06 +0100, by Franz Glasner
-
Implemented unit tests for the new "repo" and "reposhort" path filtersMon, 05 Aug 2019 09:27:14 +0200, by Franz Glasner
-
FIX: Unittests now recognize the new "$HGshortrepoid$" keywordMon, 05 Aug 2019 09:21:48 +0200, by Franz Glasner
-
===== Added signature for changeset e49b6b5c841bFri, 02 Aug 2019 11:57:32 +0200, by Franz Glasner
-
>>>>> Added tag v4.3 for changeset d53a8b0d4cd1Fri, 02 Aug 2019 11:56:57 +0200, by Franz Glasner
-
Implemented the "repo" and "reposhort" path filter variants to print the (shortened) repository id instead of the repository pathFri, 02 Aug 2019 11:56:22 +0200, by Franz Glasner
-
===== Added signature for changeset 804af499bee1Wed, 31 Jul 2019 13:49:17 +0200, by Franz Glasner
-
>>>>> Added tag v4.2 for changeset 81ea6a96bc82Wed, 31 Jul 2019 13:49:07 +0200, by Franz Glasner
