Commit aefcfed
Support viewing files and diff from deleted branch
When trying to see files or view diff between files from a branch that has
been marked as deleted (like a reintegrated feature branch), websvn
displayed an error saying that file does not exist at that specific
revision, even though it actually does. Adding peg=<rev> fixes this.
Reference: ticket http://leetcode.net/mantis/view.php?id=237
Fixes #6
Signed-off-by: Damien Regad <[email protected]>1 parent 1a9d349 commit aefcfed
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments