I'm using Mercurial but I'm using the following as my branching model:
I have a feature that I'm working on, so it's in it's own feature branch. However, I have some smaller items I've changed in the development branch that I'd like to use while working on the specific feature way over yonder in the other branch. Is it permissible to merge development into that feature branch given this model? Or would that be violating this model?