8 lines
274 B
ReStructuredText
8 lines
274 B
ReStructuredText
**********************************************************************
|
|
Revision parsing
|
|
**********************************************************************
|
|
|
|
You can use any of the fancy `<rev>` forms supported by libgit2::
|
|
|
|
>>> commit = repo.revparse_single('HEAD^')
|