##// END OF EJS Templates
revert: move bulk of revert command from commands to cmdutil...
revert: move bulk of revert command from commands to cmdutil This revision has no functionality change. The code on the original commands.revert() function has been split. The first part of the original code, which checks that the command inputs are correct remains in commands.revert(). The rest of the function, which performs the actual revert operation has been moved into cmdutil.revert(). The purpose of this change is to make it easier to perform a revert operation, from other parts of the code. This may be used to implement reverting of subrepos.

File last commit:

r10595:47f9868d stable
r16304:a740fa28 default
Show More
Readme.html
37 lines | 1.8 KiB | text/html | HtmlLexer
Vadim Gelfer
make stuff for macos x binary package....
r1686 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Bryan O'Sullivan
Update binary installer files.
r4723 <!-- This is the second screen displayed during the install. -->
Vadim Gelfer
make stuff for macos x binary package....
r1686 <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #000fed}
span.s1 {text-decoration: underline}
span.s2 {font: 12.0px Courier}
</style>
</head>
<body>
<p class="p1"><b>Before you install</b></p>
<p class="p2"><br></p>
Lee Cantey
Make Readme.html reference current OS X release
r10595 <p class="p3">This is an OS X 10.6 version of Mercurial that depends on the default Python 2.6 installation.</p>
Vadim Gelfer
make stuff for macos x binary package....
r1686 <p class="p2"><br></p>
<p class="p1"><b>After you install</b></p>
<p class="p2"><br></p>
Lee Cantey
Make Readme.html reference current OS X release
r10595 <p class="p3">This package installs the <span class="s2">hg</span> executable in <span class="s2">/usr/local/bin</span> and the Mercurial files in <span class="s2">/Library/Python/2.6/site-packages/mercurial.</span></p>
Vadim Gelfer
make stuff for macos x binary package....
r1686 <p class="p2"><br></p>
Bryan O'Sullivan
Update binary installer files.
r4723 <p class="p1"><b>Documentation</b></p>
<p class="p2"><br></p>
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <p class="p3">Visit the <a href="http://mercurial.selenic.com/">Mercurial web site and wiki</a></p>
Bryan O'Sullivan
Update binary installer files.
r4723 <p class="p2"><br></p>
<p class="p3">There's also a free book, <a href="http://hgbook.red-bean.com/">Distributed revision control with Mercurial</a></p>
<p class="p2"><br></p>
Vadim Gelfer
make stuff for macos x binary package....
r1686 <p class="p1"><b>Reporting problems</b></p>
<p class="p2"><br></p>
<p class="p3">If you run into any problems, please file a bug online:</p>
Dirkjan Ochtman
change wiki/bts URLs to point to new hostname
r8936 <p class="p3"><a href="http://mercurial.selenic.com/bts/">http://mercurial.selenic.com/bts/</a></p>
Vadim Gelfer
make stuff for macos x binary package....
r1686 </body>
</html>