sapling/mercurial/hgweb
John Mulligan 8806103077 localrepo: remove 'closed' argument to heads(...) function
- repository heads are not associated with the closed attribute, so
remove it making the code in line with the concept.
- Fix functions that were calling heads with the parameter.
- Adjust webcommands.branches to include the concept of inactive
as well as open and closed branches
- Fix code and docstrings in commands to make the correct use of
closed branches & branch heads clearer
- Improve grammar of 'hg heads' help text (2nd submission)

this does not alter the cli for hg branches, that work is
still to be done
2009-06-10 19:11:49 -04:00
..
__init__.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
common.py Generally replace "file name" with "filename" in help and comments. 2009-06-09 09:25:17 -04:00
hgweb_mod.py wrap string literals in error messages 2009-05-31 01:30:16 +02:00
hgwebdir_mod.py wrap string literals in error messages 2009-05-31 01:30:16 +02:00
protocol.py named branches: server branchmap wire protocol support (issue736) 2009-05-23 17:02:49 +02:00
request.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
server.py wrap string literals in error messages 2009-05-31 01:30:16 +02:00
webcommands.py localrepo: remove 'closed' argument to heads(...) function 2009-06-10 19:11:49 -04:00
webutil.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00
wsgicgi.py updated license to be explicit about GPL version 2 2009-04-26 01:08:54 +02:00