UNH AI Wiki

 

hg diff

Page history last edited by Anonymous 1 yr ago
  • hg diff allows you to generate a standardized diff file of files within your repository.
  • hg diff -r $v1 -r $v2 $file
    • hg diff -r tip -r 0 $file will compare $file against the root of the repository for example

Comments (0)

You don't have permission to comment on this page.