Confirm normal use of bzr

Asked by Chucky

As bug 1175462 has been living a life of its own for nearly two years (and I am not criticizing here), I need a confirmation:

Is the reproduction scenario below a reasonable usage of bzr (and thus, one has to wait for the bug to be fixed or propose a patch) or is it simply a wrong assumption about the way one is intended to use Bazaar ?

Reproduction scenario:
 * step 1: create a folder (mkdir foobar)
 * step 2: add folder to bzr revision control (bzr add foobar)
 * step 3: shelve it _before_ committing it (bzr shelve -m "current-task" foobar)

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu bzr Edit question
Assignee:
No assignee Edit question
Solved by:
Vincent Ladeuil
Solved:
Last query:
Last reply:
Revision history for this message
Best Vincent Ladeuil (vila) said :
#1

It's a bug.

Revision history for this message
Chucky (lechuck) said :
#2

Thanks.

Will look in the source code if I can do smthg useful to fix it.

Revision history for this message
Chucky (lechuck) said :
#3

Thanks Vincent Ladeuil, that solved my question.