Skip to content
Snippets Groups Projects
Commit 37cdf1fc authored by Katsunori FUJIWARA's avatar Katsunori FUJIWARA
Browse files

localrepo: make "undofiles()" return list of tuples "(vfs, relative filename)"

Before this patch, "localrepository.undofiles()" returns list of
absolute filename of undo files.

This patch makes it return list of tuples "(vfs, relative filename)"
to access undo files via vfs.

This patch also changes "repair.strip()", which is the only user of
"localrepository.undofiles()".
parent ef377f2e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment