<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.emacs.dvc.devel">
    <title>gmane.emacs.dvc.devel</title>
    <link>http://blog.gmane.org/gmane.emacs.dvc.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2908"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2904"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2903"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2901"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2900"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2898"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2897"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2894"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2893"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2892"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2891"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2888"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2878"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2876"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2875"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2873"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2872"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2871"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2869"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.emacs.dvc.devel/2868"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2908">
    <title>bzr-missing fails silently with no network connection</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2908</link>
    <description>&lt;pre&gt;Good Morning,

I noticed the following behavior yesterday on my laptop, and was able to
replicate it today on my workstation:

1.  Turn off networking
2. M-x cd RET ~/.emacs/dvc RET bzr-missing RET
3. Minibuffer reads: No missing revisions: Branches are up to date.
4. Go to shell:

Here's my version info:

GNU Emacs 24.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.24.13) of
2012-11-17 on buildvm-30.phx2.fedoraproject.org

Bazaar (bzr) 2.5.0
  Python interpreter: /usr/bin/python 2.7.3
  Python standard library: /usr/lib64/python2.7
  Platform: Linux-3.6.10-2.fc17.x86_64-x86_64-with-fedora-17-Beefy_Miracle
  bzrlib: /usr/lib64/python2.7/site-packages/bzrlib
  Bazaar configuration: /home/joel/.bazaar
  Bazaar log file: /home/joel/.bzr.log

I'd be happy to work on this, as I've been looking to dig into some
Emacs Lisp code.

Thanks,

Joel

&lt;/pre&gt;</description>
    <dc:creator>Joel J. Adamson</dc:creator>
    <dc:date>2012-12-21T15:42:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2904">
    <title>xmtn* is already compiled annoying warning</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2904</link>
    <description>&lt;pre&gt;Hi,
with recent emacs, a warning is popping up when opening a new file with
tramp:

=&amp;gt; xmtn-match--contains-match-variable-p is already compiled

This is due to this that is no more needed I think, at least on
emacs-24.2.(xmtn-match.el)

--8&amp;lt;---------------cut here---------------start-------------&amp;gt;8---
;; Make sure the function is compiled to avoid stack overflows.
;; Without this, DVC fails to build (in my configuration), since it
;; initially loads the elisp file as source.
(byte-compile 'xmtn-match--generate-branch)
;; I think the same may hold for this function (see message from Sam
;; Steingold on the dvc-dev list, 2007-07-09), although I haven't
;; tried very hard to reproduce it.
(byte-compile 'xmtn-match--contains-match-variable-p)
--8&amp;lt;---------------cut here---------------end---------------&amp;gt;8---

&lt;/pre&gt;</description>
    <dc:creator>Thierry Volpiatto</dc:creator>
    <dc:date>2012-10-09T10:47:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2903">
    <title>[commit] rev 591: Merged confirm-delete-unversioned branch from RoryYorke &lt;rory.yorke&lt; at &gt;gmail.com&gt;</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2903</link>
    <description>&lt;pre&gt;Committed revision 591 to http://bzr.xsteve.at/dvc/

Merged confirm-delete-unversioned branch from Rory Yorke &amp;lt;rory.yorke&amp;lt; at &amp;gt;gmail.com&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2012-06-26T21:13:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2901">
    <title>[commit] rev 590: Allow DVC to compile with XEmacsen</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2901</link>
    <description>&lt;pre&gt;Committed revision 590 to http://bzr.xsteve.at/dvc/

Allow DVC to compile with XEmacsen
  Patch from Nelson Ferreira &amp;lt;nelson.ferreira&amp;lt; at &amp;gt;ieee.org&amp;gt;
  * condition-case (require 'dired-x) ignoring errors
  
  * Only add uniquify-list-buffers-directory-modes to dvc-status-mode if
  it is bound.
  
  * Transform all ecase instances with 't' conditional to case, since
  ecase does not support otherwise clauses, despite the fact the GNU Emacs
  seems to violate Common Lisp there.
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2012-06-26T20:56:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2900">
    <title>[PATCH] Allow DVC to compile with XEmacsen</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2900</link>
    <description>&lt;pre&gt;
Did not attempt to run yet, but at least this makes it compile...

Summary of changes:

* condition-case (require 'dired-x) ignoring errors

* Only add uniquify-list-buffers-directory-modes to dvc-status-mode if
it is bound.

* Transform all ecase instances with 't' conditional to case, since
ecase does not support otherwise clauses, despite the fact the GNU Emacs
seems to violate Common Lisp there.

_______________________________________________
Dvc-dev mailing list
Dvc-dev&amp;lt; at &amp;gt;gna.org
https://mail.gna.org/listinfo/dvc-dev
&lt;/pre&gt;</description>
    <dc:creator>Nelson Ferreira</dc:creator>
    <dc:date>2012-06-22T22:36:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2898">
    <title>Turn off dvc tips?</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2898</link>
    <description>&lt;pre&gt;Hello

Is there a way I can turn off dvc tips after every commit?

With great respect,
Boris.
&lt;/pre&gt;</description>
    <dc:creator>Boris Kheyfets</dc:creator>
    <dc:date>2012-06-13T17:59:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2897">
    <title>confirm delete unversioned files</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2897</link>
    <description>&lt;pre&gt;Hi,

After accidentally hitting 'd' instead of 'a' one too many times, I made
a mod to ask the user to confirm deletion; it's at

  https://code.launchpad.net/~ryorke/dvc/confirm-delete-unversioned

AKA

  lp:~ryorke/dvc/confirm-delete-unversioned

It works fine with bzr; not sure if it needs to be tested with other
backends.

Regards,

Rory
&lt;/pre&gt;</description>
    <dc:creator>Rory Yorke</dc:creator>
    <dc:date>2012-04-06T12:26:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2894">
    <title>How do I bind to xgit-diff-mode-map?</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2894</link>
    <description>&lt;pre&gt;I have in my .emacs:

(require 'dvc-autoloads)

I try to bind delete-other-windows to M-1. I tried to do it:
(define-key 'xgit-diff-mode-map (kbd "M-1") 'delete-other-windows)
I got:
keymapp, xgit-diff-mode-map

I think the problem is - dvc is not loadede at start up. So I tired:
(eval-after-load "dvc-autoloads" '(define-key 'xgit-diff-mode-map (kbd
"M-1") 'delete-other-windows))

No help!
_______________________________________________
Dvc-dev mailing list
Dvc-dev&amp;lt; at &amp;gt;gna.org
https://mail.gna.org/listinfo/dvc-dev
&lt;/pre&gt;</description>
    <dc:creator>Boris Kheyfets</dc:creator>
    <dc:date>2012-03-23T11:10:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2893">
    <title>[commit] rev 589: xhg-gnus: xhg-gnus-import-patch: Improve errormessage</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2893</link>
    <description>&lt;pre&gt;Committed revision 589 to http://bzr.xsteve.at/dvc/

xhg-gnus: xhg-gnus-import-patch: Improve error message
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2012-02-17T21:49:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2892">
    <title>[commit] rev 588: Add new command: bzr-upload</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2892</link>
    <description>&lt;pre&gt;Committed revision 588 to http://bzr.xsteve.at/dvc/

Add new command: bzr-upload
  
  Add support for the bzr upload plugin
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2012-01-13T16:44:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2891">
    <title>[commit] rev 587: xhg-core: Implement xhg-prepare-environment toensure that LC_MESSAGES=C is used</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2891</link>
    <description>&lt;pre&gt;Committed revision 587 to http://bzr.xsteve.at/dvc/

xhg-core: Implement xhg-prepare-environment to ensure that LC_MESSAGES=C is used
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2012-01-10T21:46:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2888">
    <title>[commit] rev 586: dvc-unified.el: Require ffap</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2888</link>
    <description>&lt;pre&gt;Committed revision 586 to http://bzr.xsteve.at/dvc/

dvc-unified.el: Require ffap
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2011-12-15T21:40:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2878">
    <title>[BUG/FEATURE] dvc-find-file-hook is slow!</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2878</link>
    <description>&lt;pre&gt;

Please change the Subject header to a concise bug description or feature request.
In this report, remember to cover the basics, that is, what you 
expected to happen and what in fact did happen.
Please remove these instructions from your message.

Title says all.  It takes me 4 seconds just to do (find-library 'dvc-core)

Emacs  : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36)
 of 2011-09-04 on pluto.local
Package: Dvc 0

current state:
==============
(setq
 emacs-version "23.3.1"
 dvc-version "0"
 dvc-command-version "git version 1.7.6.1"
 baz-executable "baz"
 tla-apply-patch-mapping nil
 tla-arch-branch 'none
 tla-archive-list-mode-hook nil
 tla-bookmarks-cleanup-dont-prompt nil
 tla-bookmarks-file-name "bookmarks.el"
 tla-bookmarks-mode-hook nil
 tla-branch-list-mode-hook nil
 tla-button-revision-fn 'tla-revlog-any
 tla-category-list-mode-hook nil
 tla-changes-recursive t
 tla-commit-check-log-buffer-functions '(tla-commit-check-empty-headers tla-commit-check-empty-li&lt;/pre&gt;</description>
    <dc:creator>Dave Abrahams</dc:creator>
    <dc:date>2011-09-11T19:24:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2876">
    <title>[commit] rev 585: Merged from Stephen Leake: misc xmtn improvements</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2876</link>
    <description>&lt;pre&gt;Committed revision 585 to http://bzr.xsteve.at/dvc/

Merged from Stephen Leake: misc xmtn improvements
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2011-07-26T19:16:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2875">
    <title>rev 585: misc xmtn improvements</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2875</link>
    <description>&lt;pre&gt;Committed revision 585 to http://stephe-leake.org/dvc

misc xmtn improvements
  
  * lisp/Makefile.in (install): handle install xmtn-hooks.lua when built outside source directory
  
  * lisp/xmtn-automate.el (xmtn-automate--start-process): specify db for sync process; mtn 1.0 doesn't default to :memory:
    (xmtn--heads): don't do ignore-suspend-certs
  
  * lisp/xmtn-conflicts.el: allow overriding (resolved_internal)
  
  * Makefile.in (miscfiles): add dvc-intro.texinfo, fdl.texinfo

&lt;/pre&gt;</description>
    <dc:creator>Stephen Leake</dc:creator>
    <dc:date>2011-07-26T12:53:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2873">
    <title>Patch to add (required) files missing from snapshot build.</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2873</link>
    <description>&lt;pre&gt;The snapshot build at revno: 584 does not appear to include these two
files which are required to be able to build the debian package from the
snapshot tarball. Cheers, Bruce.
_______________________________________________
Dvc-dev mailing list
Dvc-dev&amp;lt; at &amp;gt;gna.org
https://mail.gna.org/listinfo/dvc-dev
&lt;/pre&gt;</description>
    <dc:creator>Bruce Tulloch</dc:creator>
    <dc:date>2011-07-26T04:16:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2872">
    <title>DVC revert (for hg) doesn't revert file buffer</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2872</link>
    <description>&lt;pre&gt;Hi,

I found what I think is a bug in DVC. If I do C-x V f R on the current
buffer, this happens (I copied and pasted this from the *Messages* buffer):

revert file: "/home/greenrd/hg/urweb-patches/lib/ur/list.ur" ? (y or n) 
hg revert finished
list.ur changed on disk; really edit the buffer? (y, n, r or C-h) 

What happened was that the file got reverted - but the buffer didn't!
Fortunately, emacs noticed as soon as I pressed a key - but I can't see
any valid reason to want this behaviour.

Is this a bug? And is this a general problem with DVC, or does it only
happen with revert (or only with revert for hg, even)?

Thanks,
&lt;/pre&gt;</description>
    <dc:creator>Robin Green</dc:creator>
    <dc:date>2011-06-27T22:24:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2871">
    <title>building/installing out-of-tree</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2871</link>
    <description>&lt;pre&gt;Hi!

Here's a small patch to allow building (resp. installing afterwards)
dvc out-of-tree.

Regards,
&lt;/pre&gt;</description>
    <dc:creator>Thomas Moschny</dc:creator>
    <dc:date>2011-05-11T14:40:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2869">
    <title>[commit] rev 584: Merged from Stephen Leake: dvc-get-buffer-createbugfix, xmtn improvements</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2869</link>
    <description>&lt;pre&gt;Committed revision 584 to http://bzr.xsteve.at/dvc/

Merged from Stephen Leake: dvc-get-buffer-create bugfix, xmtn improvements
&lt;/pre&gt;</description>
    <dc:creator>Stefan Reichör</dc:creator>
    <dc:date>2011-04-22T21:07:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2868">
    <title>rev 555: * lisp/dvc-buffers.el (dvc-get-buffer-create): ensure'default-directory' is an absolute path</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2868</link>
    <description>&lt;pre&gt;Committed revision 555 to http://stephe-leake.org/dvc

* lisp/dvc-buffers.el (dvc-get-buffer-create): ensure 'default-directory' is an absolute path

&lt;/pre&gt;</description>
    <dc:creator>Stephen Leake</dc:creator>
    <dc:date>2011-04-22T07:34:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.emacs.dvc.devel/2867">
    <title>rev 556: lots of xmtn improvements, other minor fixes</title>
    <link>http://comments.gmane.org/gmane.emacs.dvc.devel/2867</link>
    <description>&lt;pre&gt;Committed revision 556 to http://stephe-leake.org/dvc

lots of xmtn improvements, other minor fixes
  
  * lisp/xmtn-*: lots of xmtn improvements
  
  * lisp/Makefile.in (install): install xmtn-hooks.lua
  
  * texinfo/Makefile.in (alldeps): fix dvc-intro.texinfo for VPATH builds
  
  * lisp/dvc-log.el (dvc-dvc-log-edit): specify 'root' in call to dvc-get-buffer-create, to avoid symlink issues.
  
  * texinfo/dvc-intro.texinfo (Top): add xmtn-sync-review in menu
  
  * lisp/dvc-fileinfo.el (dvc-fileinfo-next, -prev): use dvc-make-ewoc-next
  
  * lisp/dvc-fileinfo.el (dvc-fileinfo-prev): fix typo in fileinfo-prev

&lt;/pre&gt;</description>
    <dc:creator>Stephen Leake</dc:creator>
    <dc:date>2011-04-22T07:35:06</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.emacs.dvc.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.emacs.dvc.devel</link>
  </textinput>
</rdf:RDF>
