Hi Guys

I find it strange that darcs always outputs file names with a "./"
prepended. This is useless at best, which is when my CWD is actually the
top level of the repo. It gets seriously misleading whenever the CWD is
something different, e.g. a directory level below. A trivial example:

[EMAIL PROTECTED]: .../tmp/my-repo > darcs init
[EMAIL PROTECTED]: .../tmp/my-repo > mkdir subdir
[EMAIL PROTECTED]: .../tmp/my-repo > darcs add subdir 
[EMAIL PROTECTED]: .../tmp/my-repo > darcs record -a -m 'subdir added'
Finished recording patch 'subdir added'
[EMAIL PROTECTED]: .../tmp/my-repo > cd subdir 
[EMAIL PROTECTED]: .../my-repo/subdir > touch file-in-subdir
[EMAIL PROTECTED]: .../my-repo/subdir > darcs whatsnew -l .
What's new in "subdir":

a ./subdir/file-in-subdir

Would it be possible to remove this wart? (i hesitate calling it a bug)

Cheers
Ben

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to