equal
deleted
inserted
replaced
3846 |
3846 |
3847 - show the source of a grafted changeset:: |
3847 - show the source of a grafted changeset:: |
3848 |
3848 |
3849 hg log --debug -r . |
3849 hg log --debug -r . |
3850 |
3850 |
|
3851 - show revisions sorted by date:: |
|
3852 |
|
3853 hg log -r 'sort(all(), date)' |
|
3854 |
3851 See :hg:`help revisions` and :hg:`help revsets` for more about |
3855 See :hg:`help revisions` and :hg:`help revsets` for more about |
3852 specifying revisions. |
3856 specifying revisions. |
3853 |
3857 |
3854 Returns 0 on successful completion. |
3858 Returns 0 on successful completion. |
3855 ''' |
3859 ''' |