Add support for branch depth in find branch command
I propose adding a "depth" or "level" filter-option for the branch find-object, to filter on branch namespace-depth (just like "Display branch levels" in Branch Explorer Display Options).
Example:
find branch where level < 3
6
votes
Göran Wallgren
shared this idea
-
Göran Wallgren commented
Ehrm, so how am I supposed to use grep in the query box in the Branches view inside the Plastic SCM GUI? ;P
-
Not too difficult to do, but it doesn't seem to have enough supporters.
Why don't you use some small grepping and counting? It is just about counting the slashes on the name :-) Some grepping + wc + something would do :-)