JavaScript:ActionMonkey: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 40: Line 40:
* Install MozillaBuild, from the [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla build instructions]
* Install MozillaBuild, from the [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla build instructions]
* Use xemacs to add the contents of the script at [http://www.selenic.com/mercurial/wiki/index.cgi/MergingManuallyInEditor] to ~/.hgmerge using the command <code>xemacs ~/.hgmerge</code>.
* Use xemacs to add the contents of the script at [http://www.selenic.com/mercurial/wiki/index.cgi/MergingManuallyInEditor] to ~/.hgmerge using the command <code>xemacs ~/.hgmerge</code>.
* Run the following command in MozillaBuild to hook up merge functionality:
* Run the following commands in MozillaBuild:


  echo -e '[ui]\nmerge = ~/.hgmerge' > ~/.hgrc
  echo -e '[ui]\nmerge = ~/.hgmerge' > ~/.hgrc
  chmod +x ~/.hgmerge
  chmod +x ~/.hgmerge
echo -e '\nexport PATH=$PATH:/c/Mercurial' >> ~/.bash_login


* Install Mercurial from http://www.selenic.com/mercurial/wiki/index.cgi/BinaryPackages (use the first Windows site), and make sure the "change environment" checkbox in the installer's final page is checked.
* Install Mercurial from http://www.selenic.com/mercurial/wiki/index.cgi/BinaryPackages (use the first Windows site), and make sure the "change environment" checkbox in the installer's final page is checked.
<!--* Install GNU make 3.81 or later.  (<tt>sudo port install gmake</tt>, but watch out: an older version is probably still in your <tt>PATH</tt>.)-->
<!--* Install GNU make 3.81 or later.  (<tt>sudo port install gmake</tt>, but watch out: an older version is probably still in your <tt>PATH</tt>.)-->
* Log out of and back into Windows to pick up Mercurial's environment changes.
* <tt>hg clone http://hg.mozilla.org/actionmonkey</tt>
* <tt>hg clone http://hg.mozilla.org/actionmonkey</tt>
* <tt>cd actionmonkey</tt>
* <tt>cd actionmonkey</tt>
Confirmed users
446

edits