Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/hgweb/webcommands.py @ 24868:9668c653eb9d stable
webcommands: fix description of manifest default behavior
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Mon, 27 Apr 2015 19:13:55 -0300 |
parents | 6d97ca3f05ba |
children | 917b5a071888 |
comparison
equal
deleted
inserted
replaced
24867:6d97ca3f05ba | 24868:9668c653eb9d |
---|---|
457 /manifest[/{revision}[/{path}]] | 457 /manifest[/{revision}[/{path}]] |
458 ------------------------------- | 458 ------------------------------- |
459 | 459 |
460 Show information about a directory. | 460 Show information about a directory. |
461 | 461 |
462 If the URL path arguments are defined, information about the root | 462 If the URL path arguments are omitted, information about the root |
463 directory for the ``tip`` changeset will be shown. | 463 directory for the ``tip`` changeset will be shown. |
464 | 464 |
465 Because this handler can only show information for directories, it | 465 Because this handler can only show information for directories, it |
466 is recommended to use the ``file`` handler instead, as it can handle both | 466 is recommended to use the ``file`` handler instead, as it can handle both |
467 directories and files. | 467 directories and files. |