mercurial/HGCommand.st
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.
Sun, 06 Jul 2014 16:56:41 +0100 Jan Vrany Fix in HGCommand::cat>>execute: use -o option rather than pipe command output to file.
Thu, 26 Jun 2014 01:13:28 +0200 Jan Vrany Allow to use hg.bat as Mercurial executable on Windows.
Mon, 14 Apr 2014 11:44:33 +0200 Jan Vrany Merged 28497a4df430 and 91d981298a96
Sun, 13 Apr 2014 17:02:07 +0200 Claus Gittinger avoid another error when notification is raised
Sun, 13 Apr 2014 16:33:23 +0200 Claus Gittinger must also set LC_MESSAGES to 'C'
Fri, 21 Mar 2014 11:23:30 +0000 Jan Vrany Initial support for Mercurial bookmarks.
Mon, 17 Mar 2014 09:43:05 +0000 Jan Vrany Initial version of HGChangesetBrowser, a tool for browsing commit history.
Wed, 05 Mar 2014 10:04:25 +0000 Jan Vrany Merged 5acd6d915c77 and 1f009c523329
Wed, 05 Mar 2014 00:34:15 +0000 Jan Vrany Fix for issue #18 - circular class renames.
Fri, 21 Feb 2014 10:47:49 +0000 Jan Vrany Better `hg` command configuration handling and validation.
Sun, 09 Feb 2014 19:36:58 +0000 Jan Vrany Added HGRevset to fetch revision log using hg revsets.
Thu, 13 Feb 2014 16:25:49 +0000 Jan Vrany Added 'Clone...' and 'Create...' menu entries to file browser.
Sun, 09 Feb 2014 20:03:13 +0000 Jan Vrany Minor improvements in debugging support.
Fri, 07 Feb 2014 10:35:16 +0100 Jan Vrany Added support for `hg help` command.
Thu, 17 Oct 2013 01:38:17 +0100 Jan Vrany Re-added accidentically removed HGCommand::remove>>argumentsCommandOn:/force/force:
less more (0) -100 -60 tip