New submission from Jonathon Mah <[EMAIL PROTECTED]>:

The annotate command does not work consistently with paths with spaces:

% mkdir testrepo
% cd testrepo ; darcs init
% mkdir with\ spaces
% echo content > "with spaces"/file
% darcs record -al
% darcs changes with\ spaces/file
Changes to with spaces/file:

Mon Dec 19 23:44:11 CST 2005  Author
  * First patch
% darcs annotate with\ spaces/file

darcs failed:  There is no file or directory named 'with spaces/file'
% darcs annotate with\\32\\spaces/file
# File with\32\spaces/file created by [First patch
# Author**20051219131411]  as ./with\32\spaces/file

% cd "with spaces" ; darcs annotate file

darcs failed:  There is no file or directory named 'with spaces/file'

----------
messages: 246
nosy: droundy, jonathon, tommy
priority: urgent
status: unread
title: Annotate doesn't correctly escape paths

____________________________________
Darcs issue tracker <[EMAIL PROTECTED]>
<http://bugs.darcs.net/issue65>
____________________________________

_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to