##// END OF EJS Templates
spelling: overridden
timeless@gmail.com -
r5818:1048307e default
parent child Browse files
Show More
@@ -117,7 +117,7 b' For a full index rebuild, run::'
117
117
118 paster make-index my.ini -f
118 paster make-index my.ini -f
119
119
120 The ``--repo-location`` option allows the location of the repositories to be overriden;
120 The ``--repo-location`` option allows the location of the repositories to be overridden;
121 usually, the location is retrieved from the Kallithea database.
121 usually, the location is retrieved from the Kallithea database.
122
122
123 The ``--index-only`` option can be used to limit the indexed repositories to a comma-separated list::
123 The ``--index-only`` option can be used to limit the indexed repositories to a comma-separated list::
@@ -481,7 +481,7 b' class AuthUser(object):'
481 user_model = UserModel()
481 user_model = UserModel()
482 self.anonymous_user = User.get_default_user(cache=True)
482 self.anonymous_user = User.get_default_user(cache=True)
483
483
484 # These attributes will be overriden by fill_data, below, unless the
484 # These attributes will be overridden by fill_data, below, unless the
485 # requested user cannot be found and the default anonymous user is
485 # requested user cannot be found and the default anonymous user is
486 # not enabled.
486 # not enabled.
487 self.user_id = None
487 self.user_id = None
@@ -327,7 +327,7 b' class TestLoginController(TestController'
327 'email': email,
327 'email': email,
328 'firstname': name,
328 'firstname': name,
329 'lastname': lastname,
329 'lastname': lastname,
330 'admin': True}) # This should be overriden
330 'admin': True}) # This should be overridden
331 self.assertEqual(response.status, '302 Found')
331 self.assertEqual(response.status, '302 Found')
332 self.checkSessionFlash(response, 'You have successfully registered into Kallithea')
332 self.checkSessionFlash(response, 'You have successfully registered into Kallithea')
333
333
General Comments 0
You need to be logged in to leave comments. Login now