##// END OF EJS Templates
white space cleanup
marcink -
r2207:17ff5693 beta
parent child Browse files
Show More
@@ -284,4 +284,3 b' class SimpleGit(BaseVCSController):'
284 log_push_action(ui=baseui, repo=repo)
284 log_push_action(ui=baseui, repo=repo)
285 elif action == 'pull' and _hooks.get(pull_hook):
285 elif action == 'pull' and _hooks.get(pull_hook):
286 log_pull_action(ui=baseui, repo=repo)
286 log_pull_action(ui=baseui, repo=repo)
287
@@ -406,4 +406,3 b' def extract_mentioned_users(s):'
406 usrs.add(username)
406 usrs.add(username)
407
407
408 return sorted(list(usrs), key=lambda k: k.lower())
408 return sorted(list(usrs), key=lambda k: k.lower())
409
@@ -11,4 +11,4 b' from mercurial.localrepo import localrep'
11 from mercurial.match import match
11 from mercurial.match import match
12 from mercurial.mdiff import diffopts
12 from mercurial.mdiff import diffopts
13 from mercurial.node import hex
13 from mercurial.node import hex
14 from mercurial.encoding import tolocal No newline at end of file
14 from mercurial.encoding import tolocal
General Comments 0
You need to be logged in to leave comments. Login now