##// END OF EJS Templates
[PATCH] file type fixes for the other 'OS'...
[PATCH] file type fixes for the other 'OS' -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] file type fixes for the other 'OS' From: K Thananchayan <thananck@yahoo.com> Filetype fixes: All working files and files in the repository are processed as binary. .hgignore is read as text when constructing ignorelist as this file is intended to be edited. manifest hash: c034cdcc54011fd3de9e32f1aa8b2b6f84e1b2b8 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCuNoRywK+sNU5EO8RAjarAJ9ScUoFL1A7mpO7qorCy6okhi0nggCcDgpp dfDl4dALGQA0PqXqtI+T5gU= =IVxr -----END PGP SIGNATURE-----

File last commit:

r392:ee4c80d2 default
r417:f2d1f5fd default
Show More
test-pull
21 lines | 229 B | text/plain | TextLexer
mpm@selenic.com
Add some more tests...
r336 #!/bin/bash
mkdir test
cd test
echo foo>foo
hg init
hg addremove
hg commit -t "1"
hg verify
mpm@selenic.com
test suite: fix timezone problems and port collision problem...
r382 hg serve -p 20059 2>/dev/null &
mpm@selenic.com
Add some more tests...
r336 cd ..
mkdir copy
cd copy
mpm@selenic.com
test suite: fix timezone problems and port collision problem...
r382 hg init http://localhost:20059/
mpm@selenic.com
Add some more tests...
r336 hg verify
hg co
cat foo
hg manifest
mpm@selenic.com
Tidy up conflict and pull tests...
r392 kill %hg