Add option --versioned to scrape verb#135
Conversation
... to allow storing the current version label of unmanaged repos
|
Note that this also includes #106 as I was in need of this feature as well. |
| description=__MULTIPRO_CMD_DICT__["scrape"], | ||
| epilog="See: http://www.ros.org/wiki/rosinstall for details\n") | ||
| parser.add_option("-y", "--confirm", dest="confirm", default='', | ||
| parser.add_option("-y", "--confirm", dest="confirm", default=False, |
There was a problem hiding this comment.
Could you please also update the bash completions if adding command-line options: https://github.com/vcstools/wstool/blob/master/completion/wstool-completion.bash
There was a problem hiding this comment.
scrape wasn't in the bash completion list before, but I added it with all its options now 😉
|
Hi @wjwwood, |
|
I fixed the unrelated Travis issues in #137. |
|
This PR seems very interesting. Any idea why it was not merged nor commented? |
|
@romainreignier : It seems reasonable to assume it#s the same reason as for all other open PRs. |
|
@tkruse If I understand well, this tool is kind of unmaintained, right? |
|
@romainreignier : yes, kind of |
|
Is there any plans on merging this? It is a very useful feature when developing with a team and you have multiple repositories you are modifying that depend on each other, one can use this to create a new rosinstall file with the exact state of the workspace and provide it to another developer to quickly get there machine to the exact state you are developing from for testing. |
|
Ping! |
|
Closing since the repository is about to be archived: see #154. |
This implements #124.