[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu Feb 17 23:13:56 MST 2011


The branch, master has been updated
       via  86e90c5 Add .hg dir exclude to default_cvsignore list. Fixes bug 7957.
      from  e1fe1d5 Updated a comment to match a 3.0.x change.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 86e90c58f46dd13254e0dc38b9eea37589ace457
Author: Wayne Davison <wayned at samba.org>
Date:   Thu Feb 17 22:07:20 2011 -0800

    Add .hg dir exclude to default_cvsignore list.
    Fixes bug 7957.

-----------------------------------------------------------------------

Summary of changes:
 exclude.c |    2 +-
 rsync.yo  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/exclude.c b/exclude.c
index a8e830f..16b2a56 100644
--- a/exclude.c
+++ b/exclude.c
@@ -1036,7 +1036,7 @@ static char default_cvsignore[] =
 	" *.a *.olb *.o *.obj *.so *.exe"
 	" *.Z *.elc *.ln core"
 	/* The rest we added to suit ourself. */
-	" .svn/ .git/ .bzr/";
+	" .svn/ .git/ .hg/ .bzr/";
 
 static void get_cvs_excludes(uint32 rflags)
 {
diff --git a/rsync.yo b/rsync.yo
index af95b85..65daed5 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -1489,7 +1489,7 @@ initial items are marked as perishable -- see the FILTER RULES section):
 
 quote(quote(tt(RCS SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS .make.state
 .nse_depinfo *~ #* .#* ,* _$* *$ *.old *.bak *.BAK *.orig *.rej .del-*
-*.a *.olb *.o *.obj *.so *.exe *.Z *.elc *.ln core .svn/ .git/ .bzr/)))
+*.a *.olb *.o *.obj *.so *.exe *.Z *.elc *.ln core .svn/ .git/ .hg/ .bzr/)))
 
 then, files listed in a $HOME/.cvsignore are added to the list and any
 files listed in the CVSIGNORE environment variable (all cvsignore names


-- 
The rsync repository.


More information about the rsync-cvs mailing list