##// END OF EJS Templates
Make hg add foo; hg mv foo bar work....
Make hg add foo; hg mv foo bar work. - foo will be removed (the user has a copy of its contents in bar) - bar will not be marked as a copy (there was no committed version of foo). We print a warning telling that to the user. Fixes issue269.

File last commit:

r4365:46280c00 default
r4744:44e17f50 default
Show More
test-install
3 lines | 27 B | text/plain | TextLexer
Matt Mackall
Add debuginstall command to do basic install tests
r3844 #!/bin/sh
Alexis S. L. Carvalho
change tests to use simplemerge by default
r4365 hg debuginstall