add general extension description default tip
authorAleix Conchillo Flaque <aconchillo@ice.csic.es>
Tue Feb 24 09:48:42 2009 +0100 (2009-02-24)
changeset 13eb3d35599cb2
parent 12 d456332497ba
add general extension description
deps.py
     1.1 --- a/deps.py	Mon Mar 17 13:21:57 2008 +0100
     1.2 +++ b/deps.py	Tue Feb 24 09:48:42 2009 +0100
     1.3 @@ -15,6 +15,8 @@
     1.4  # You should have received a copy of the GNU General Public License
     1.5  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
     1.6  
     1.7 +'''create and manage versioned repository dependencies'''
     1.8 +
     1.9  import os
    1.10  import re
    1.11  
    1.12 @@ -24,7 +26,7 @@
    1.13  from mercurial import cmdutil, commands, fancyopts, hg, util
    1.14  
    1.15  def deps(ui, repo, tag = None, **opts):
    1.16 -    '''create and manage repository dependencies
    1.17 +    '''create and manage versioned repository dependencies
    1.18  
    1.19      This extension is useful when a repository might depend on some
    1.20      external dependencies: other repositories (Mercurial, CVS,