1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-13 17:16:23 +01:00

osc branch: use --expand-link in the example that shows how to check out the

branched package
This commit is contained in:
Dr. Peter Poeml 2008-05-26 13:12:05 +00:00
parent bbe533087e
commit 3f9b53ca6e

View File

@ -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)