Skip to content
Snippets Groups Projects
Commit f1c4e2ba authored by Sean Farley's avatar Sean Farley
Browse files

cleanup: fix whitespace around operators

parent 94aaea5c
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
# sort by commit date
def commitdate(sha):
obj = git_object_store[sha]
return obj.commit_time-obj.commit_timezone
return obj.commit_time - obj.commit_timezone
# get a list of all the head shas
def get_heads(refs):
......
......@@ -156,7 +156,7 @@
match = None
kwargs = {
'clean' : clean
'clean': clean
}
# Older versions of mercurial don't support the match arg, so only add it if
# it exists.
......
......@@ -34,7 +34,7 @@
keywords='hg git mercurial',
license='GPLv2',
packages=['hggit'],
package_data={ 'hggit': ['help/git.rst'] },
package_data={'hggit': ['help/git.rst']},
include_package_data=True,
install_requires=['dulwich>=0.9.7'] + extra_req,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment