diff options
Diffstat (limited to 'ranger/ext/vcs/hg.py')
-rw-r--r-- | ranger/ext/vcs/hg.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ranger/ext/vcs/hg.py b/ranger/ext/vcs/hg.py index f91d18cc..77587408 100644 --- a/ranger/ext/vcs/hg.py +++ b/ranger/ext/vcs/hg.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # This file is part of ranger, the console file manager. # License: GNU GPL version 3, see the file "AUTHORS" for details. # Author: Abdó Roig-Maranges <abdo.roig@gmail.com>, 2011-2012 @@ -265,6 +264,3 @@ class Hg(Vcs): return raw.split('\n') else: return [] - - -# vim: expandtab:shiftwidth=4:tabstop=4:softtabstop=4:textwidth=80 |