remove :commit config ("incoming" branch gets merged regularly)

This commit is contained in:
Max Penet 2012-08-14 22:11:28 +02:00
parent a89da94367
commit 69193dfc07
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
(cm-mode :repo "mozilla/rust" (cm-mode :repo "mozilla/rust"
:commit "incoming"
:fetcher github :fetcher github
:files ("src/etc/emacs/cm-mode.el")) :files ("src/etc/emacs/cm-mode.el"))

View file

@ -1,4 +1,3 @@
(rust-mode :repo "mozilla/rust" (rust-mode :repo "mozilla/rust"
:commit "incoming"
:fetcher github :fetcher github
:files ("src/etc/emacs/rust-mode.el")) :files ("src/etc/emacs/rust-mode.el"))