Changeset - 3b3de7c68ae1
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-11-29 22:19:16
marcin@python-works.com
fixed issue with no-cached dulwich repos
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/diffs.py
Show inline comments
 
@@ -724,7 +724,7 @@ def differ(org_repo, org_ref, other_repo
 
    org_ref = org_ref[1]
 
    other_ref = other_ref[1]
 

	
 
    if org_repo == other_repo:
 
    if org_repo_scm == other_repo_scm:
 
        log.debug('running diff between %s@%s and %s@%s'
 
                  % (org_repo.path, org_ref, other_repo.path, other_ref))
 
        _diff = org_repo_scm.get_diff(rev1=org_ref, rev2=other_ref,
0 comments (0 inline, 0 general)