diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ +* 1.13.1 - auomatically fallback to non-ssh (ie. svn:// rather than svn+ssh://) when authentication fails +- move detectVCS() to separate module to prevent import order +- fix 'mgarepo sync -d' for git-svn repos +- update upload_binary() to properly use newer execcmd() +- redirect stdin, as required for ssh session invoked through binrepo * 1.13.0 - implement 'clone' command with support for quick git-svn cloning @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.13.0 +VERSION = 1.13.1 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.13.0" +VERSION="1.13.1" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |