graphical interface to bzr ignore ?
Matthieu Moy
Matthieu.Moy at imag.fr
Wed May 20 07:55:14 BST 2009
Xavier Maillard <xma at gnu.org> writes:
> Hi,
>
> I have initialized a new repo with many things to track
> already. Before doing bzr add ., I want to ignore many files (old
> files, backup, ...).
>
> Is there anything "graphical" to achieve my goal (graphical == either
> ncurse or something like that).
Keep in mind that "bzr ignore foo" is roughly "echo foo >>
.bzrignore". So,
bzr ls --ignored >> .bzrignore
$EDITOR .bzrignore
can help.
Otherwise, in Emacs-DVC : M-x dvc-status RET, then 'm' to mark files,
and then '# i' to ignore them.
--
Matthieu
More information about the bazaar
mailing list