I'm trying to determine the source of an added file after rename, for example, prior the changes are committed. Is it possible? I have not been able to find out how using the stat command. All I get is the + indicator:

svn stat
A  +    path/to/myfile
D       myfile

FWIW, I've seen this with the Mercurial's stat command:

hg stat
A path/to/myfile
R myfile

hg stat -C
A path/to/myfile
  myfile
R myfile

--
Stanimir

Reply via email to