mercurial/commands.py
changeset 10448 6e5a47398fc5
parent 10446 a565a2445eb5
child 10479 bb508b312359
equal deleted inserted replaced
10447:e957cc7cbd14 10448:6e5a47398fc5
    39          $ hg status
    39          $ hg status
    40          ? foo.c
    40          ? foo.c
    41          $ hg add
    41          $ hg add
    42          adding foo.c
    42          adding foo.c
    43          $ hg status
    43          $ hg status
       
    44          A foo.c
    44     """
    45     """
    45 
    46 
    46     bad = []
    47     bad = []
    47     names = []
    48     names = []
    48     m = cmdutil.match(repo, pats, opts)
    49     m = cmdutil.match(repo, pats, opts)