octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53508] "untracked file differs" complication


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53508] "untracked file differs" complication checking out tagged release-4-2-2
Date: Wed, 28 Mar 2018 18:25:51 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

Follow-up Comment #4, bug #53508 (project octave):

Yes it is desired. I run 'hg clean' all the time (which is an alias for 'hg
purge'). The point of the .hgignore list is that the source tree should show
up as "clean" even when Octave is fully built.

'hg clean --print' or 'hg status' should only show unknown files that are
truly unexpected, like a newly added .m file, a .rej file from a patch
command, an octave-workspace file, or some image file from some manual
testing. 'hg clean' should not delete built files that are expected to be
there after 'bootstrap' or 'make'. That is what 'hg clean --all' is for.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53508>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]