Is there a reason why some commands (such as view but also up or pull) don&#39;t accept more than one argument? I&#39;d really like to one day be able to do cd ~/src/bzr &amp;&amp; bzr pull *. git and svn do allow that, which is really useful.<div>

<br clear="all">J. Leclanche / Adys<br>
<br><br><div class="gmail_quote">On Mon, Jan 4, 2010 at 2:07 AM, Martin Pool <span dir="ltr">&lt;<a href="mailto:mbp@canonical.com">mbp@canonical.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

2010/1/4 Juanma Barranquero &lt;<a href="mailto:lekktu@gmail.com">lekktu@gmail.com</a>&gt;:<br>
&gt; Before filling a bugreport for a wishlist item, I wanted to ask<br>
&gt; whether this was discussed and rejected during the filtered views<br>
&gt; development.<br>
&gt;<br>
&gt; Why does view only allows to set files (or directories), and not<br>
&gt; wildcards? It could certainly be useful, for example in Emacs I would<br>
&gt; likely have a view<br>
&gt;<br>
&gt;  bzr view --name changelogs ChangeLog*<br>
&gt;<br>
&gt; There are 59 ChangeLog.* files in the Emacs tree, too many to add<br>
&gt; manually, and unwieldy in the message<br>
&gt;<br>
&gt;  Ignoring files outside view. View is ...<br>
&gt;<br>
&gt;    Juanma<br>
<br>
The general idea of having a view defined by a wildcard seems to make<br>
sense and you&#39;re welcome to add a bug asking for it.  It&#39;s probably<br>
feasible.<br>
<br>
However in the specific example you give, at least on unix, the glob<br>
is going to be expanded by the shell, so Bazaar won&#39;t know you didn&#39;t<br>
manually specify all those names.<br>
<font color="#888888"><br>
--<br>
Martin &lt;<a href="http://launchpad.net/~mbp/" target="_blank">http://launchpad.net/~mbp/</a>&gt;<br>
<br>
</font></blockquote></div><br></div>