hgext/__init__.py
author Adrian Buehlmann <adrian@cadifra.com>
Fri, 18 Feb 2011 20:25:25 +0100
branchstable
changeset 13447 931a72e00efa
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
introduce new RequirementError (issue2649) This improves the misleading error message $ hg identify abort: there is no Mercurial repository here (.hg not found)! to the more explicit $ hg identify abort: requirement 'fake' not supported! for all commands in commands.optionalrepo, which includes the identify and serve commands in particular. This is for the case when a new entry in .hg/requires will be defined in a future Mercurial release.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder