Mercurial > hg
comparison tests/test-hgwebdir @ 5580:f429e0e067a8
Fix style nit and add some comments to tests.
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Sun, 02 Dec 2007 10:12:26 +0100 |
parents | 733b50883f73 |
children | b90b72729a72 |
comparison
equal
deleted
inserted
replaced
5579:e15f7db0f0ee | 5580:f429e0e067a8 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 # Tests some basic hgwebdir functionality. Tests setting up paths and | |
3 # collection, different forms of 404s and the subdirectory support. | |
2 | 4 |
3 mkdir webdir | 5 mkdir webdir |
4 cd webdir | 6 cd webdir |
5 | 7 |
6 hg init a | 8 hg init a |