Using Mercurial locally with CVS: Difference between revisions

m
http://developer.mozilla.org/en/docs/Mercurial tag for this file
(add .DS_Store to .hgignore)
m (http://developer.mozilla.org/en/docs/Mercurial tag for this file)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Note: that this is only useful for code that's still exclusively in CVS.'''
<!--
see http://developer.mozilla.org/en/docs/Mercurial
-->
This page is an introduction on how to use Mercurial locally with CVS.  That is, code is still checked out/committed to the Mozilla repository using CVS, but all local work is done using Mercurial.
This page is an introduction on how to use Mercurial locally with CVS.  That is, code is still checked out/committed to the Mozilla repository using CVS, but all local work is done using Mercurial.


Line 46: Line 51:
  .*/NONE
  .*/NONE
  \.\#.*$
  \.\#.*$
  \.DS_Store
  ^\.cvsignore$
^\.DS_Store$
  ^Makefile$
  ^Makefile$
  ^config\.log$
  ^config\.log$