- Mar 10, 2010
-
-
Sune Foldager authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Greg Ward authored
-
Greg Ward authored
Based on a patch by Benoit Boissinot, adapted to the pluggable sort algorithm design. toposort_reversepostorder() is a very good performer; it's designed to recreate what the revlog would have looked like if Mercurial had parent deltas now. toposort_postorderreverse() is unstable and very inconsistent, but perhaps with some work it could be made better.
-
- Feb 25, 2010
-
-
Greg Ward authored
-
- Mar 10, 2010
- Mar 09, 2010
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
it can always be revived if needed
-
Dirkjan Ochtman authored
-
- Mar 08, 2010
-
-
Benoit Boissinot authored
This API change will allow us to break a cycle between patch and cmdutil.
-
Steve Borho authored
This is simply a convenience to the user, they can click next until the installer goes away. Optimally, the checkbox would be hidden or removed, but that requires rewriting the UI.
-
Matt Mackall authored
-
- Mar 07, 2010
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
In case someone hits ^C during the similarity search, properly rollback
-
Greg Ward authored
The real dirstate.status() does not have any keyword args. For consistency, wrappers or subclasses should not have them either.
-
Christian Ebert authored
- kwcommitctx is inside the wlock of repo.commit: no lock - _kwfwrite only needs wlock wlock outside try block, so we don't need to import lock.release _kwfwrite should even be safer that way, as we moved the status call inside the try-except block. Thanks to Benoit Boissinot for help.
-
Christian Ebert authored
-
Benoit Boissinot authored
-
- Mar 06, 2010
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Brendan Cully authored
-
- Jan 21, 2010
-
-
Greg Ward authored
-
- Dec 17, 2009
-
-
Paul Molodowitch authored
Cached bookmark information would not be reset when repo.invalidate() was called, meaning (for instanced) guis would be left with out-of-date bookmark info. This patch fixes that by overriding bookmark_repo.invalidate()
-
- Jan 12, 2010
-
-
Yuya Nishihara authored
Maybe beginners tend to use 'hg branch EXISTING_BRANCH' instead of 'hg update EXISTING_BRANCH' as me. If so, let's help them to use 'update'. Also removed '(use --force to override)' because it can mislead them.
-
- Mar 07, 2010
-
-
Lee Cantey authored
-
- Mar 06, 2010
-
-
Benoit Boissinot authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Mar 05, 2010
-
-
Matt Mackall authored
-
Sune Foldager authored
-
Sune Foldager authored
-