uncommit.py has a non-ascii character in it (in my name in the copyright line). Without this coding: comment, I get an error like the following when I run stgit: /home/kha/git/stgit/stgit/main.py:61: DeprecationWarning: Non-ASCII character '\xc3' in file /home/kha/git/stgit/stgit/commands/uncommit.py on line 3, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details --- stgit/commands/uncommit.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/stgit/commands/uncommit.py b/stgit/commands/uncommit.py index e03d207..52ce5a8 100644 --- a/stgit/commands/uncommit.py +++ b/stgit/commands/uncommit.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + __copyright__ = """ Copyright (C) 2006, Karl Hasselström <kha@xxxxxxxxxxx> - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html