|
|
|
|
|
by kilotaras
3475 days ago
|
|
Beauty of revsets is their ubiquity. Diff would be `hg diff -r 'ancestor(default, experiment)' -r experiment` Want to list commits in experiment? Just change diff to log. Generate patch file with all commits? Change it to export. |
|