You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a general idea, in git when You iterate the log, it shows You only log for current (e.g. master) branch. This is much different than what mercurial is showing.
My proposal is to add, 'getiterator(branch=None)' function that will generate iterator function for mercurial repository and will iterate only on revision for passed branch parameter. That would be a nice addition to next/prev functions of changeset.
As a general idea, in git when You iterate the log, it shows You only log for current (e.g. master) branch. This is much different than what mercurial is showing.
My proposal is to add, 'getiterator(branch=None)' function that will generate iterator function for mercurial repository and will iterate only on revision for passed branch parameter. That would be a nice addition to next/prev functions of changeset.
Reference: https://bitbucket.org/marcinkuzminski/vcs/issues/44/
The text was updated successfully, but these errors were encountered: