diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-13 00:47:42 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-13 00:47:42 +0000 |
commit | daf9eb65899491717f1bf7660bf708c003c44cae (patch) | |
tree | a31db8575d3fab6010fec571a71baefed78e3691 | |
parent | 72ccffd028d506edf9d9b9f88711a05e10e8dc11 (diff) | |
download | mgarepo-daf9eb65899491717f1bf7660bf708c003c44cae.tar mgarepo-daf9eb65899491717f1bf7660bf708c003c44cae.tar.gz mgarepo-daf9eb65899491717f1bf7660bf708c003c44cae.tar.bz2 mgarepo-daf9eb65899491717f1bf7660bf708c003c44cae.tar.xz mgarepo-daf9eb65899491717f1bf7660bf708c003c44cae.zip |
mgarepo version 1.9.61.9.6
-rw-r--r-- | CHANGES | 4 | ||||
-rwxr-xr-x | mgarepo | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +* 1.9.6 +- don't allow importing packages already on svn +- fix problems introduced in previous version with added '@' in path + * 1.9.5 - rename repsys files to mgarepo, RepSys directory to MgaRepo, and update docs and examples for Mageia @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.9.5" +VERSION="1.9.6" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |