Mercurial > hgrepos > DevTools > mercurial-extensions
graph
-
Updating fully implemented nowSun, 21 Oct 2018 20:03:13 +0200, by Franz Glasner
-
Moved the core parts of hook implementations into custom methods of the repoSat, 20 Oct 2018 12:20:19 +0200, by Franz Glasner
-
Further work on the update hookThu, 18 Oct 2018 09:39:14 +0200, by Franz Glasner
-
Provide note about collecting timestampsWed, 17 Oct 2018 17:40:49 +0200, by Franz Glasner
-
Prepare for extra keywords in repo.commit()Wed, 17 Oct 2018 17:25:36 +0200, by Franz Glasner
-
- FIX: The trailing "nothing changed" message: need to return the super.commit resultWed, 17 Oct 2018 15:35:06 +0200, by Franz Glasner
-
- FIX: Overwriting commitctx does not work properly here - removed.Wed, 17 Oct 2018 13:42:54 +0200, by Franz Glasner
-
Most commit work done: collect timestamps.Wed, 17 Oct 2018 09:43:52 +0200, by Franz Glasner
-
Write the database outside the special float times contextTue, 16 Oct 2018 17:56:52 +0200, by Franz Glasner
-
CommentsTue, 16 Oct 2018 16:57:14 +0200, by Franz Glasner
-
Amend the match function with the database file on committingTue, 16 Oct 2018 09:38:41 +0200, by Franz Glasner
-
Write the timestamps database add add it as tracked file if needed when committingTue, 16 Oct 2018 09:32:39 +0200, by Franz Glasner
-
Always create a Timestamps database on commitMon, 15 Oct 2018 09:40:37 +0200, by Franz Glasner
-
A new factory method to create an empty Timestamps() databaseSun, 14 Oct 2018 22:14:12 +0200, by Franz Glasner
-
Wording in error message when timestamps are not activated and/or configuredSun, 14 Oct 2018 22:07:28 +0200, by Franz Glasner
-
Check that a configuration file that can be read from is really trackedSun, 14 Oct 2018 22:05:29 +0200, by Franz Glasner
-
FIX: missing space in debug messageSun, 14 Oct 2018 22:03:37 +0200, by Franz Glasner
-
Error handling when trying to read from a non-existing timestamps database fileSun, 14 Oct 2018 14:51:58 +0200, by Franz Glasner
-
Check activation status first when trying to commitSun, 14 Oct 2018 13:22:38 +0200, by Franz Glasner
-
FIX: Remove unneeded duplicate string joinSat, 06 Oct 2018 20:38:02 +0200, by Franz Glasner
-
Style: use the Mercurial default name `fp' for file objectsSat, 06 Oct 2018 16:08:09 +0200, by Franz Glasner
-
FIX: Document the "--show" commandSat, 06 Oct 2018 16:01:49 +0200, by Franz Glasner
-
Use the working context as default revision if not one is given.Sat, 06 Oct 2018 15:53:37 +0200, by Franz Glasner
-
command "--show": write a match indication '*' if the file matches the given selectionSat, 06 Oct 2018 15:30:02 +0200, by Franz Glasner
-
Discard leading whitespace (' ', '\t') from fields.Sat, 06 Oct 2018 15:21:40 +0200, by Franz Glasner
-
Implement a --show command for timestamps.Sat, 06 Oct 2018 14:58:42 +0200, by Franz Glasner
-
Refactor: standard iterator over all items and a special one for files onlySat, 06 Oct 2018 11:54:58 +0200, by Franz Glasner
-
Iterator for timestamps that yields only files (no metadata and comments)Sat, 06 Oct 2018 11:46:34 +0200, by Franz Glasner
-
FIX: Missing CR in debug messageMon, 01 Oct 2018 09:36:12 +0200, by Franz Glasner
-
Drop a comment regarting the contents of the "match" argument when committingSun, 30 Sep 2018 08:14:30 +0200, by Franz Glasner
-
FIX: Properly close the configuration fileWed, 26 Sep 2018 01:18:23 +0200, by Franz Glasner
-
FIX: All "error.Abort()" message should be translatedThu, 13 Sep 2018 09:38:51 +0200, by Franz Glasner
-
Check for unfinished operations also before restoring timestampsThu, 13 Sep 2018 09:11:30 +0200, by Franz Glasner
-
"gen_matcher()" now returns None if timestamps is not configuredWed, 12 Sep 2018 22:54:24 +0200, by Franz Glasner
-
Signatures for hooking into repository commitWed, 12 Sep 2018 09:40:24 +0200, by Franz Glasner
-
Saving and amending the timestamps databases is fully workingSun, 09 Sep 2018 17:54:37 +0200, by Franz Glasner
-
Properties for "version" and "encoding" for the timestamps databaseSun, 09 Sep 2018 16:37:29 +0200, by Franz Glasner
-
Remove unneeded functionSun, 09 Sep 2018 16:33:53 +0200, by Franz Glasner
-
FIX: commentThu, 06 Sep 2018 09:16:50 +0200, by Franz Glasner
-
Replace an assert by a real exception when parsing timestampsThu, 06 Sep 2018 09:13:10 +0200, by Franz Glasner
-
Make Timestamps values "datetime" instancesTue, 04 Sep 2018 09:37:17 +0200, by Franz Glasner
-
Implemented "Timestamps.write()" to write the internal timestamps into a fileSat, 01 Sep 2018 18:28:58 +0200, by Franz Glasner
-
Read a timestamps database into the internal representation.Sat, 01 Sep 2018 17:38:08 +0200, by Franz Glasner
-
Change the field separator to a comma "," instead of a space for better handling in editors.Sat, 01 Sep 2018 17:16:52 +0200, by Franz Glasner
-
Write into the database file using a coroutineSat, 01 Sep 2018 15:58:36 +0200, by Franz Glasner
-
Use "repo.wjoin(...)" instead of "os.path.join(repo.root, ...)".Sat, 01 Sep 2018 12:39:42 +0200, by Franz Glasner
-
Rename functionsSat, 01 Sep 2018 12:20:01 +0200, by Franz Glasner
-
Write "/version/" and "/encoding/" lines because the parser can cope with them nowSat, 01 Sep 2018 12:19:46 +0200, by Franz Glasner
-
CommentsSat, 01 Sep 2018 08:40:55 +0200, by Franz Glasner
-
Handle CR-LF lineends w/o creating empty recordsSat, 01 Sep 2018 08:25:47 +0200, by Franz Glasner
-
Version and encoding metadata now file "/version/" and "/encoding/" as leftmost fieldFri, 31 Aug 2018 21:56:29 +0200, by Franz Glasner
-
Parsing the timestamp database is fully implemented nowFri, 31 Aug 2018 19:35:24 +0200, by Franz Glasner
-
Begin the construction and parsing of timestamp database filesFri, 31 Aug 2018 09:39:34 +0200, by Franz Glasner
-
FIX: docu: for "to_isoformat()"Fri, 31 Aug 2018 08:49:29 +0200, by Franz Glasner
-
Manage to get higher than second resolution timestamps from "stat()" and friends.Fri, 31 Aug 2018 00:58:19 +0200, by Franz Glasner
-
Some tests with matching and ISO formattingThu, 30 Aug 2018 09:47:08 +0200, by Franz Glasner
-
Require a clean working directory when restoring timestampsThu, 30 Aug 2018 00:58:29 +0200, by Franz Glasner
-
Require a local repository for timestamp save and restoreThu, 30 Aug 2018 00:58:07 +0200, by Franz Glasner
-
>>>>> Added tag v3.0.2 for changeset 25fa0a15b457Tue, 28 Aug 2018 09:37:50 +0200, by Franz Glasner
