Is there a mercurial equivalent of "svn changelist" ?

Steve Borho steve at borho.org
Wed Apr 14 08:54:41 CDT 2010


On Wed, Apr 14, 2010 at 6:56 AM, Dirkjan Ochtman <dirkjan at ochtman.nl> wrote:
> (please keep it on the list)
>
> On Wed, Apr 14, 2010 at 13:50, szczepiq <szczepiq at gmail.com> wrote:
>> Thanks for info.
>>
>> I played with record extension but I think it is not what I need.
>>
>> I'm looking for a way of separating some changes so that it is easier to
>> commit selectively. Example: I have a configuration file that is changed but
>> I don't want to commit this change. I have bunch of other files with valid
>> changes that I want to commit. In svn I was able to mark the files I don't
>> want to check-in using a 'changelist' feature. This way it was easier to
>> avoid a mistake of committing files I don't want to commit.

For the command line, there's the record extension.

But a commit tool does this even better.  I recommend TortoiseHg (hgtk)

--
Steve Borho


More information about the Mercurial mailing list