- Mar 16, 2011
-
-
Martin Geisler authored
-
Martin Geisler authored
-
David Soria Parra authored
-
- Mar 15, 2011
-
-
Matt Mackall authored
-
- Mar 14, 2011
-
-
Patrick Mezard authored
-
Patrick Mezard authored
When converting directory additions/replacement with project directory set to root, _iterfiles() sometimes returned paths starting with a slash making following svn calls to fail. I could not reproduce the issue with hand-crafted repositories. Report and first analysis by Clinton Chau <clinton@clearcanvas.ca>
-
Patrick Mezard authored
Just check the files touched by the changesets.
-
Patrick Mezard authored
Before, only the first failure was reported: abort: b.txt should not have CRLF line endings while now all of them are listed: abort: end-of-line check failed: d.txt in a7040e68714f should not have CRLF line endings b.txt in fbcf9b1025f5 should not have CRLF line endings As first suggested by Antoine Pitrou <solipsis@pitrou.net>
-
Matt Mackall authored
-
David Soria Parra authored
setcurrent refuses to set a new current bookmark if the current bookmark points to the current dirstate. This restriction is not needed. A current bookmark can point to a different bookmark.
-
- Mar 13, 2011
-
-
David Soria Parra authored
We explicitly want to update bookmarks from a remote. This will avoid duplicate calls to listkeys if we clone (which calls pull) and keep bookmark related code together.
-
David Soria Parra authored
-
- Mar 12, 2011
-
-
Nils Adermann authored
-
- Mar 14, 2011
-
-
Craig Leres authored
-
- Jan 03, 2011
-
-
Brodie Rao authored
-
- Mar 11, 2011
-
-
Adrian Buehlmann authored
replacing usage of pywin32, which was removed for Mercurial 1.8
-
- Mar 14, 2011
-
-
Matt Mackall authored
In Python 2.4, Exception is an old-style class and doesn't work with super.
-
Steve Borho authored
-
Martin Geisler authored
-
Martin Geisler authored
-
- Mar 13, 2011
-
-
Jon M. Dugan authored
Sometimes xcodebuild prints warnings to stderr, but runcmd() assumes anything printed to stderr implies failure. Since runcmd() was originally only intended to run hg, this was fine until it was pressed into service for running xcodebuild. Thus: split runcmd() into two parts: runcmd(), which does the minimal amount of work to run a subprocess, and runhg(), which calls runcmd().
-
- Mar 14, 2011
-
-
Martin Geisler authored
The render_text function actually never existed, the docstring probably meant the render_effects function instead.
-
Christian Ebert authored
Before the additional datefilters (utcdate, svnisodate, svnutcdate) were used when kwtemplater was initialized. Now they always be used once the extension is enabled.
-
Christian Ebert authored
-
- Mar 13, 2011
-
-
Martin Geisler authored
-
Klaus Koch authored
-
- Mar 14, 2011
-
-
Martin Geisler authored
-
Martin Geisler authored
-
- Mar 13, 2011
-
-
David Soria Parra authored
-
Benoit Boissinot authored
After a rollback, the current bookmark might be absent from the bookmarks file. In that case we discard it instead of displaying a traceback during commit.
-
Benoit Boissinot authored
-
Steve Borho authored
-
Steve Borho authored
The win32text extension does not break eol or vice-versa, so it is not a fatal error to have both of them enabled. It's just folly. So spewing warnings in this condition is preferrable to aborting. When both extensions are enabled, the user now sees: % hg st the eol extension is incompatible with the win32text extension win32text is deprecated: http://mercurial.selenic.com/wiki/Win32TextExtension M hgext/eol.py
-
Benoit Boissinot authored
-
Dirkjan Ochtman authored
-
- Mar 12, 2011
-
-
Benoit Boissinot authored
-
- Mar 13, 2011
-
-
Benoit Boissinot authored
We need to get rid of the previous bookmark after changing current bookmark.
-
Steve Borho authored
-
Patrick Mezard authored
-
Patrick Mezard authored
"hook" is still an alias for "checkheadshook".
-