mercurial/HGCommand.st
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:
Wed, 16 Oct 2013 10:48:50 +0100 Jan Vrany Added lost HGCommand::remove>>force: method.
Fri, 11 Oct 2013 18:31:01 +0100 Jan Vrany Made HGWorkingCopyFile>>remove forced, i.e., it removes the file even if there are changes to it)
Wed, 21 Aug 2013 09:33:11 +0100 Jan Vrany Fixes problem with StrictRaising.
Fri, 12 Jul 2013 17:47:21 +0100 Jan Vrany Changed license to LGPL2.
Wed, 26 Jun 2013 07:50:47 +0100 Jan Vrany Bugfix in HGCommand::resolve.
Wed, 13 Mar 2013 00:27:52 +0000 Jan Vrany Fix in HGCommand (readWait)
Sun, 10 Mar 2013 01:31:03 +0100 Jan Vrany Fix: alos do #readWait on stderr pipe.
Sat, 09 Mar 2013 23:14:44 +0000 Jan Vrany Fix in HGCommand>>execute:.
Sat, 09 Mar 2013 22:29:37 +0000 Jan Vrany Introduced HGDebugFlags.
Fri, 08 Mar 2013 22:36:15 +0000 Jan Vrany Bugfix: moved status:result to HGCommand::heads.
Fri, 08 Mar 2013 20:04:25 +0000 Jan Vrany Bugfix for commiting to an empty repository. hg-command-server-support
Wed, 06 Mar 2013 11:47:34 -0800 Jan Vrany Raise priority of stderr parser proces when spawning command (not using command server). hg-command-server-support
Wed, 06 Mar 2013 00:44:41 +0000 Jan Vrany Tracing and debugging turned off by default. hg-command-server-support
Wed, 06 Mar 2013 00:39:40 +0000 Jan Vrany HGCommandServer>>execute: refactored & hopefully fixed. hg-command-server-support
Mon, 04 Mar 2013 10:10:23 +0000 Jan Vrany Remover repository instvar deom command server to allow for GC. hg-command-server-support
Sun, 03 Mar 2013 23:58:51 +0000 Jan Vrany Command server is now used by default. hg-command-server-support
Sun, 03 Mar 2013 20:45:13 +0000 Jan Vrany Most commands are now executeb using executeInRepository: hg-command-server-support
Sun, 03 Mar 2013 19:59:26 +0000 Jan Vrany Log command works using command server. hg-command-server-support
Sun, 03 Mar 2013 19:43:56 +0000 Jan Vrany More work on command server. Not yet finished, though. hg-command-server-support
Sun, 03 Mar 2013 12:29:14 +0000 Jan Vrany Initial version of HGCommandServer hg-command-server-support
Wed, 06 Feb 2013 19:24:06 +0100 Jan Vrany Bugfix in parsing 'push' and 'branches' command output.
Wed, 06 Feb 2013 08:19:24 -0800 Jan Vrany Bugfix: HGCommand - args is string on Windows, so do not make one when tracing.
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 14:59:53 +0000 Jan Vrany Add a date parameter to commit message.
less more (0) -100 -60 tip