diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-12-23 20:35:33 +0100 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2007-12-23 20:35:33 +0100 |
commit | 2694e2ca1be723de9aeeffb6dc5761e249d6956d (patch) | |
tree | 9cfa3e919099527b170b516e66acc7f47c7771c4 /git-import-orig | |
parent | 7e4569cd56a6fbd5d09bd62265aed6f5c9cfe334 (diff) | |
download | git-buildpackage-2694e2ca1be723de9aeeffb6dc5761e249d6956d.tar.gz git-buildpackage-2694e2ca1be723de9aeeffb6dc5761e249d6956d.tar.bz2 git-buildpackage-2694e2ca1be723de9aeeffb6dc5761e249d6956d.zip |
fix doc url (Closes: #456535)
Diffstat (limited to 'git-import-orig')
-rwxr-xr-x | git-import-orig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-import-orig b/git-import-orig index 284bf0dc..f3344bec 100755 --- a/git-import-orig +++ b/git-import-orig @@ -140,8 +140,8 @@ def main(argv): if not repo.has_branch(options.upstream_branch) and not is_empty: print >>sys.stderr, """ Repository does not have branch '%s' for upstream sources. If there is none see -/usr/share/doc/git-buildpackage/manual-html/gbpc.import.convert.html on howto -create it otherwise use --upstream-branch to specify it. +file:///usr/share/doc/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.CONVERT +on howto create it otherwise use --upstream-branch to specify it. """ % options.upstream_branch raise GbpError |