emacs-devel
[Top][All Lists]
Advanced

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

Re: Redesigh of the VC front end


From: Dan Nicolaescu
Subject: Re: Redesigh of the VC front end
Date: Tue, 06 May 2008 11:05:27 -0700

Paul R <address@hidden> writes:

  > Dan Nicolaescu <address@hidden> writes:
  > 
  > > What exactly are the mercurial commands that do nothing when passed
  > > directories?  status, log, ci and diff seem to DTRT.
  > 
  > add, rm, status etc will iterate on any content of the folder, but do
  > nothing on the folder itself. IOW, if there is no content, nothing
  > happens.

status seems to return the status of files in a subdir just fine.

hg add subdir seems to add all the files in the subdir, this is fine for
   what we want to do in VC.

hg rm subdir seems to remove all the files in the subdir, this is fine
for what we want to do in VC.

Do you have any other scenarios that might be questionable?  Precise
examples of commands/sequences of commands would be helpful.




reply via email to

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