Re: [LrdeTools] 252: Forbid commits with unrecognized files.

"Nicolas" == Nicolas Pouillard <ertai@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)

On 9/30/05, Akim Demaille <akim@lrde.epita.fr> wrote:
"Nicolas" == Nicolas Pouillard <ertai@lrde.epita.fr> writes:
+ raise Failure, " + |You have unrecognized files in your working copy !
pas d'espace devant la ponctuation.
Ok.
+ |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.
Comment j'appel ça alors ? -- Nicolas Pouillard aka Ertai <ertai@feydakins.org> http://uttk.org Uttk -- Unified Test Tool Kit
participants (2)
-
Akim Demaille
-
Nicolas Pouillard