aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/monotone.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-05-12 16:19:41 -0400
committerW. Trevor King <wking@drexel.edu>2011-05-12 16:19:41 -0400
commitc56922285530fb95768998bffef176bad53d1d26 (patch)
treeeddfc2c13e5b5c2fa5a5800b7bf4668c3d3d06ed /libbe/storage/vcs/monotone.py
parent538c14cbae7a595539358d934fba6f014422d27e (diff)
downloadbugseverywhere-c56922285530fb95768998bffef176bad53d1d26.tar.gz
Remove form feeds (for compatibility with 2to3).
Diffstat (limited to 'libbe/storage/vcs/monotone.py')
-rw-r--r--libbe/storage/vcs/monotone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/storage/vcs/monotone.py b/libbe/storage/vcs/monotone.py
index e99a6ec..1dbb34d 100644
--- a/libbe/storage/vcs/monotone.py
+++ b/libbe/storage/vcs/monotone.py
@@ -366,7 +366,7 @@ class Monotone (base.VCS):
def _vcs_changed(self, revision):
return self._parse_diff(self._diff(revision))
-
+
if libbe.TESTING == True:
base.make_vcs_testcase_subclasses(Monotone, sys.modules[__name__])