comparison mercurial/commands.py @ 28797:9b52094bb04d

graft: use double quotes for arguments You can't use single quotes in cmd.exe. See be7ef03d7fb6.
author timeless <timeless@mozdev.org>
date Tue, 12 Jan 2016 09:30:24 +0000
parents f456834b2f7e
children 5a398627db92
comparison
equal deleted inserted replaced
28796:08a686a4a0a2 28797:9b52094bb04d
4054 4054
4055 hg log --debug -r . 4055 hg log --debug -r .
4056 4056
4057 - show revisions sorted by date:: 4057 - show revisions sorted by date::
4058 4058
4059 hg log -r 'sort(all(), date)' 4059 hg log -r "sort(all(), date)"
4060 4060
4061 See :hg:`help revisions` and :hg:`help revsets` for more about 4061 See :hg:`help revisions` and :hg:`help revsets` for more about
4062 specifying revisions. 4062 specifying revisions.
4063 4063
4064 Returns 0 on successful completion. 4064 Returns 0 on successful completion.