mercurial/HGCommand.st
Mon, 27 Jun 2022 12:35:23 +0100 Jan Vrany Merge
Fri, 27 May 2022 10:07:22 +0200 Patrik Svestka Fixing exeeded windows mercurial filename size limit
Fri, 27 May 2022 10:07:22 +0200 Patrik Svestka Fixing mercurial windows file limit exceed due to double quotes and space
Mon, 10 Jan 2022 14:21:17 +0100 Patrik Svestka Enable support for Mercurial 6.x
Mon, 06 Dec 2021 09:47:40 +0100 Patrik Svestka Improved partition limit calculation when executing HGCommand::status
Thu, 02 Dec 2021 14:23:41 +0100 Patrik Svestka Fixes StX package check-in issue on Windows
Thu, 08 Oct 2020 18:03:13 +0100 Jan Vrany Fix `HGChangeset >> #/' to work with obsolete changesets
Tue, 19 Nov 2019 13:28:32 +0000 Jan Vrany Enable support for Mercurial 5.x
Thu, 29 Aug 2019 23:25:29 +0200 Claus Gittinger #REFACTORING by exept cvs_MAIN
Sat, 08 Jun 2019 13:52:57 +0200 Claus Gittinger #DOCUMENTATION by cg cvs_MAIN
Thu, 11 Apr 2019 18:31:24 +0200 Stefan Vogel #DOCUMENTATION by stefan cvs_MAIN expecco_19_1_0 expecco_19_1_0_final1
Thu, 07 Mar 2019 12:22:12 +0000 Jan Vrany Issue 256: fix parsing branch list when branch name(s) contains spaces
Thu, 10 Jan 2019 21:25:14 +0000 Jan Vrany Fix commit with class renames for Mercurial 4.8 and later
Thu, 29 Mar 2018 22:22:31 +0100 Jan Vrany Fixed `HGChangeset >> #successors` for Mercurial < 4.1
Thu, 08 Feb 2018 09:09:51 +0000 Jan Vrany Improved parsing of common errors (such as unknown revision)
Fri, 11 Aug 2017 11:21:29 +0200 Stefan Vogel #TUNING by stefan cvs_MAIN
Tue, 25 Jul 2017 17:11:47 +0200 Stefan Vogel #REFACTORING by stefan cvs_MAIN
Tue, 16 May 2017 14:19:51 +0200 mawalch #DOCUMENTATION by mawalch cvs_MAIN
Thu, 23 Feb 2017 20:07:40 +0000 Jan Vrany Optimization: speed up commit by performing `hg status` and `hg add` on multiple files at once
Tue, 22 Nov 2016 20:11:53 +0000 Jan Vrany Fixed bookmark handling when using shared repositories.
Thu, 10 Nov 2016 00:29:38 +0000 Jan Vrany Added support for Mercurial 4.x.x
Tue, 01 Nov 2016 12:58:07 +0100 Claus Gittinger #REFACTORING by cg cvs_MAIN
Sat, 01 Oct 2016 20:38:05 +0200 Stefan Vogel #OTHER by stefan cvs_MAIN
Thu, 01 Sep 2016 18:29:24 +0200 Claus Gittinger #BUGFIX by cg cvs_MAIN
Thu, 12 May 2016 00:06:27 +0200 Jan Vrany Oops, fixec bug introduced in 62b5344
Mon, 25 Apr 2016 21:42:03 +0100 Jan Vrany Imporved `hg` command autodetection on Windows.
Sat, 23 Apr 2016 19:55:12 +0100 Jan Vrany Issue #79: Settings => mercurial+ => MessageNotUnderstood
Sat, 23 Apr 2016 19:36:17 +0100 Jan Vrany Removed duplicated code from `HGCommand class >> #hgExecutable`
Tue, 22 Mar 2016 20:10:39 +0000 Jan Vrany Evolve: Added support for loading hidden changesets.
Sun, 11 Oct 2015 07:34:18 +0100 Jan Vrany Oops, fixed performance problem caused by excessive cache flushing
Mon, 14 Sep 2015 06:04:42 +0100 Jan Vrany Fixed repository sharing for Mercurial < 3.3
Tue, 25 Aug 2015 17:13:18 +0100 Jan Vrany Issue #19: Initial support for amending a commit
Tue, 25 Aug 2015 09:03:57 +0100 Jan Vrany Added support to user shared repositories instead to temporary clones when commiting.
Fri, 10 Apr 2015 20:22:20 +0200 Claus Gittinger class: HGCommand 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, 13 Apr 2014 16:02:07 +0100 Claus Gittinger class: HGCommand cvs_MAIN
Sun, 13 Apr 2014 15:33:23 +0100 Claus Gittinger class: HGCommand cvs_MAIN
Thu, 13 Feb 2014 16:38:39 +0000 Jan Vrany Updated to rev f271ddd2b5e0 cvs_MAIN
Mon, 01 Dec 2014 20:46:48 +0000 Jan Vrany Oops, fixed bug introduced in fix 594a42a:
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
Tue, 18 Nov 2014 04:15:34 +0100 Jan Vrany Fix for Mercurial 2.1: properly handle `hg pull` exit status.
Sun, 16 Nov 2014 23:52:21 +0000 Jan Vrany Fix in commit command: raise HGCommitError when a commit message is empty (or nil)
Sat, 15 Nov 2014 00:12:10 +0000 Jan Vrany Make sure none of the arguments passed to hg command is empty.
Tue, 04 Nov 2014 16:07:41 +0000 Jan Vrany Test fixes for bookmarks and Mercurial 2.5 and earlier.
Fri, 31 Oct 2014 14:34:40 +0000 Jan Vrany Workaround for bug in PipeStream on Windows.
Thu, 16 Oct 2014 01:53:23 +0000 Jan Vrany Fixes for issue #5: Wrong argument quoting on Windows
Wed, 30 Jul 2014 16:10:36 +0000 Jan Vrany Fixed timing issues for push/pull commands.
Sat, 19 Jul 2014 00:09:56 +0000 Jan Vrany Merged 396c55ca19d6 and a89dd6b4acc8
Fri, 18 Jul 2014 11:20:04 +0000 Jan Vrany Fix in HGCommand::version: use default executable and/or arguments of none is specified.
Thu, 17 Jul 2014 21:40:06 +0000 Jan Vrany Oops, make sure comand in HGCommand class>>hgCommand: is a String
Thu, 17 Jul 2014 20:09:49 +0000 Jan Vrany Try to be fool-proof: when configured command as whole exists as file, use it as it is.
Thu, 17 Jul 2014 18:47:19 +0100 Jan Vrany Merged 8987b87a562a and 73e53f58ae31
Thu, 17 Jul 2014 08:28:53 +0000 Jan Vrany When debugging, open a debugger on a process that actually raised (propagated:) the exception.
Thu, 17 Jul 2014 06:52:13 +0000 Jan Vrany Print command status code when tracing command execution.
Thu, 17 Jul 2014 06:49:45 +0000 Jan Vrany Added Mercurial 3.x to supported versions.
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 18:57:43 +0200 Jan Vrany Fix for command debugging code on Windows.
less more (0) -100 -60 tip