>>> "Nicolas" == Nicolas Pouillard <ertai(a)lrde.epita.fr> writes:
> + raise Failure, "
> + |You have unrecognized files in your working copy !
pas d'espace devant la ponctuation.
> + |This meant that these files won't be commited !
> + |You have some solutions to get rid of this limitation:
Mauvaise phrase, c'est pas une limitation.
> + |- You must put these files in some categories.
> + | For instance you can rename these files and put a `+' before
> + | to make it `precious':
> + | put `,' for `junk'
> + | put `\\' for `unmask'
> + | put `-' for `exclude'
> + |- You can also edit your configuration file (.vcs) to customize
> + | these categories. For example add this:
> + | ------------ .vcs ------------
> + | precious:
> + | - !re my_precious_file[0-9]*
> + | - !re .*\.patch
> + | ------------ .vcs ------------
> + |- You can also perform a partial commit and specify which files
> + | and directories commit. For example this command:
> + | #{@command} commit foo.c bar/
> + |
> + |Commit failed".head_cut!
> + end
> +
> Vcs.commited = edit_form!(files)
> message(files)