log

age author description
Tue, 14 Nov 2017 09:27:22 +0100 Franz Glasner Implemented a "kwprint" command to print just some file-independent keywords
Mon, 13 Nov 2017 09:39:06 +0100 Franz Glasner Refactor: generate all node-specific keywords (file-path independent) in a dedicated function
Sun, 12 Nov 2017 09:27:15 +0100 Franz Glasner >>>>> mercurial-extensions v1.4 for changeset b46ab29aefd8
Sun, 12 Nov 2017 09:26:42 +0100 Franz Glasner Remove the "__version__" variable: use "__revision__" only instead v1.4
Sun, 12 Nov 2017 09:24:42 +0100 Franz Glasner Doku: Enhance
Sun, 12 Nov 2017 09:24:27 +0100 Franz Glasner Use "." if the current repository root is to be assumed as path information
Sun, 12 Nov 2017 00:53:18 +0100 Franz Glasner +++++ mercurial-extensions v1.3.1 for changeset 1d0df5e13a1d
Sun, 12 Nov 2017 00:52:56 +0100 Franz Glasner Add an .hgkwarchive file for keyword expansions while archiving v1.3.1
Sun, 12 Nov 2017 00:47:39 +0100 Franz Glasner +++++ mercurial-extensions v1.3 for changeset c0634bed8163
Sun, 12 Nov 2017 00:46:48 +0100 Franz Glasner +++++ kwarchive v0.1 v1.3
Sun, 12 Nov 2017 00:03:24 +0100 Franz Glasner Implement a "--path" option for kwarchive to select a repository to use as canonical one
Sat, 11 Nov 2017 23:23:50 +0100 Franz Glasner Put keyword into the extensions itself
Sat, 11 Nov 2017 23:05:37 +0100 Franz Glasner kwarchive expands keyword on given files (.hgkwarchive with generic Mercurial patterns)
Sat, 11 Nov 2017 17:17:00 +0100 Franz Glasner Refactor the class' monkey-patching
Sat, 11 Nov 2017 16:30:27 +0100 Franz Glasner Comment: better explanation of what is monkey-patched
Sat, 11 Nov 2017 12:27:15 +0100 Franz Glasner Monkey-patch all current archivers in mercurial.archival: fileit, tarit and ziptit
Sat, 11 Nov 2017 12:17:12 +0100 Franz Glasner New successful PoC: monkey-patch all relevant archiver's "addfile()" method
Fri, 10 Nov 2017 09:14:16 +0100 Franz Glasner PoC for archive with keyword expansion: works w/o touching subrepos
Fri, 10 Nov 2017 08:25:29 +0100 Franz Glasner revinfo works with withMercurial 4.3.2 also
Thu, 10 Dec 2015 01:07:33 +0100 Franz Glasner +++++ mercurial-extensions v1.2 (for changeset 9e445fc5eea4)
Thu, 10 Dec 2015 01:06:53 +0100 Franz Glasner +++++ revinfo v1.3 v1.2
Thu, 10 Dec 2015 01:06:04 +0100 Franz Glasner Add a "-d/--data" option that adds additional "KEY: VALUE" pairs into the revinfo.
Mon, 12 Oct 2015 09:11:43 +0200 Franz Glasner +++++ mercurial-extensios v1.1 (for changeset a7d60f872c2f)
Mon, 12 Oct 2015 09:10:56 +0200 Franz Glasner +++++ revinfo v1.2 v1.1
Mon, 12 Oct 2015 09:10:06 +0200 Franz Glasner Update "testedwith": 3.5.1 and 3.5.2
Mon, 12 Oct 2015 08:56:52 +0200 Franz Glasner Make the "-p/--path" option an option that can be repeated.
Sun, 27 Sep 2015 15:15:11 +0200 Franz Glasner +++++ mercurial-extensions v1.0 (for changeset 986d4550c590)
Sun, 27 Sep 2015 15:14:06 +0200 Franz Glasner +++++ revinfo v1.1 v1.0
Sun, 27 Sep 2015 14:31:57 +0200 Franz Glasner Shortened some lines
Sun, 27 Sep 2015 14:28:21 +0200 Franz Glasner Implement a "read_revinfo_all()" function that handles multiple "path" items also
Sun, 27 Sep 2015 14:18:06 +0200 Franz Glasner Comment the sample file reader in read_revinfo.py with regard to multiple path items
Sun, 27 Sep 2015 13:52:09 +0200 Franz Glasner FIX: the "--amend" flag typically has no short option variant in Mercurial
Sun, 27 Sep 2015 13:49:09 +0200 Franz Glasner Implemented "--amend" for revinfo to put extra "path" items into existing files
Sun, 27 Sep 2015 13:34:06 +0200 Franz Glasner Renamed the "-n/--name" option to "-p/--path"
Sat, 26 Sep 2015 06:32:10 +0200 Franz Glasner Adhere more to Mercurial conventions: print the given name as-is if not found as label for a "path"
Fri, 25 Sep 2015 23:40:18 +0200 Franz Glasner Enhanced the README
Fri, 25 Sep 2015 23:37:22 +0200 Franz Glasner Added a new option "-n/--name" for revinfo to print the canonical repository path
Fri, 21 Aug 2015 20:54:48 +0200 Franz Glasner Provide a README file
Fri, 14 Aug 2015 15:17:41 +0200 Franz Glasner Better wording
Fri, 14 Aug 2015 15:16:57 +0200 Franz Glasner Make compatible to older Python versions: don't use "with:" construct
Fri, 14 Aug 2015 15:14:58 +0200 Franz Glasner Module und function to read .hg_archival.txt and frieds and parse it's contents
Fri, 14 Aug 2015 09:07:27 +0200 Franz Glasner +++++ revinfo v1.0
Fri, 14 Aug 2015 09:06:00 +0200 Franz Glasner Added the recommended "testedwith" module attribute
Fri, 14 Aug 2015 08:59:54 +0200 Franz Glasner Added the test repository "testrepo".
Fri, 14 Aug 2015 03:01:37 +0200 Franz Glasner revinfo: a module to write .hg_archival.txt like repository metadata
Thu, 13 Aug 2015 14:53:37 +0200 Franz Glasner Added .hgignore - for Python