[Pkg-bazaar-commits] ./bzr/unstable r363: - do upload CHANGELOG to web server, even though it's autogenerated

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:43:44 UTC 2009


------------------------------------------------------------
revno: 363
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-05-05 16:38:18 +1000
message:
  - do upload CHANGELOG to web server, even though it's autogenerated
modified:
  .rsyncexclude
  bzrlib/__init__.py
-------------- next part --------------
=== modified file '.rsyncexclude'
--- a/.rsyncexclude	2005-04-09 06:36:40 +0000
+++ b/.rsyncexclude	2005-05-05 06:38:18 +0000
@@ -13,3 +13,5 @@
 .#*
 testrev.*
 /tmp
+# do want this after all
++ CHANGELOG

=== modified file 'bzrlib/__init__.py'
--- a/bzrlib/__init__.py	2005-05-05 02:46:17 +0000
+++ b/bzrlib/__init__.py	2005-05-05 06:38:18 +0000
@@ -31,10 +31,11 @@
                   '.*.swp', '.*.tmp',
                   '*.tmp', '*.bak', '*.BAK', '*.orig',
                   '*.o', '*.obj', '*.a', '*.py[oc]', '*.so', '*.exe', '*.elc', 
-                  '{arch}', 'CVS', '.svn', '_darcs', 'SCCS', 'RCS',
+                  '{arch}', 'CVS', 'CVS.adm', '.svn', '_darcs', 'SCCS', 'RCS',
                   '*,v',
                   'BitKeeper',
-                  'TAGS', '.make.state', '.sconsign', '.tmp*']
+                  'TAGS', '.make.state', '.sconsign', '.tmp*',
+                  '.del-*']
 
 IGNORE_FILENAME = ".bzrignore"
 



More information about the Pkg-bazaar-commits mailing list