Mercurial > hg
changeset 456:d6ac88a738c4
More FAQ bits.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
More FAQ bits.
manifest hash: dd8aa534d3e72aa33f4fd7270d3750cefc2c40a9
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCu54aywK+sNU5EO8RAud5AJ4699rQiuiZ2TKdZzkG6iGU/UaG8wCgr4Jz
euPp7E7arLNoOYtzCbGCSks=
=l3sX
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Thu, 23 Jun 2005 21:46:02 -0800 |
parents | 8d43dfdfb514 |
children | 12e0fdbc57a0 |
files | doc/FAQ.txt |
diffstat | 1 files changed, 28 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/FAQ.txt Thu Jun 23 18:49:38 2005 -0800 +++ b/doc/FAQ.txt Thu Jun 23 21:46:02 2005 -0800 @@ -173,7 +173,34 @@ working Windows version is probably not far off -Section 2: Technical +Section 2: Bugs and Features +---------------------------- + +.Q. I found a bug, what do I do? + +Report it to the mercurial mailing list, mercurial@selenic.com. + + +.Q. What should I include in my bug report? + +Enough information to reproduce or diagnose the bug. If you can, try +using the hg -v and hg -d switches to figure out exactly what +Mercurial is doing. + +If you can reproduce the bug in a simple repository, that is very +helpful. The best is to create a simple shell script to automate this +process, which can then be added to our test suite. + + +.Q. Can Mercurial do <x>? + +If you'd like to request a feature, send your request to +mercurial@selenic.com. As Mercurial is still very new, there are +certainly features it is missing and you can give up feedback on how +best to implement them. + + +Section 3: Technical -------------------- .Q. What limits does Mercurial have?