mercurial/HGTests.st
Tue, 22 Mar 2016 20:10:39 +0000 Jan Vrany Evolve: Added support for loading hidden changesets.
Fri, 11 Sep 2015 09:53:49 +0100 Jan Vrany Oops, forget to update test after 29d3b87fdd55
Tue, 25 Aug 2015 17:13:18 +0100 Jan Vrany Issue #19: Initial support for amending a commit
Wed, 03 Jun 2015 08:30:24 +0100 Jan Vrany Added HGChangeSet>>messageDigestUpTo: & messageDigest
Mon, 19 Jan 2015 22:38:09 +0100 Jan Vrany Added support for custom build files.
Thu, 15 Jan 2015 10:06:16 +0000 Jan Vrany Updated copyright notice.
Tue, 04 Nov 2014 16:07:41 +0000 Jan Vrany Test fixes for bookmarks and Mercurial 2.5 and earlier.
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.
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 15:38:42 +0100 Jan Vrany hg command setting refactored to allow command and arguments to be specified.
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
Fri, 21 Feb 2014 10:47:49 +0000 Jan Vrany Better `hg` command configuration handling and validation.
Tue, 18 Feb 2014 14:25:20 +0000 Jan Vrany More sanity check in HG settings dialog.
Sun, 09 Feb 2014 19:36:58 +0000 Jan Vrany Added HGRevset to fetch revision log using hg revsets.
Fri, 29 Nov 2013 17:52:47 +0000 Jan Vrany Fix in HGTests>>#test_remotes_01...
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.
Sun, 30 Jun 2013 12:55:18 +0100 Jan Vrany Fixes for Smalltalk/X 6.2.2 (part 1)
Mon, 18 Mar 2013 10:36:00 +0000 Jan Vrany HGTests: push/pull tests splitted into multiple tests.
Sat, 09 Mar 2013 19:14:27 +0100 Jan Vrany Syntax fix.
Sat, 09 Mar 2013 18:41:54 +0100 Jan Vrany Workaround in HGTests>>test_pull_01: workarounding buggy ext4 driver.
Fri, 08 Mar 2013 20:04:25 +0000 Jan Vrany Bugfix for commiting to an empty repository. 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
Wed, 06 Feb 2013 04:09:43 -0800 Jan Vrany Test fixes for Windows.
Wed, 06 Feb 2013 10:39:51 +0100 Jan Vrany Workaround for buggy Timestamp.
Wed, 06 Feb 2013 10:23:53 +0100 Jan Vrany Bugfix in HGTests>>#test_commit_04 - workaround for buggy Timestamp.
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.
Fri, 01 Feb 2013 12:02:22 +0000 Jan Vrany Added copyright notice.
Tue, 22 Jan 2013 12:35:43 +0000 Jan Vrany HGChangesetId>>readFrom: now supports revno-only and hash-only form of CS IDs.
Mon, 21 Jan 2013 05:27:51 -0800 Jan Vrany Bugfix in Settings (checking for Mercurial version).
Mon, 14 Jan 2013 17:01:55 +0000 Jan Vrany Initial support for merging.
Mon, 14 Jan 2013 14:11:31 +0000 Jan Vrany Bufix: empty repository should have one branch named 'default'.
Mon, 10 Dec 2012 03:43:12 +0000 Jan Vrany Support for commiting to a new branch.
Sun, 09 Dec 2012 23:27:08 +0000 Jan Vrany Addec HGRepositoru>>remotes returning list of remote repositories.
Fri, 07 Dec 2012 16:36:27 -0800 Jan Vrany Added check for author signature before commit.
Thu, 06 Dec 2012 21:56:30 +0000 Jan Vrany Added HGRepository>>config.
Wed, 05 Dec 2012 20:10:07 +0000 Jan Vrany Added HGWorkingCopyFile>>revisions.
Wed, 05 Dec 2012 18:09:53 +0000 Jan Vrany Added children support to changesets.
Fri, 30 Nov 2012 23:56:15 +0000 Jan Vrany Class revision ID refactoring.
Fri, 30 Nov 2012 21:42:46 +0000 Jan Vrany version_HG changed to return string.
Tue, 27 Nov 2012 22:17:24 +0000 Jan Vrany Fixed test StXTests>>test_commit_03c
Tue, 27 Nov 2012 21:42:13 +0000 Jan Vrany Added support for heads (both repository and per-branch)
Tue, 27 Nov 2012 21:00:31 +0000 Jan Vrany Added read-only support for branches.
Tue, 27 Nov 2012 18:02:09 +0000 Jan Vrany HGNodeId renamed to HGChangesetId
Thu, 22 Nov 2012 11:52:29 +0000 Jan Vrany Tests fixed. Not-yet-supported tests marked as skipped.
Sat, 17 Nov 2012 11:02:01 +0000 vranyj1 HGTests: tests for not yet supported features commented.
Sat, 17 Nov 2012 01:12:06 +0000 vranyj1 Basic support to access changeset content.
Sat, 17 Nov 2012 01:11:55 +0000 vranyj1 Refactoring: preparation for accessing changeset contents.
Thu, 15 Nov 2012 10:26:04 +0000 vranyj1 Commit support
Thu, 15 Nov 2012 01:44:36 +0000 vranyj1 More changes towards self hosting. Some work on model is still missing...
Wed, 14 Nov 2012 19:46:42 +0000 vranyj1 - stx_libscm_mercurial
Wed, 14 Nov 2012 01:15:30 +0000 vranyj1 - More Smalltalk/X support
Tue, 13 Nov 2012 18:09:24 +0000 vranyj1 Baisc support for changesets (revision log)
Tue, 13 Nov 2012 11:06:16 +0000 vranyj1 - Support for commit
less more (0) -60 tip