changeset 3315:fc08484c5bf3 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Feb 2013 23:33:41 +0100
parents 059efaea23d6
children 3e071379fe60
files rhodecode/controllers/admin/repos.py rhodecode/model/pull_request.py rhodecode/templates/admin/repos/repo_edit.html rhodecode/templates/admin/settings/settings.html rhodecode/templates/base/base.html rhodecode/templates/email_templates/pull_request_comment.html
diffstat 6 files changed, 6 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/controllers/admin/repos.py	Sun Feb 03 23:29:59 2013 +0100
+++ b/rhodecode/controllers/admin/repos.py	Sun Feb 03 23:33:41 2013 +0100
@@ -44,7 +44,7 @@
 from rhodecode.model.meta import Session
 from rhodecode.model.db import User, Repository, UserFollowing, RepoGroup,\
     RhodeCodeSetting, RepositoryField
-from rhodecode.model.forms import RepoForm, RepoFieldForm 
+from rhodecode.model.forms import RepoForm, RepoFieldForm
 from rhodecode.model.scm import ScmModel, GroupList
 from rhodecode.model.repo import RepoModel
 from rhodecode.lib.compat import json
@@ -528,4 +528,3 @@
             msg = _('An error occurred during removal of field')
             h.flash(msg, category='error')
         return redirect(url('edit_repo', repo_name=repo_name))
-    
--- a/rhodecode/model/pull_request.py	Sun Feb 03 23:29:59 2013 +0100
+++ b/rhodecode/model/pull_request.py	Sun Feb 03 23:33:41 2013 +0100
@@ -201,7 +201,7 @@
                 hgrepo = org_repo._repo
                 revs = ["ancestors(id('%s')) and not ancestors(id('%s'))" %
                         (other_rev, org_rev)]
-    
+
             out = scmutil.revrange(hgrepo, revs)
             for cs in (out):
                 changesets.append(org_repo.get_changeset(cs))
--- a/rhodecode/templates/admin/repos/repo_edit.html	Sun Feb 03 23:29:59 2013 +0100
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Sun Feb 03 23:33:41 2013 +0100
@@ -344,7 +344,7 @@
                 </div>
                 <div class="input">
                     ${h.text('new_field_label', class_='small', placeholder=_('Enter short label'))}
-                </div>             
+                </div>
              </div>
 
              <div class="field">
@@ -353,7 +353,7 @@
                 </div>
                 <div class="input">
                     ${h.text('new_field_desc', class_='small', placeholder=_('Enter description of a field'))}
-                </div>             
+                </div>
              </div>
 
             <div class="buttons">
--- a/rhodecode/templates/admin/settings/settings.html	Sun Feb 03 23:29:59 2013 +0100
+++ b/rhodecode/templates/admin/settings/settings.html	Sun Feb 03 23:33:41 2013 +0100
@@ -137,7 +137,7 @@
                         ${h.checkbox('rhodecode_repository_fields','True')}
                         <label for="rhodecode_repository_fields">${_('Use repository extra fields')}</label>
                     </div>
-                </div>                
+                </div>
              </div>
 
              <div class="field">
--- a/rhodecode/templates/base/base.html	Sun Feb 03 23:29:59 2013 +0100
+++ b/rhodecode/templates/base/base.html	Sun Feb 03 23:33:41 2013 +0100
@@ -360,7 +360,7 @@
      });
 
      YUE.on('header-dd', 'click',function(e){
-         YUD.addClass('header-inner', 'hover');	 
+         YUD.addClass('header-inner', 'hover');
      });
 
 </script>
--- a/rhodecode/templates/email_templates/pull_request_comment.html	Sun Feb 03 23:29:59 2013 +0100
+++ b/rhodecode/templates/email_templates/pull_request_comment.html	Sun Feb 03 23:33:41 2013 +0100
@@ -11,5 +11,3 @@
     <span>${_('New status')} -&gt; ${status_change}</span>
 %endif
 </p>
-
-