Code

git-svn: remove leading slash when printing removed directories
authorEric Wong <normalperson@yhbt.net>
Mon, 22 Jan 2007 20:25:30 +0000 (12:25 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 22 Jan 2007 21:15:50 +0000 (13:15 -0800)
commitcea70cf881290741da59c2e36050c723e6c9309d
tree0e7b698ed0c00f45bfc1dc9c42acd77c56c3ffa6
parent8276c0070f8f8959ab4b6ec458fa0740e9abda9e
git-svn: remove leading slash when printing removed directories

Not sure why it was there in the first place, we always do our
work relative to the URL we're connected to; even if that URL is
the root of the repository, so the leading slash is pointless...
Lets be consistent when printing things for the user to see.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl