diff options
-rw-r--r-- | CHANGES | 7 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +* 1.11.10 +- Restablish an output after some svn commands +- move a command svn from log.py to util.py +- complete bash-completion with obsolete command +- correct the help message in obsolete command +- add an example in man page for obsolete command + * 1.11.9 - suppress distro option in obsolete command and adapt help according to. @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.9 +VERSION = 1.11.10 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.9" +VERSION="1.11.10" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |