We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think we talked about this some day.
{{{
In [7]: repogit.revisions[-1] Out[7]: '37c683ffc98ac5778ee49bd8f695d8bcdb4412be'
In [8]: repohg.revisions[-1] Out[8]: 245 }}}
is this a problem to change that the Mercurial will return the same thing as git ?
Reference: https://bitbucket.org/marcinkuzminski/vcs/issues/36/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think we talked about this some day.
{{{
!python
In [7]: repogit.revisions[-1]
Out[7]: '37c683ffc98ac5778ee49bd8f695d8bcdb4412be'
In [8]: repohg.revisions[-1]
Out[8]: 245
}}}
is this a problem to change that the Mercurial will return the same thing as git ?
Reference: https://bitbucket.org/marcinkuzminski/vcs/issues/36/
The text was updated successfully, but these errors were encountered: