- Mar 14, 2011
-
-
Christian Ebert authored
-
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".
-
Patrick Mezard authored
Report and test by Antoine Pitrou <solipsis@pitrou.net>
-
Patrick Mezard authored
Reading rules in the hook means we no longer need ui to be filled and do not need reposetup() to be run anymore.
-
Patrick Mezard authored
-
Patrick Mezard authored
This will help refactoring the hook.
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Dirkjan Ochtman authored
-
Martin Geisler authored
-
Dirkjan Ochtman authored
Reading long lines is suboptimal no matter how wide the terminal is.
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
David Soria Parra authored
-
- Mar 12, 2011
-
-
Peter Arrenbrecht authored
We usually query the capabilities at some point anyway so this way the first roundtrip actually does useful work.
-
Benoit Boissinot authored
-
Benoit Boissinot authored
When bisect ends in a merge point, and one of the parent wasn't checked, this usually means the culprit is in a branch that wasn't scanned. For this case we provide a new command which extends the range of the bisect search to the common ancestor of the parents of the merge.
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
BaseException.message has been deprecated, so we try to not rely on it.
-
Dirkjan Ochtman authored
-
Alexander Solovyov authored
-
Alexander Solovyov authored
-
Martin Geisler authored
-
Dirkjan Ochtman authored
-
Patrick Mezard authored
-
Patrick Mezard authored
Keywords keywords are not documented yet but are turned into function definitions to avoid lambda docstring weirdness.
-