From 2c111e379bfd6709407b157710045425e68b56a3 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Thu, 16 Jun 2011 04:25:45 +0000 Subject: - Fix examples in the usage message of co.py --- CHANGES | 3 +++ MgaRepo/commands/co.py | 4 ++-- 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 """ -- cgit v1.2.1