docs/from-mq.rst
changeset 208 05d6e3e36980
parent 182 33b9cb1ce659
child 227 abe52cf492ee
equal deleted inserted replaced
207:15a89eeff66f 208:05d6e3e36980
    35 output qseries has.
    35 output qseries has.
    36 
    36 
    37 This will result in something like that::
    37 This will result in something like that::
    38 
    38 
    39   [alias]
    39   [alias]
    40   wip = log -r 'not public()' --template='{rev}:{node|short} {description|firstline}\n'
    40   wip = log -r 'not public()' --template='{rev}:{node|short} {desc|firstline}\n'
    41 
    41 
    42 hg qnew
    42 hg qnew
    43 ````````
    43 ````````
    44 
    44 
    45 With evolve you handle standard changesets without an additional overlay.
    45 With evolve you handle standard changesets without an additional overlay.