Skip to content

Support for Fossil VCS#224

Open
takluyver wants to merge 1 commit intomainfrom
fossil
Open

Support for Fossil VCS#224
takluyver wants to merge 1 commit intomainfrom
fossil

Conversation

@takluyver
Copy link
Member

From discussion on #133.

This code apparently worked for @richieadler, but I haven't checked it carefully yet, just added it to git. Anyone else with an interest in Fossil, please take a look!

return p

def _repo_paths_to_directory_paths(paths, directory):
# 'fossil ls' gives paths from repo root, which may not be our directory.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It may need to add the

directory = directory.resolve()

that was included in hg.py, just to be consistent, but other than that, this still works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants