subdir is always from repo root, not current dir
Bug #252188 reported by
Selene ToyKeeper
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Merge-Into Plugin |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Using bzr-merge-into r6, I've found that the 'subdir' parameter must be specified from the repo root. This is unintuitive when doing something such as...
% cd myproject/
% bzr merge-into ~/themes/newtheme newtheme
All changes applied successfully.
successful
% bzr ci -m 'merged newtheme into themes/'
% ls newtheme
/bin/ls: newtheme: No such file or directory
Related branches
To post a comment you must log in.
I fixed this in my branch. It's pretty trivial.