Skip to content
Snippets Groups Projects
Commit 515c2786e1cf authored by Kevin Bullock's avatar Kevin Bullock
Browse files

revsets: let parents() return parents of working dir

This patch makes the 'set' argument to revset function parents() optional.
Like p1() and p2(), if no argument is given, returns the parent(s) of the
working directory.

Morally equivalent to 'p1()+p2()', as expected.
parent a5f7f1e9340e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment