emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117251: * notes/elpa: Use "git" instead of "bzr"


From: Stephen Berman
Subject: [Emacs-diffs] emacs-24 r117251: * notes/elpa: Use "git" instead of "bzr" in the name of machine to
Date: Mon, 16 Jun 2014 21:29:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117251
revision-id: address@hidden
parent: address@hidden
committer: Stephen Berman <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-06-16 23:29:08 +0200
message:
  * notes/elpa: Use "git" instead of "bzr" in the name of machine to
  clone the repository from.
modified:
  admin/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-2226
  admin/notes/elpa               elpa-20101104170006-o3iihzzxxiosmkjw-1
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2014-05-26 15:48:28 +0000
+++ b/admin/ChangeLog   2014-06-16 21:29:08 +0000
@@ -1,3 +1,8 @@
+2014-06-16  Stephen Berman  <address@hidden>
+
+       * notes/elpa: Use "git" instead of "bzr" in the name of machine to
+       clone the repository from.
+
 2014-05-26  Paul Eggert  <address@hidden>
 
        Include sources used to create macuvs.h.

=== modified file 'admin/notes/elpa'
--- a/admin/notes/elpa  2013-08-29 19:20:42 +0000
+++ b/admin/notes/elpa  2014-06-16 21:29:08 +0000
@@ -3,9 +3,9 @@
 The GNU Emacs package archive, at elpa.gnu.org, is managed using a Git
 repository named "elpa", hosted on Savannah.  To check it out:
 
-  git clone git://bzr.sv.gnu.org/emacs/elpa
+  git clone git://git.sv.gnu.org/emacs/elpa
   cd elpa
-  git remote set-url --push origin git+ssh://bzr.sv.gnu.org/srv/git/emacs/elpa
+  git remote set-url --push origin git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
   [create task branch for edits, etc.]
 
 Changes to this branch propagate to elpa.gnu.org via a "deployment" script run


reply via email to

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