I emailed two bundles home from my day job and attempted to import them using
the same syntax I used with hg import:
[smithm@server nixedit]$ hg unbundle ~/incoming/nixedit-changeset-20060424*
unbundle: invalid arguments
hg unbundle [-u] FILE/
....
I repeated the unbundle with a single file argument and had no problems. I could
easily write a loop for this, but multiple space separated arguments (as
generated by a shell) are a unix standard so I decided to file an issue.
I have had a bit of a look at import_ and unbundle in commands.py and I can see
where the change should probably be made but my python skills are so bad I don't
know how arguments are delivered to those functions. Somebody else can probably
implement this with less difficulty than me.
|