Re: [PATCH 03/21] git p4: generate better error message for bad depot path

2012-09-28 Thread Junio C Hamano
Pete Wyckoff writes: > Depot paths must start with //. Exit with a better explanation > when a bad depot path is supplied. > > Signed-off-by: Pete Wyckoff > --- > git-p4.py | 1 + > t/t9800-git-p4-basic.sh | 5 + > 2 files changed, 6 insertions(+) > > diff --git a/git-p4.py b

[PATCH 03/21] git p4: generate better error message for bad depot path

2012-09-28 Thread Pete Wyckoff
Depot paths must start with //. Exit with a better explanation when a bad depot path is supplied. Signed-off-by: Pete Wyckoff --- git-p4.py | 1 + t/t9800-git-p4-basic.sh | 5 + 2 files changed, 6 insertions(+) diff --git a/git-p4.py b/git-p4.py index 97699ef..eef5c94 100755