##// END OF EJS Templates
largefiles: use XDG and OS X-specific cache locations by default (issue3067)
largefiles: use XDG and OS X-specific cache locations by default (issue3067)

File last commit:

r12328:b63f6422 default
r15320:681267a5 stable
Show More
test-issue1089.t
25 lines | 297 B | text/troff | Tads3Lexer
http://mercurial.selenic.com/bts/issue1089
$ hg init
$ mkdir a
$ echo a > a/b
$ hg ci -Am m
adding a/b
$ hg rm a
removing a/b
$ hg ci -m m a
$ mkdir a b
$ echo a > a/b
$ hg ci -Am m
adding a/b
$ hg rm a
removing a/b
$ cd b
Relative delete:
$ hg ci -m m ../a