Mercurial > hg
diff 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 |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Apr 04 06:27:12 2016 +0000 +++ b/mercurial/commands.py Tue Jan 12 09:30:24 2016 +0000 @@ -4056,7 +4056,7 @@ - show revisions sorted by date:: - hg log -r 'sort(all(), date)' + hg log -r "sort(all(), date)" See :hg:`help revisions` and :hg:`help revsets` for more about specifying revisions.