mercurial/mercurial.rc
Wed, 21 Jan 2015 07:47:44 +0100 Jan Vrany Fix for issue #42: Create initial .hgignore if it does not exist
Mon, 19 Jan 2015 22:38:09 +0100 Jan Vrany Added support for custom build files.
Sun, 16 Nov 2014 08:53:12 +0000 Jan Vrany Fixes for #24: Session ChangeSet compression after a commit is broken [2/3]
Sat, 15 Nov 2014 17:17:02 +0000 Jan Vrany Fixes for #24: Session ChangeSet compression after a commit is broken [1/3]
Thu, 06 Nov 2014 01:06:39 +0000 Jan Vrany More robust error parsing
Wed, 30 Jul 2014 16:10:36 +0000 Jan Vrany Fixed timing issues for push/pull commands.
Sun, 06 Jul 2014 11:31:48 +0100 Jan Vrany Do not use new lines in command templates, escape them using \n instead.
Thu, 01 May 2014 18:11:28 +0100 Jan Vrany Change Class>>revision to return logical revision instead of binary revision.
Fri, 28 Mar 2014 09:35:51 +0000 Jan Vrany Care for relative pathnames in ProjectDefinition>>hgPostLoad
Fri, 28 Mar 2014 00:47:08 +0000 Jan Vrany Merged 858944cebec4 and 34ca0972c5ba
Fri, 14 Mar 2014 22:59:53 +0000 Jan Vrany Added SCMAbstractPackageRevision>>changeSet.
Fri, 28 Mar 2014 00:45:11 +0000 Jan Vrany Added 'Update To Revision' menu item to file browser and fixed issue #32.
Wed, 26 Mar 2014 15:53:08 +0000 Jan Vrany FIx for issue #11 - Add user feedback when pushing from system browser
Tue, 25 Mar 2014 09:43:46 +0000 Jan Vrany More work on Mercurial revision log browser and revision selection dialog.
Fri, 21 Mar 2014 11:23:30 +0000 Jan Vrany Initial support for Mercurial bookmarks.
Wed, 19 Mar 2014 23:19:22 +0000 Jan Vrany Merged 66441c7b45bc and 218a20c7e54a
Tue, 18 Mar 2014 11:56:05 +0000 Jan Vrany More work on HGChangesetBrowser - better changeset detail view.
Mon, 17 Mar 2014 09:43:05 +0000 Jan Vrany Initial version of HGChangesetBrowser, a tool for browsing commit history.
Tue, 11 Mar 2014 22:13:44 +0000 Jan Vrany Added HGChangesetList, a pluggable component to display list of changesets.
Sat, 08 Mar 2014 10:29:38 +0000 Jan Vrany Implemented support for hiearchy SCMAbstractPackageRevision/HGPackageRevision.
Wed, 05 Mar 2014 22:47:58 +0000 Jan Vrany Introduced a SCMAbstractPackageWorkingCopy and SCMAbstractPackageRevision...
Wed, 05 Mar 2014 10:04:25 +0000 Jan Vrany Merged 5acd6d915c77 and 1f009c523329
Wed, 05 Mar 2014 09:55:13 +0000 Jan Vrany Merged cf4d7072fdf2 and 69f0a4078682
Mon, 03 Mar 2014 10:21:31 +0000 Jan Vrany Added new warning to commit dialog.
Sat, 01 Mar 2014 00:22:00 +0000 Jan Vrany Added caching to SCMAbstractPackageModel to speed up certain queries.
Fri, 28 Feb 2014 10:47:43 +0000 Jan Vrany Added notion if 'virtual' package
Sun, 23 Feb 2014 20:03:07 +0000 Jan Vrany SCMAbstractFileoutLikeTask refactored to support multiple packages.
Thu, 20 Feb 2014 00:32:41 +0000 Jan Vrany Upon commit, update logical revision of all packages that belongs to the same repository...
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.
Fri, 29 Nov 2013 21:00:10 +0000 Jan Vrany Fix for issue #26: Java extension files are removed.
Wed, 09 Oct 2013 12:12:20 +0100 Jan Vrany Added more support for HG mirrors of CVS repos.
Tue, 17 Sep 2013 11:23:57 +0100 Jan Vrany Fix for filing out Java extensions.
Thu, 05 Sep 2013 12:40:01 +0100 Jan Vrany Added HG2CVS tool for naive synchronization of CVS from Mercuriual repo.
Fri, 12 Jul 2013 17:47:21 +0100 Jan Vrany Changed license to LGPL2.
Mon, 08 Jul 2013 02:37:37 +0100 Jan Vrany When running tests, make sure Class>>#tryLocalSourceFirst: has defined value.
Mon, 08 Jul 2013 00:35:14 +0100 Jan Vrany Initial version of HGInstaller.st...
Fri, 05 Jul 2013 01:08:00 +0100 Jan Vrany Build files regenerated...
Thu, 04 Jul 2013 02:25:20 +0100 Jan Vrany Bugfix in HGSourceCodeManager>>#isResponsibleForPackage:
Wed, 03 Jul 2013 23:49:48 +0100 Jan Vrany Fixes for compilation under Windows against Smalltalk/X 6.2.2
Tue, 02 Jul 2013 11:42:11 +0100 Jan Vrany Bugfixes in push parsing.
Tue, 11 Jun 2013 00:55:03 +0100 Jan Vrany Bugfix for creating new subpackage inside existing package (part 1)
Tue, 21 May 2013 16:50:38 +0100 Jan Vrany Added ProjectDefinition>>hgRemoveContainesForDeletedClasses config methd.
Thu, 04 Apr 2013 19:51:03 +0100 Jan Vrany Added push/pull menu to file browser.
Tue, 02 Apr 2013 11:29:16 +0100 Jan Vrany Removed HGWorkingCopyBrowser.
Mon, 01 Apr 2013 14:03:48 +0100 Jan Vrany Fixes for commiting from filebrowser.
Fri, 22 Mar 2013 09:09:49 +0000 Jan Vrany Bugfix: merge command output parsing.
Tue, 19 Mar 2013 10:49:52 +0000 Jan Vrany Care for class removal and superclass/pool change.
Tue, 19 Mar 2013 08:59:59 +0000 Jan Vrany Correctly set path within repository for subpackages even if the subpackage does not yet exists.
Sat, 09 Mar 2013 22:29:37 +0000 Jan Vrany Introduced HGDebugFlags.
Wed, 06 Mar 2013 00:39:40 +0000 Jan Vrany HGCommandServer>>execute: refactored & hopefully fixed. hg-command-server-support
Tue, 05 Mar 2013 19:17:55 +0000 Jan Vrany Terminate command server's after some time of inactivity (currently 1min), 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
Mon, 04 Mar 2013 00:10:03 +0000 Jan Vrany Fixed bug in spawning workers. 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
Thu, 14 Feb 2013 16:07:22 +0000 Jan Vrany Bugfix for pull command. Do not update temporary working copy if it is already.
less more (0) -100 -60 tip