mercurial/bc.mak
Tue, 17 Apr 2018 14:58:16 +0100 Jan Vrany Added tool to update copyright notices in files based on commits
Thu, 08 Feb 2018 09:54:32 +0000 Jan Vrany Initial support of obsolete changesets
Tue, 25 Aug 2015 09:03:57 +0100 Jan Vrany Added support to user shared repositories instead to temporary clones when commiting.
Fri, 16 Jan 2015 15:42:08 +0100 Jan Vrany Merged with mercurial revision ad2f5647305 (120 changesets total) cvs_MAIN
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 00:45:11 +0000 Jan Vrany Added 'Update To Revision' menu item to file browser and fixed issue #32.
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
Wed, 05 Mar 2014 00:34:15 +0000 Jan Vrany Fix for issue #18 - circular class renames.
Thu, 27 Feb 2014 22:38:01 +0000 Jan Vrany Fix in ProjectDefinition>>hgLogicalRevision:
Thu, 27 Feb 2014 10:33:33 +0000 Jan Vrany Two more tests for nested packages.
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.
Thu, 13 Feb 2014 16:25:49 +0000 Jan Vrany Added 'Clone...' and 'Create...' menu entries to file browser.
Wed, 09 Oct 2013 12:12:20 +0100 Jan Vrany Added more support for HG mirrors of CVS repos.
Thu, 05 Sep 2013 12:40:01 +0100 Jan Vrany Added HG2CVS tool for naive synchronization of CVS from Mercuriual repo.
Wed, 10 Jul 2013 12:11:55 +0100 Jan Vrany Backed out revision 73c1dc8928b5
Wed, 10 Jul 2013 02:03:00 +0100 Jan Vrany Fixes for 'bmake clean'
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 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.
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
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 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
Tue, 12 Feb 2013 23:51:25 +0000 Jan Vrany Bugfix: push command (tested by HGTests>>test_push_01)
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.
Fri, 25 Jan 2013 20:29:20 +0000 Jan Vrany More menu items in FileBrowser.
Thu, 24 Jan 2013 14:16:18 -0800 Jan Vrany Bugfix in makefiles on Windows: fixed targets doc, doc-install
Thu, 24 Jan 2013 22:28:42 +0000 Jan Vrany Added 'doc' and 'doc-install' make targets
Mon, 21 Jan 2013 05:27:51 -0800 Jan Vrany Bugfix in Settings (checking for Mercurial version).
Tue, 15 Jan 2013 12:02:38 +0000 Jan Vrany More work on merging.
Mon, 14 Jan 2013 22:16:57 +0000 Jan Vrany More work on merging. Not yet finished.
Mon, 14 Jan 2013 17:01:55 +0000 Jan Vrany Initial support for merging.
Fri, 14 Dec 2012 20:19:43 +0100 Jan Vrany Experimental HGWorkingCopyBrowser - unfinished!
Fri, 14 Dec 2012 17:53:21 +0100 Jan Vrany Added HGWorkingCopyBrowser.
less more (0) -60 tip