Files marked obsolete
Simon King
simon at simonking.org.uk
Mon Apr 18 10:16:53 UTC 2016
On Sun, Apr 17, 2016 at 4:03 PM, Ralph Alvy <ralph at ralphalvy.com> wrote:
> Please excuse my lack of experience here. I’m very new to version control.
> After trying both Git and Mercurial, I found Mercurial much more intuitive.
> I’m using SourceTree with Mercurial.
>
> After deleting 2 unnecessary source files, my SourceTree FileList shows,
> as expected, those 2 files are marked with a '-' sign. No problem. I assume
> doing a Commit with those Staged will remove them from Tracking. But I also
> see 2 new files marked with '?' that are copies of the 2 deleted files,
> appended with ".obsolete" and a timestamp. What happens if I Stage those
> files before doing the Commit?
>
>
I doubt those files were created either by Mercurial or SourceTree; I
assume they were created by some other tool that you are using at the same
time.
Mercurial will treat them just like any other file - if you use "hg add" or
the SourceTree equivalent, and then commit them, Mercurial will start
tracking them.
Hope that helps,
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20160418/d7b72443/attachment-0002.html>
More information about the Mercurial
mailing list