Wed, 02 Jan 2013 10:31:48 +0100 Detlev Offenbach Updated copyright for 2013. file | diff | annotate
Sat, 22 Dec 2012 15:09:28 +0100 Detlev Offenbach Fixed a few PEP-8 related issues. file | diff | annotate
Sat, 22 Dec 2012 12:22:37 +0100 Detlev Offenbach Added code to create an empty Mercurial user configuration file, if non exists already. file | diff | annotate
Mon, 12 Nov 2012 17:46:11 +0100 Detlev Offenbach Extended the commit of all supported version control system interfaces to check for unsaved changes, that would otherwise be forgotten. file | diff | annotate
Wed, 08 Aug 2012 18:21:45 +0200 Detlev Offenbach Added support for --log and --dry-run to the hg graft operation and added code to disable the (deprecated) transplant menu for Mercurial 2.3.0. file | diff | annotate
Sun, 17 Jun 2012 13:34:46 +0200 Detlev Offenbach Continued implementing support for Mercurial sub-repositories. file | diff | annotate
Sat, 16 Jun 2012 18:28:31 +0200 Detlev Offenbach Started adding support for Mercurial sub-repositories. file | diff | annotate
Wed, 30 May 2012 19:59:07 +0200 Detlev Offenbach Fixed another issue introduced by the VCS changes. file | diff | annotate
Tue, 29 May 2012 20:59:40 +0200 Detlev Offenbach Added code to ensure, that some eric specific files and directories get ignored file | diff | annotate
Wed, 09 May 2012 20:07:29 +0200 Detlev Offenbach Added support for amending commits as of Mercurial 2.2. file | diff | annotate
Wed, 25 Apr 2012 19:48:57 +0200 Detlev Offenbach Fixed an issue in the Mercurial interface causing a warning. if no .hgrc file exists. 5_2_x file | diff | annotate
Wed, 25 Apr 2012 19:48:57 +0200 Detlev Offenbach Fixed an issue in the Mercurial interface causing a warning. if no .hgrc file exists. file | diff | annotate
Fri, 06 Apr 2012 17:02:01 +0200 Detlev Offenbach Fixed an issue in the Mercurial "graft continue" command. file | diff | annotate
Wed, 22 Feb 2012 19:22:42 +0100 Detlev Offenbach Added support for the graft command as of Mercurial 2.0. file | diff | annotate
Sat, 11 Feb 2012 14:54:14 +0100 Detlev Offenbach Added capability to change the phase of changesets to the project VCS menu and the Mercurial log-browser. file | diff | annotate
Mon, 26 Dec 2011 19:32:02 +0100 Detlev Offenbach Updated copyright for 2012. 5_1_x file | diff | annotate
Mon, 26 Dec 2011 19:31:22 +0100 Detlev Offenbach Updated copyright for 2012. file | diff | annotate
Wed, 26 Oct 2011 18:48:39 +0200 Detlev Offenbach Fixed a bug in the Mercurial interface. file | diff | annotate
Sun, 23 Oct 2011 18:15:32 +0200 Detlev Offenbach Disabled the use of the Mercurial command server on Mac platforms because of insufficient reliability of the server. file | diff | annotate
Sat, 22 Oct 2011 13:20:50 +0200 Detlev Offenbach Fixed an issue in the Mercurial command line server interface code of commit causing a commit of a merge to fail. file | diff | annotate
Thu, 15 Sep 2011 18:35:49 +0200 Detlev Offenbach Fixed issues in various Mercurial files that could cause infinite loops on Windows systems. 5_1_x file | diff | annotate
Thu, 15 Sep 2011 18:28:26 +0200 Detlev Offenbach Fixed issues in various Mercurial files that could cause infinite loops on Windows systems. file | diff | annotate
Tue, 13 Sep 2011 19:41:54 +0200 Detlev Offenbach Added support for exporting patches. file | diff | annotate
Fri, 09 Sep 2011 19:31:51 +0200 Detlev Offenbach Added configuration option to create backup files when reverting changes. file | diff | annotate
Fri, 09 Sep 2011 19:15:06 +0200 Detlev Offenbach Added support for importing patches to the Mercurial interface and made it's revert action check, if the project should be reread. file | diff | annotate
Fri, 09 Sep 2011 09:33:19 +0200 Detlev Offenbach Modified pull such, that it will try to apply an existing changegroups file first. file | diff | annotate
Mon, 05 Sep 2011 18:40:32 +0200 Detlev Offenbach Fixed a few issues in the Mercurial plug-in. 5_1_x file | diff | annotate
Mon, 05 Sep 2011 18:40:32 +0200 Detlev Offenbach Fixed a few issues in the Mercurial plug-in. file | diff | annotate
Sun, 04 Sep 2011 18:12:08 +0200 Detlev Offenbach Fixed some PEP-8 related issues. file | diff | annotate
Sun, 04 Sep 2011 15:17:10 +0200 Detlev Offenbach Added code to the Mercurial plug-in to support multiple revisions where appropriate. file | diff | annotate
Sat, 03 Sep 2011 16:41:44 +0200 Detlev Offenbach Made "Show Log" behave like "Show Limited Log" and removed the later. file | diff | annotate
Thu, 01 Sep 2011 09:25:05 +0200 Detlev Offenbach Fixed the treatment of the Mercurial version number. file | diff | annotate
Tue, 30 Aug 2011 19:12:24 +0200 Detlev Offenbach Fixed an issue accessing an undefined variable. file | diff | annotate
Mon, 29 Aug 2011 20:03:43 +0200 Detlev Offenbach Fixed an issue in hg.py causing single file commits to fail. file | diff | annotate
Sun, 28 Aug 2011 18:53:13 +0200 Detlev Offenbach Started implementing an interface to the Mercurial command server (as of Mercurial >= 1.9). file | diff | annotate
Fri, 26 Aug 2011 19:38:24 +0200 Detlev Offenbach Extended the list of excludes for the creation of .hgignore file. file | diff | annotate
Fri, 26 Aug 2011 19:38:42 +0200 Detlev Offenbach Extended the list of excludes for the creation of .hgignore file. 5_1_x file | diff | annotate
Tue, 16 Aug 2011 15:52:12 +0200 Detlev Offenbach Fixed an issue in the Mercurial plug-in. file | diff | annotate
Fri, 29 Jul 2011 19:01:14 +0200 Detlev Offenbach Added code to start monitoring the Mercurial hgrc file when it was created by starting the hgrc file editor. file | diff | annotate
Fri, 29 Jul 2011 18:58:41 +0200 Detlev Offenbach Fixed an issue related to try to monitor a non-existing hgrc file. file | diff | annotate
Tue, 31 May 2011 16:35:45 +0200 Detlev Offenbach Added support for the Mercurial rebase extension. file | diff | annotate
Tue, 31 May 2011 11:25:52 +0200 Detlev Offenbach Refined the Mercurial extensions code a little bit to deal with torn of menus in a better way. file | diff | annotate
Mon, 30 May 2011 19:50:55 +0200 Detlev Offenbach Made the Mercurial cleanup patterns configurable. file | diff | annotate
Mon, 30 May 2011 19:23:59 +0200 Detlev Offenbach Extended the code logic for the switch command of the various version control interfaces. file | diff | annotate
Mon, 30 May 2011 16:53:13 +0200 Detlev Offenbach Added support for the Mercurial transplant extension. file | diff | annotate
Sun, 29 May 2011 18:04:36 +0200 Detlev Offenbach Changed code to close torn off submenus of the Mercurial project menu. file | diff | annotate
Sun, 29 May 2011 15:25:28 +0200 Detlev Offenbach Added support for the Mercurial gpg extension. file | diff | annotate
Sat, 28 May 2011 15:41:12 +0200 Detlev Offenbach Added support for the Mercurial purge extension. file | diff | annotate
Sat, 28 May 2011 13:07:09 +0200 Detlev Offenbach Reverted part of the change dealing with Mercurial interface shutdown.. file | diff | annotate
Sat, 28 May 2011 13:05:37 +0200 Detlev Offenbach Reverted part of the last change. 5_1_x file | diff | annotate
Sat, 28 May 2011 11:20:25 +0200 Detlev Offenbach Added support for the Mercurial fetch extension. file | diff | annotate
Fri, 27 May 2011 19:11:49 +0200 Detlev Offenbach Corrected a bug in the Mercurial interface. 5_1_x file | diff | annotate
Fri, 27 May 2011 19:10:22 +0200 Detlev Offenbach Added an entry to the Mercurial menu to edit the user configuration file. file | diff | annotate
Wed, 25 May 2011 19:51:32 +0200 Detlev Offenbach Fixed PEP-8 related issues. file | diff | annotate
Sat, 14 May 2011 20:00:13 +0200 Detlev Offenbach Started with support for Mercurial queues extension. file | diff | annotate
Sun, 08 May 2011 15:19:58 +0200 Detlev Offenbach Finished Mercurial bookmark support. file | diff | annotate
Sun, 08 May 2011 13:56:12 +0200 Detlev Offenbach Continued with Mercurial bookmark support. file | diff | annotate
Sat, 07 May 2011 20:31:28 +0200 Detlev Offenbach Continued with Mercurial bookmark support. file | diff | annotate
Sat, 07 May 2011 17:56:31 +0200 Detlev Offenbach Continued with Mercurial bookmark support. file | diff | annotate
Mon, 02 May 2011 19:59:41 +0200 Detlev Offenbach Started implementing the Mercurial bookmarks support. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial