log rhodecode/lib/diffs.py @ 4186:7e5f8c12a3fc kallithea-2.2.5-rebrand

age author description
Wed, 02 Jul 2014 19:04:28 -0400 Bradley M. Kuhn First step in two-part process to rename directories to kallithea. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:13 -0400 Bradley M. Kuhn Imported some of the GPLv3'd changes from RhodeCode v2.2.5. rhodecode-2.2.5-gpl
Tue, 16 Jul 2013 21:54:28 +0200 Marcin Kuzminski Fixed spelling of get's to gets
Thu, 27 Jun 2013 00:37:51 +0200 Mads Kiilerich diff: don't show content of deleted files
Tue, 18 Jun 2013 15:55:24 +0200 Marcin Kuzminski use safe get on copy mode since for git we don't have this implemented
Sat, 15 Jun 2013 20:47:41 +0200 Marcin Kuzminski Added handling of copied files diff parsing
Sat, 11 May 2013 20:24:02 +0200 Marcin Kuzminski Implemented simple gist functionality ref #530. beta
Wed, 08 May 2013 01:19:18 +0200 Marcin Kuzminski diff parser: redefined operations stats for changes beta
Wed, 10 Apr 2013 03:00:20 +0200 Mads Kiilerich diff parser: prefer git headers over old unified diff headers beta
Wed, 10 Apr 2013 02:58:36 +0200 Mads Kiilerich diff parser: show multiple messages ... and fix stats for non-git chunks beta
Wed, 10 Apr 2013 02:55:38 +0200 Mads Kiilerich diff parser: more correct detection and reporting of binary git diffs beta
Wed, 10 Apr 2013 02:54:56 +0200 Mads Kiilerich diff parser: match the header order of hg diff --git patches beta
Fri, 05 Apr 2013 00:40:58 +0200 Mads Kiilerich diffs: drop diffs.differ beta
Wed, 03 Apr 2013 17:19:47 +0200 Mads Kiilerich Fix a lot of casings - use standard casing in most places beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich follow Python conventions for boolean values beta
Tue, 12 Feb 2013 23:09:24 +0100 Marcin Kuzminski fix some small unicode issues with logging on differ beta
Fri, 01 Feb 2013 23:13:10 +0100 Mads Kiilerich compare: show aggregated diff of what will be merged to other repo, using merge ancestor beta
Thu, 31 Jan 2013 23:27:21 +0100 Mads Kiilerich compare and diff: remove unused "bundle" functionality beta
Wed, 02 Jan 2013 13:56:22 +0100 Mads Kiilerich refactoring: drop unused 'discovery data' in pull request and compare diffs beta
Thu, 03 Jan 2013 17:55:44 +0100 Mads Kiilerich diff view: don't mix css classes for new and old line numbers beta
Tue, 11 Dec 2012 01:15:30 +0100 Marcin Kuzminski fixes issue #678 Incorrect diff markup when diff contains >, <, or & symbols beta
Thu, 29 Nov 2012 22:19:16 +0100 Marcin Kuzminski fixed issue with no-cached dulwich repos beta
Mon, 26 Nov 2012 20:14:40 +0100 Marcin Kuzminski White space cleanup beta
Sat, 24 Nov 2012 00:29:38 +0100 Marcin Kuzminski Basic implementation of cherry picking changesets beta
Fri, 23 Nov 2012 23:01:27 +0100 Marcin Kuzminski Fixed issue with inproper handling of diff parsing that could lead to infinit loops. beta
Sun, 18 Nov 2012 23:17:02 +0100 Marcin Kuzminski Multiple changes for compare system beta
Fri, 16 Nov 2012 21:27:04 +0100 Marcin Kuzminski Enabled compare engine for tags beta
Sat, 10 Nov 2012 03:17:24 +0100 Marcin Kuzminski new patch function, and urls schema. beta
Mon, 05 Nov 2012 19:57:29 +0100 Marcin Kuzminski Implemented generation of changesets based beta
Sat, 27 Oct 2012 14:33:29 +0200 Marcin Kuzminski fixes #612 Double quotes to Single quotes result in 4; to 9; in a visual Diff. Markupsafe.escape method usage beta