diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-03-07 22:09:36 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-03-07 22:09:36 +0100 |
commit | 69e3eb9134722b35b5936a34edaae17e849579b2 (patch) | |
tree | 4b7166d6a42fc9228776281c60bd39d31e3b4e63 | |
parent | be8b4f9c74519aeacdcecb797722ce2682a68cb2 (diff) | |
download | mgarepo-69e3eb9134722b35b5936a34edaae17e849579b2.tar mgarepo-69e3eb9134722b35b5936a34edaae17e849579b2.tar.gz mgarepo-69e3eb9134722b35b5936a34edaae17e849579b2.tar.bz2 mgarepo-69e3eb9134722b35b5936a34edaae17e849579b2.tar.xz mgarepo-69e3eb9134722b35b5936a34edaae17e849579b2.zip |
Prepare for 1.11.11 release1.11.11
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +* 1.11.11 +- leave the obsolete command in local language +- obsolete: start interactive mode if no message is given + * 1.11.10 - Restablish an output after some svn commands - move a command svn from log.py to util.py @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.10 +VERSION = 1.11.11 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.10" +VERSION="1.11.11" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |