mercurial/commands.py
changeset 32376 46ba2cdda476
parent 32285 3a755652ce3a
child 32414 04baab18d60a
equal deleted inserted replaced
32375:ff874d34c856 32376:46ba2cdda476
    42     obsolete,
    42     obsolete,
    43     patch,
    43     patch,
    44     phases,
    44     phases,
    45     pycompat,
    45     pycompat,
    46     rcutil,
    46     rcutil,
       
    47     registrar,
    47     revsetlang,
    48     revsetlang,
    48     scmutil,
    49     scmutil,
    49     server,
    50     server,
    50     sshserver,
    51     sshserver,
    51     streamclone,
    52     streamclone,
    57 
    58 
    58 release = lockmod.release
    59 release = lockmod.release
    59 
    60 
    60 table = {}
    61 table = {}
    61 
    62 
    62 command = cmdutil.command(table)
    63 command = registrar.command(table)
    63 
    64 
    64 # label constants
    65 # label constants
    65 # until 3.5, bookmarks.current was the advertised name, not
    66 # until 3.5, bookmarks.current was the advertised name, not
    66 # bookmarks.active, so we must use both to avoid breaking old
    67 # bookmarks.active, so we must use both to avoid breaking old
    67 # custom styles
    68 # custom styles