aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--MgaRepo/commands/co.py4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3d82f11..aa6da06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+
+- Fix examples in the usage message of co.py
+
* 1.9.10
- ignore incorrect symlinks in SOURCES directory (#463)
- fix svn status function and only add files with status "?"
diff --git a/MgaRepo/commands/co.py b/MgaRepo/commands/co.py
index 8044c86..6c8f0c7 100644
--- a/MgaRepo/commands/co.py
+++ b/MgaRepo/commands/co.py
@@ -29,8 +29,8 @@ Options:
Examples:
mgarepo co pkgname
- mgarepo co -d 2009.0 pkgname
- mgarepo co 2009.0/pkgame
+ mgarepo co -d 1 pkgname
+ mgarepo co 1/pkgame
mgarepo co http://repos/svn/cnc/snapshot/foo
mgarepo co http://repos/svn/cnc/snapshot/foo foo-pkg
"""