Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(25)

Unified Diff: codereview/views.py

Issue 974: accept patches from mercurial SVN Base: http://rietveld.googlecode.com/svn/trunk
Patch Set: Created 3 months, 3 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: codereview/views.py
===================================================================
--- codereview/views.py (revision 101)
+++ codereview/views.py (working copy)
@@ -491,6 +491,10 @@
return None
def txn():
+ #print base
+ #print data
+ #logging.info(base)
+ #logging.info(data)
issue = models.Issue(subject=form.cleaned_data['subject'],
description=form.cleaned_data['description'],
base=base,

Powered by Google App Engine
This is Rietveld r305