tests/test-alias.t
changeset 18693 633cd0c46e6a
parent 18648 76b69cccb07a
child 18991 c1af1fb314bc
equal deleted inserted replaced
18692:af4387d8d1c7 18693:633cd0c46e6a
    15   > nodefinition =
    15   > nodefinition =
    16   > no--cwd = status --cwd elsewhere
    16   > no--cwd = status --cwd elsewhere
    17   > no-R = status -R elsewhere
    17   > no-R = status -R elsewhere
    18   > no--repo = status --repo elsewhere
    18   > no--repo = status --repo elsewhere
    19   > no--repository = status --repository elsewhere
    19   > no--repository = status --repository elsewhere
       
    20   > no--config = status --config a.config=1
    20   > mylog = log
    21   > mylog = log
    21   > lognull = log -r null
    22   > lognull = log -r null
    22   > shortlog = log --template '{rev} {node|short} | {date|isodate}\n'
    23   > shortlog = log --template '{rev} {node|short} | {date|isodate}\n'
    23   > positional = log --template '{\$2} {\$1} | {date|isodate}\n'
    24   > positional = log --template '{\$2} {\$1} | {date|isodate}\n'
    24   > dln = lognull --debug
    25   > dln = lognull --debug
   104   error in definition for alias 'no--repo': --repo may only be given on the command line
   105   error in definition for alias 'no--repo': --repo may only be given on the command line
   105   $ hg no--repository
   106   $ hg no--repository
   106   error in definition for alias 'no--repository': --repository may only be given on the command line
   107   error in definition for alias 'no--repository': --repository may only be given on the command line
   107   $ hg help no--repository
   108   $ hg help no--repository
   108   error in definition for alias 'no--repository': --repository may only be given on the command line
   109   error in definition for alias 'no--repository': --repository may only be given on the command line
       
   110   $ hg no--config
       
   111   error in definition for alias 'no--config': --config may only be given on the command line
   109 
   112 
   110 optional repository
   113 optional repository
   111 
   114 
   112 #if no-outer-repo
   115 #if no-outer-repo
   113   $ hg optionalrepo
   116   $ hg optionalrepo