Ticket #1577 (new defect)
Opened 8 years ago
(python) undelete fails with full path
Reported by: | jweiss | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | The Distant Future |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
The python version of undelete fails if given a full path (unless you include the '.#' in the argument):
speaker-for-the-dead:~/work-area/www$ delete foo
speaker-for-the-dead:~/work-area/www$ undelete foo
undelete: .#foo undeleted
speaker-for-the-dead:~/work-area/www$ cd ~
speaker-for-the-dead:~$ delete ~/work-area/www/foo
speaker-for-the-dead:~$ undelete ~/work-area/www/foo
Exit 1
speaker-for-the-dead:~$ undelete ~/work-area/www/.#foo
undelete: /afs/athena.mit.edu/user/j/w/jweiss/work-area/www/.#foo undeleted
speaker-for-the-dead:~$
Note: See
TracTickets for help on using
tickets.