mercurial/help/deprecated.txt
changeset 37998 5fa4e29ba3e3
equal deleted inserted replaced
37997:71cf20d47f25 37998:5fa4e29ba3e3
       
     1 Mercurial evolves over time, some features, options, commands may be replaced by
       
     2 better and more secure alternatives. This topic will help you migrating your
       
     3 existing usage and/or configuration to newer features.
       
     4 
       
     5 Commands
       
     6 ========
       
     7 
       
     8 The following commands are still available but their use are not recommended:
       
     9 
       
    10 ``locate``
       
    11 
       
    12 This command has been replaced by `hg files`.
       
    13 
       
    14 ``parents``
       
    15 
       
    16 This command can be replaced by `hg summary` or `hg log` with appropriate
       
    17 revsets. See `hg help revsets` for more information.
       
    18 
       
    19 ``tip``
       
    20 
       
    21 The recommended alternative is `hg heads`.
       
    22 
       
    23 Options
       
    24 =======
       
    25 
       
    26 ``web.allowpull``
       
    27     Renamed to `allow-pull`.
       
    28 
       
    29 ``web.allow_push``
       
    30     Renamed to `allow-push`.