From 3f9b53ca6e489ae9d0f5d1097947389d6246114a Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Mon, 26 May 2008 13:12:05 +0000 Subject: [PATCH] osc branch: use --expand-link in the example that shows how to check out the branched package --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index d34457a1..09116a61 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -689,7 +689,7 @@ class Osc(cmdln.Cmdln): print r print 'A working copy of the branched package can be checked out with\n' \ - 'osc checkout home:%s:branches:%s %s' \ + 'osc checkout --expand-link home:%s:branches:%s %s' \ % (conf.config['user'], prj, pkg)