debian/compat
author Laurent Charignon <lcharignon@fb.com>
Wed, 17 Jun 2015 10:30:07 -0700
changeset 1371 30d42079f4a2
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
directaccess: add some commands to the directaccess list Before this patch we had a limited list of commands in the directaccess list. This patch adds about 20 commands to that list: - all the read-only commands in core supporting a rev as an argument - 'outgoing': since people can use 'outgoing' to know what is going to be pushed, the output of hg outgoing should be consistent with to the output of hg push and must therefore disallow directaccess since hg push forbids it.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
531
b18b00036355 pkg/debian: Debian packaging
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     1
8