changeset 3762:89e9ef89db3c

cvs url fix, fixes $HOME building of starting emacs CVS build.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 07 Sep 2007 16:53:53 +0200
parents f80db00e4021
children ccaf0e97106e
files gub/repository.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/repository.py	Fri Sep 07 16:44:47 2007 +0200
+++ b/gub/repository.py	Fri Sep 07 16:53:53 2007 +0200
@@ -557,6 +557,7 @@
     def create (rety, dir, source, branch='', revision=''):
         if not branch:
             branch='HEAD'
+        source = source.replace ('cvs::pserver', ':pserver')
         p = source.rfind ('/')
         return CVS (dir, source=source, module=source[p+1:], tag=branch)
     create = staticmethod (create)