mercurial/HGCommandParser.st
Tue, 13 Jul 2021 15:09:57 +0200 Patrik Svestka Fix for truncated HGChangesetId at push parsing errors - fixes HGStXTests>>tests_commit_05b for Mercurial 5.8
Fri, 19 Feb 2021 12:14:01 +0100 Patrik Svestka Converting the windows style path (with '\') into unix one ('/'). The filenames at HGCommandParser>>parseCommandLocate changed the path style on Windows.
Tue, 21 Jan 2020 16:06:56 +0100 Claus Gittinger #REFACTORING by cg cvs_MAIN
Sat, 28 Sep 2019 15:37:51 +0200 Stefan Vogel #REFACTORING by stefan cvs_MAIN
Thu, 07 Mar 2019 12:22:12 +0000 Jan Vrany Issue 256: fix parsing branch list when branch name(s) contains spaces
Tue, 08 Jan 2019 09:35:11 +0000 Jan Vrany Issue 256: fix parsing branch name from changelog
Thu, 10 Jan 2019 21:25:14 +0000 Jan Vrany Fix commit with class renames for Mercurial 4.8 and later
Thu, 23 Aug 2018 10:44:42 +0100 Jan Vrany Fix parsing og `hg merge` output for Mercurial 4.6 and newer
Thu, 08 Feb 2018 09:54:32 +0000 Jan Vrany Initial support of obsolete changesets
Thu, 08 Feb 2018 09:09:51 +0000 Jan Vrany Improved parsing of common errors (such as unknown revision)
Sat, 30 Dec 2017 09:17:25 +0000 Jan Vrany Fixes for Mecruial 4.4: fixed parser of push/pull summary
Tue, 17 Oct 2017 09:59:29 +0000 Jan Vrany Fixes for Mercurial 4.3 that introduced new error message format
Sat, 01 Oct 2016 20:38:38 +0200 Stefan Vogel #OTHER by stefan cvs_MAIN
Mon, 15 Aug 2016 12:51:03 +0200 mawalch #OTHER by mawalch cvs_MAIN
Mon, 11 Jan 2016 12:05:39 +0100 Stefan Vogel Fix version_CVS cvs_MAIN
Fri, 13 Feb 2015 22:00:26 +0100 Claus Gittinger initial checkin cvs_MAIN
Fri, 16 Jan 2015 15:42:08 +0100 Jan Vrany Merged with mercurial revision ad2f5647305 (120 changesets total) cvs_MAIN
Fri, 16 Jan 2015 10:40:29 +0000 Jan Vrany Merged e2c58b9a066b and b8cc70ae440b (branch cvs_MAIN)
Thu, 15 Jan 2015 10:06:16 +0000 Jan Vrany Updated copyright notice.
Sun, 16 Nov 2014 21:58:45 +0000 Jan Vrany Fixed date (Timestamp) parsing after changes in Timestamp 1.159 cvs_MAIN expecco_2_7_0 expecco_2_7_0_49 expecco_2_7_5 expecco_2_7_5a
Mon, 14 Apr 2014 21:47:42 +0100 Claus Gittinger initial checkin cvs_MAIN
Mon, 01 Dec 2014 20:30:53 +0000 Jan Vrany Fixed Mercurial version parsing
Fri, 28 Nov 2014 00:43:59 +0000 Jan Vrany Oops, fixed bug introduced in 9f97cda: care for version < 2.4
Sat, 22 Nov 2014 00:36:18 +0000 Jan Vrany Do not use --debug option when running `log` and `branches` command
Fri, 07 Nov 2014 23:51:09 +0000 Jan Vrany More relaxed error parsing
Thu, 06 Nov 2014 11:38:31 +0000 Jan Vrany Fixed bug in error parsing introduced in d91a31328a0
Thu, 06 Nov 2014 11:24:57 +0000 Jan Vrany Fixed date (Timestamp) parsing after changes in Timestamp 1.159
Thu, 06 Nov 2014 01:06:39 +0000 Jan Vrany More robust error parsing
Wed, 08 Oct 2014 21:31:39 +0100 Jan Vrany Fix in command parser: allow for 'invalid brancheads' message in command output.
Wed, 30 Jul 2014 16:10:36 +0000 Jan Vrany Fixed timing issues for push/pull commands.
Thu, 17 Jul 2014 15:38:42 +0100 Jan Vrany hg command setting refactored to allow command and arguments to be specified.
Sun, 06 Jul 2014 11:31:48 +0100 Jan Vrany Do not use new lines in command templates, escape them using \n instead.
Sun, 27 Apr 2014 11:12:27 +0100 Jan Vrany More relaxec parsing of 'hg branches' error output.
Wed, 26 Mar 2014 15:53:08 +0000 Jan Vrany FIx for issue #11 - Add user feedback when pushing from system browser
Fri, 21 Mar 2014 11:23:30 +0000 Jan Vrany Initial support for Mercurial bookmarks.
Wed, 05 Mar 2014 10:04:25 +0000 Jan Vrany Merged 5acd6d915c77 and 1f009c523329
Tue, 18 Feb 2014 14:22:14 +0000 Jan Vrany Initial support for bookmarks.
Sun, 09 Feb 2014 19:36:58 +0000 Jan Vrany Added HGRevset to fetch revision log using hg revsets.
Fri, 07 Feb 2014 10:35:16 +0100 Jan Vrany Added support for `hg help` command.
Thu, 14 Nov 2013 13:33:16 +0000 Jan Vrany Fixes parsing of `hg pull` for Mercurial 7.2.x
Sat, 05 Oct 2013 00:58:55 +0100 Jan Vrany Fix for Mercurial 2.7 (error message differ)
Thu, 19 Sep 2013 23:48:51 +0100 Jan Vrany Fix in HGCommandParser>>#parseLogEntry.
Sat, 13 Jul 2013 12:21:46 +0100 Jan Vrany Fixes for parsing output of 'hg push' and 'hg pull'
Fri, 12 Jul 2013 17:47:21 +0100 Jan Vrany Changed license to LGPL2.
Tue, 02 Jul 2013 11:42:11 +0100 Jan Vrany Bugfixes in push parsing.
Fri, 22 Mar 2013 09:09:49 +0000 Jan Vrany Bugfix: merge command output parsing.
Thu, 14 Feb 2013 16:07:22 +0000 Jan Vrany Bugfix for pull command. Do not update temporary working copy if it is already.
Tue, 12 Feb 2013 23:51:25 +0000 Jan Vrany Bugfix: push command (tested by HGTests>>test_push_01)
Wed, 06 Feb 2013 19:24:06 +0100 Jan Vrany Bugfix in parsing 'push' and 'branches' command output.
Wed, 06 Feb 2013 00:07:50 +0100 Jan Vrany Bugfix: HGCommandParser>>parseCommandPull - added support head change information
Tue, 05 Feb 2013 15:26:00 +0100 Jan Vrany Bugfix of bugfix of HGCommandParser.
Tue, 05 Feb 2013 15:24:24 +0100 Jan Vrany Bugfix: HGCommandParser>>parseCommandMerge: handle correctly clear merges.
Tue, 05 Feb 2013 10:38:13 +0100 Jan Vrany Bugfix in HGPackageModelRegistry class>>flush: and pull command output parsing.
Mon, 04 Feb 2013 23:56:06 +0100 Jan Vrany Error & notification handling & propagating unified. Fixes in push/pull error handling.
Mon, 04 Feb 2013 15:55:37 +0100 Jan Vrany Temporary commit: added notification propagation. Added Push/Pull info.
Mon, 04 Feb 2013 12:59:18 +0100 Jan Vrany Better error handling in HGCommand (part 1).
Fri, 01 Feb 2013 12:02:22 +0000 Jan Vrany Added copyright notice.
Tue, 15 Jan 2013 12:02:38 +0000 Jan Vrany More work on merging.
Mon, 14 Jan 2013 17:01:55 +0000 Jan Vrany Initial support for merging.
Thu, 10 Jan 2013 23:59:00 +0000 Jan Vrany Bugfix: HGCommandParser>>parsePathCopyList.
less more (0) -60 tip