| Thu, 06 Sep 2018 09:16:50 +0200 |
Franz Glasner |
FIX: comment
|
| Thu, 06 Sep 2018 09:13:10 +0200 |
Franz Glasner |
Replace an assert by a real exception when parsing timestamps
|
| Tue, 04 Sep 2018 09:37:17 +0200 |
Franz Glasner |
Make Timestamps values "datetime" instances
|
| Sat, 01 Sep 2018 18:28:58 +0200 |
Franz Glasner |
Implemented "Timestamps.write()" to write the internal timestamps into a file
|
| Sat, 01 Sep 2018 17:38:08 +0200 |
Franz Glasner |
Read a timestamps database into the internal representation.
|
| Sat, 01 Sep 2018 17:16:52 +0200 |
Franz Glasner |
Change the field separator to a comma "," instead of a space for better handling in editors.
|
| Sat, 01 Sep 2018 15:58:36 +0200 |
Franz Glasner |
Write into the database file using a coroutine
|
| Sat, 01 Sep 2018 12:39:42 +0200 |
Franz Glasner |
Use "repo.wjoin(...)" instead of "os.path.join(repo.root, ...)".
|
| Sat, 01 Sep 2018 12:20:01 +0200 |
Franz Glasner |
Rename functions
|
| Sat, 01 Sep 2018 12:19:46 +0200 |
Franz Glasner |
Write "/version/" and "/encoding/" lines because the parser can cope with them now
|
| Sat, 01 Sep 2018 08:40:55 +0200 |
Franz Glasner |
Comments
|
| Sat, 01 Sep 2018 08:25:47 +0200 |
Franz Glasner |
Handle CR-LF lineends w/o creating empty records
|
| Fri, 31 Aug 2018 21:56:29 +0200 |
Franz Glasner |
Version and encoding metadata now file "/version/" and "/encoding/" as leftmost field
|
| Fri, 31 Aug 2018 19:35:24 +0200 |
Franz Glasner |
Parsing the timestamp database is fully implemented now
|
| Fri, 31 Aug 2018 09:39:34 +0200 |
Franz Glasner |
Begin the construction and parsing of timestamp database files
|
| Fri, 31 Aug 2018 08:49:29 +0200 |
Franz Glasner |
FIX: docu: for "to_isoformat()"
|
| Fri, 31 Aug 2018 00:58:19 +0200 |
Franz Glasner |
Manage to get higher than second resolution timestamps from "stat()" and friends.
|
| Thu, 30 Aug 2018 09:47:08 +0200 |
Franz Glasner |
Some tests with matching and ISO formatting
|
| Thu, 30 Aug 2018 00:58:29 +0200 |
Franz Glasner |
Require a clean working directory when restoring timestamps
|
| Thu, 30 Aug 2018 00:58:07 +0200 |
Franz Glasner |
Require a local repository for timestamp save and restore
|
| Tue, 28 Aug 2018 09:37:50 +0200 |
Franz Glasner |
>>>>> Added tag v3.0.2 for changeset 25fa0a15b457
|
| Tue, 28 Aug 2018 09:37:41 +0200 |
Franz Glasner |
+++++ v3.0.2
v3.0.2
|
| Tue, 28 Aug 2018 09:35:39 +0200 |
Franz Glasner |
Better error messages
|
| Mon, 27 Aug 2018 23:32:28 +0200 |
Franz Glasner |
Implement the "last" path-filter for the local repo "." also
|
| Mon, 27 Aug 2018 11:14:55 +0200 |
Franz Glasner |
Refactor: make_node_keywords: path handling
|
| Mon, 27 Aug 2018 11:07:26 +0200 |
Franz Glasner |
Use util.posixfile when reading a custom given .hgkwarchive file for Mercurial portability reasons
|
| Mon, 27 Aug 2018 11:04:56 +0200 |
Franz Glasner |
Use a constant to define the ".hgkwarchive" name
|
| Sun, 26 Aug 2018 22:02:10 +0200 |
Franz Glasner |
FIX: kwconfigname when using the versioned ".hgkwarchive"
|
| Sun, 26 Aug 2018 18:13:36 +0200 |
Franz Glasner |
Don't print the leading '*' characters of active bookmarks in keyword expansion
|
| Mon, 27 Aug 2018 00:53:07 +0200 |
Franz Glasner |
Provide basic comman structure and generate the pattern
|
| Sun, 26 Aug 2018 17:57:47 +0200 |
Franz Glasner |
Begin a new "timestamps" extensions with some reasonings about it
|
| Sat, 25 Aug 2018 22:37:43 +0200 |
Franz Glasner |
Process opts through pycompat.byteskwargs as all other current extensions do
timestamps-start
|
| Sat, 25 Aug 2018 19:01:37 +0200 |
Franz Glasner |
For each extension: provide a "getversion()" function that will be called by Mercurial to get the module version.
|
| Fri, 24 Aug 2018 09:32:33 +0200 |
Franz Glasner |
>>>>> Added tag v3.0.1 for changeset 4b2ec744e39e
|
| Fri, 24 Aug 2018 09:32:24 +0200 |
Franz Glasner |
+++++ v3.0.1
v3.0.1
|
| Fri, 24 Aug 2018 09:03:54 +0200 |
Franz Glasner |
Filter out the special bookmark "@" when expanding keywords.
|
| Fri, 24 Aug 2018 02:10:56 +0200 |
Franz Glasner |
>>>>> Added tag v3.0 for changeset eb2e3ab2a6e4
|
| Fri, 24 Aug 2018 02:10:47 +0200 |
Franz Glasner |
+++++ v3.0
v3.0
|
| Fri, 24 Aug 2018 02:07:59 +0200 |
Franz Glasner |
Replace "HGphase" by the more standard "State" keyword.
|
| Fri, 24 Aug 2018 01:38:56 +0200 |
Franz Glasner |
Add "HGphase" and "HGtags" to the list of expanded Mercurial-specific keywords
|
| Fri, 24 Aug 2018 01:00:43 +0200 |
Franz Glasner |
>>>>> Added tag v2.8.1 for changeset 1cb317eed942
|
| Fri, 24 Aug 2018 01:00:33 +0200 |
Franz Glasner |
+++++ v2.8.1
v2.8.1
|
| Fri, 24 Aug 2018 00:42:16 +0200 |
Franz Glasner |
FIX: for empty keyword values: write a non-breaking space in reST mode instead of a bogus empty "replace::" value
|
| Mon, 20 Aug 2018 09:29:58 +0200 |
Franz Glasner |
>>>>> Added tag v2.8 for changeset 593f2af92d30
|
| Mon, 20 Aug 2018 09:29:51 +0200 |
Franz Glasner |
+++++ v2.8
v2.8
|
| Mon, 20 Aug 2018 09:26:19 +0200 |
Franz Glasner |
As an example: put the |VCSRevision| into the extensions also and print it with the help output
|
| Mon, 20 Aug 2018 09:18:23 +0200 |
Franz Glasner |
Renamed some internal functions to provide a more descriptive name
|
| Mon, 20 Aug 2018 09:14:37 +0200 |
Franz Glasner |
Add $Author$ to the test2.txt file for testing (because of dependence of user-filters)
|
| Sun, 19 Aug 2018 00:38:03 +0200 |
Franz Glasner |
Priorize keyword substitutions over other keyword types
|
| Sat, 18 Aug 2018 23:48:57 +0200 |
Franz Glasner |
Implemented substitution type keyword expansion
|
| Sat, 18 Aug 2018 22:48:50 +0200 |
Franz Glasner |
Prepare for substitution keywords defined with "replace:: "
|
| Sat, 18 Aug 2018 20:22:36 +0200 |
Franz Glasner |
Added Mercurial specific keywords "HGbranch" and "HGbookmarks"
|
| Sat, 18 Aug 2018 18:48:45 +0200 |
Franz Glasner |
Docu: drop a note why templates are not supported in keyword definitions
|
| Sat, 18 Aug 2018 18:30:18 +0200 |
Franz Glasner |
Docu: enhanced the docu of "kwarchive"
|
| Fri, 17 Aug 2018 09:28:51 +0200 |
Franz Glasner |
>>>>> Added tag v2.7 for changeset bfb5a53548a8
|
| Fri, 17 Aug 2018 09:28:39 +0200 |
Franz Glasner |
+++++ v2.7
v2.7
|
| Fri, 17 Aug 2018 09:27:35 +0200 |
Franz Glasner |
Renamed "keyword_aliases" to "keyword_whitelist"
|
| Fri, 17 Aug 2018 09:07:02 +0200 |
Franz Glasner |
Provide some SCCS markers also to be able to search with "what(1)" also
|
| Fri, 17 Aug 2018 08:59:04 +0200 |
Franz Glasner |
Enhanced the module documentation of "kwarchive"
|
| Fri, 17 Aug 2018 08:58:41 +0200 |
Franz Glasner |
Formatting
|