aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-01-27 18:56:14 +0100
committerPapoteur <papoteur@mageia.org>2020-01-27 18:56:14 +0100
commitcac1f38351ce206e403b003d30c30b32c89fd3c6 (patch)
tree1ba63078b6dfa76895cc5c1c19d7884047769a70
parent1829b6d11bc239fd321e7489d330fccdf9b01312 (diff)
downloadmgarepo-cac1f38351ce206e403b003d30c30b32c89fd3c6.tar
mgarepo-cac1f38351ce206e403b003d30c30b32c89fd3c6.tar.gz
mgarepo-cac1f38351ce206e403b003d30c30b32c89fd3c6.tar.bz2
mgarepo-cac1f38351ce206e403b003d30c30b32c89fd3c6.tar.xz
mgarepo-cac1f38351ce206e403b003d30c30b32c89fd3c6.zip
Keep editlog with locale environment execution
-rw-r--r--MgaRepo/svn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/svn.py b/MgaRepo/svn.py
index 4e883fe..d77b637 100644
--- a/MgaRepo/svn.py
+++ b/MgaRepo/svn.py
@@ -43,7 +43,7 @@ class SVN:
kwargs['info'] = True
else:
kwargs['info'] = False
- if args[0] in ('status'):
+ if args[0] in ('status','editlog'):
kwargs['noprefix'] = True
else:
kwargs['noprefix'] = False