emacs-devel
[Top][All Lists]
Advanced

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

Adding lib-src/blessmail to .bzrignore


From: Giorgos Keramidas
Subject: Adding lib-src/blessmail to .bzrignore
Date: Wed, 23 Jan 2013 22:05:17 +0100

When I run 'bzr status' in a checkout where I've recently built Emacs on
my laptop I see lib-src/blessmail:

    saturn:~/bzr/emacs/trunk$ bzr status
    unknown:
      lib-src/blessmail

No other files are displayed, so I patched the following change locally,
and it seems to DTRT:

%%%
saturn:~/bzr/emacs/trunk$ bzr diff -r 110543
=== modified file '.bzrignore'
--- .bzrignore    2012-12-10 20:47:57 +0000
+++ .bzrignore    2013-01-23 20:57:03 +0000
@@ -114,6 +114,7 @@
 lib/time.in-h
 lib/unistd.in-h
 lib/cxxdefs.h
+lib-src/blessmail
 lib-src/ctags
 lib-src/ctags.c
 lib-src/ebrowse

=== modified file 'ChangeLog'
--- ChangeLog     2013-01-19 20:38:13 +0000
+++ ChangeLog     2013-01-23 20:59:28 +0000
@@ -1,3 +1,7 @@
+2013-01-23  Giorgos Keramidas  <address@hidden>
+
+       * .bzrignore: add lib-src/blessmail.
+
 2013-01-19  Glenn Morris  <address@hidden>
 
        * Makefile.in (install-arch-indep): Put back a chmod that was

saturn:~/bzr/emacs/trunk$
%%%

This is really just a _very_ minor thing, but I thought I'd send it
anyway.

-- 
Giorgos Keramidas; address@hidden



reply via email to

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