Mercurial > hgrepos > DevTools > mercurial-extensions
graph
-
Unit test for rebaseSat, 01 Feb 2020 14:50:44 +0100, by Franz Glasner
-
Changed wording of messagesSat, 01 Feb 2020 14:49:51 +0100, by Franz Glasner
-
New setup methods for test repositoriesTue, 28 Jan 2020 09:50:40 +0100, by Franz Glasner
-
Enable the "rebase" extension for the canonical test repo alsoTue, 28 Jan 2020 09:17:54 +0100, by Franz Glasner
-
PY3: Later PY3 versions do not have os.stat_float_times(): check whether it exists before using itSun, 26 Jan 2020 15:25:52 +0100, by Franz Glasner
-
Unittests for importing timestamps.Sun, 26 Jan 2020 14:38:30 +0100, by Franz Glasner
-
Factor out the environment test into a shell functionSun, 26 Jan 2020 14:02:46 +0100, by Franz Glasner
-
Unittests run successfully with HG 5.1.2 and 5.2.1Sun, 26 Jan 2020 13:53:00 +0100, by Franz Glasner
-
- FIX: Warn when importing encounteres files that are not formatted properly (e.g. because they have no timestamp number yet)Thu, 23 Jan 2020 09:21:35 +0100, by Franz Glasner
-
FIX: tsconfmatcher does not exist: it is named "tsconfmatch" insteadWed, 22 Jan 2020 23:46:46 +0100, by Franz Glasner
-
FIX: Typo in docWed, 14 Aug 2019 09:21:24 +0200, by Franz Glasner
-
Output wordingFri, 09 Aug 2019 02:29:02 +0200, by Franz Glasner
-
Unit-test for unshelve.Thu, 08 Aug 2019 20:24:19 +0200, by Franz Glasner
-
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
