aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/diffs.py
AgeCommit message (Expand)Author
2013-01-03diff view: don't mix css classes for new and old line numbersMads Kiilerich
2012-12-11fixes issue #678 Incorrect diff markup when diff contains >, <, or & symbolsMarcin Kuzminski
2012-11-29fixed issue with no-cached dulwich reposMarcin Kuzminski
2012-11-26White space cleanupMarcin Kuzminski
2012-11-24Basic implementation of cherry picking changesetsMarcin Kuzminski
2012-11-23Fixed issue with inproper handling of diff parsing that could lead to infinit...Marcin Kuzminski
2012-11-18Multiple changes for compare systemMarcin Kuzminski
2012-11-16Enabled compare engine for tagsMarcin Kuzminski
2012-11-10new patch function, and urls schema.Marcin Kuzminski
2012-11-05Implemented generation of changesets basedMarcin Kuzminski
2012-10-27fixes #612 Double quotes to Single quotes result in 4; to 9; in a visual Diff...Marcin Kuzminski
2012-10-03#590 Add GET flag that controls the way the diff are generated, for pull requ...Marcin Kuzminski
2012-09-16fixes #567 diff non-unicode encoding missmatchMarcin Kuzminski
2012-09-04fixes #550 mercurial repositories comparision failed when origin repo hadMarcin Kuzminski
2012-08-04Bumped mercurial version to 2.3Marcin Kuzminski
2012-07-06fixed issue #492 missing `\ No newline at end of file` test at the end of new...Marcin Kuzminski
2012-07-06fix strikethrough issues on `No new line at end of file`Marcin Kuzminski
2012-07-06Moved BytesIO into compat because of py25 compatibility issueMarcin Kuzminski
2012-06-18white space cleanupMarcin Kuzminski
2012-06-09Improved cross-repo diff using bundlerepoMarcin Kuzminski
2012-06-05merge with betaMarcin Kuzminski
2012-06-04Improved RSS/ATOM feedsMarcin Kuzminski
2012-05-30code gardenMarcin Kuzminski
2012-05-30Improved cross repos diffsMarcin Kuzminski
2012-05-30merge with betaMarcin Kuzminski
2012-05-30fixed issue with git's `no new line..` messages inside diff block. It might s...Marcin Kuzminski
2012-05-30Alwas show initial context on html diffs.Marcin Kuzminski
2012-05-28added basic comparision of two repositories using bundlesMarcin Kuzminski
2012-05-28fixed bug with inline changes highlighter.Marcin Kuzminski
2012-05-27added stats of line changes and operation (A/M/D) into diffs libMarcin Kuzminski
2012-05-27merge with betaMarcin Kuzminski
2012-05-26typo fix ref #461Marcin Kuzminski
2012-05-25Created base for diffing two repositories inside rhodecodeMarcin Kuzminski
2012-05-04fixed issues with gitsubmodule diffsMarcin Kuzminski
2012-03-01fixed vcs issue with last_changeset for filenodesMarcin Kuzminski
2012-02-20Added VCS into rhodecode core for faster and easier deployments of new versionsMarcin Kuzminski
2012-01-13adapt codes to latest vcsMarcin Kuzminski
2012-01-10fix for latest vcsMarcin Kuzminski
2012-01-042012 copyrightsMarcin Kuzminski
2011-12-19implements #308 rewrote diffs to enable displaying full diff on each fileMarcin Kuzminski
2011-12-18code garden for changeset ranges and commentsMarcin Kuzminski
2011-12-17fixes #326 some html special chars where not escaped in diffs + code garden i...Marcin Kuzminski
2011-12-10- diff.css merge to main style.cssMarcin Kuzminski
2011-12-08added line context control to diffsMarcin Kuzminski
2011-12-04moved soon-to-be-deleted code from vcs to rhodecodeMarcin Kuzminski