aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/vcs/nodes.py
AgeCommit message (Expand)Author
2013-01-05fixes issue #710 File view stripping empty lines from begininng and end of th...Marcin Kuzminski
2012-11-14removed garbage return statementMarcin Kuzminski
2012-11-14implements #649 added two seperate method for author and commiter to VCS chan...Marcin Kuzminski
2012-11-13small change to is_binary function logic so it always skips the unicode conve...Marcin Kuzminski
2012-07-04Synced vcs with upstreamMarcin Kuzminski
2012-06-18white space cleanupMarcin Kuzminski
2012-06-15merge with betaMarcin Kuzminski
2012-06-13Added vcs testsuite for better integration tests + added fetchingMarcin Kuzminski
2012-05-27Implemented basic compare view(for pull requests) for mercurial.Marcin Kuzminski
2012-05-04Added EmptyChangeset into VCS moduleMarcin Kuzminski
2012-05-04fixed issues with gitsubmodule diffsMarcin Kuzminski
2012-05-03Implements subrepos view inside filebrowserMarcin Kuzminski
2012-04-17various fixes for git and mercurial with InMemoryCommit backend and non-ascii...Marcin 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