- May 01, 2011
-
-
Pascal Quantin authored
-
timeless authored
-
timeless authored
-
timeless authored
-
- Apr 30, 2011
-
-
Steve Borho authored
-
- Apr 29, 2011
-
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
- Apr 25, 2011
-
-
Idan Kamara authored
-
- Apr 22, 2011
-
-
Idan Kamara authored
-
Andreas Freimuth authored
-
- Apr 20, 2011
-
-
Adrian Buehlmann authored
-
- Apr 04, 2011
-
-
Matt Mackall authored
-
- Mar 28, 2011
-
-
Matt Mackall authored
progress meters now start at 1 rather than 0
-
Matt Mackall authored
-
- Mar 23, 2011
-
-
Dan Villiom Podlaski Christiansen authored
-
Matt Mackall authored
-
- Mar 18, 2011
-
-
Steve Borho authored
This file was snuck onto the stable branch with 38c9837b1f75
-
- Mar 08, 2011
-
-
Steve Borho authored
Not all applications needed the workarounds, so I did not add alternate keys for every Windows merge application.
-
Steve Borho authored
Also fixes issue 2658.
-
Martin Geisler authored
The default encoding and encoding mode are computed at runtime and can vary from system to system. The two remaining default values in the completion help texts (number of directories to strip on import and default bundle name) are fixed in the source code.
-
- Mar 02, 2011
-
-
Martin Geisler authored
Make error message consistent with the other error messages.
-
Martin Geisler authored
Suggested by Mads Kiilerich on IRC.
-
- Mar 01, 2011
-
-
Martin Geisler authored
Overwriting instead of appending to the file removes the [defaults] section put into the file by run-tests.py. It also defeats the --inotify option to run-tests.py. (Nothing was broken yet, but the lack of -d "0 0" cause changeset hashes to change unexpectedly in a test case I was editing.)
-
Gilles Moris authored
Added the following commands: bookmarks debugignore. Fix the tcsh parse script for the current help text layout.
-
Augie Fackler authored
This used to work because bookmarks were pseudo-tags, but broke once bookmarks became their own first-class object.
-
- Feb 28, 2011
-
-
Kevin Bullock authored
Since bookmarks moved into core and are no longer merged with the list of tags (d012d95499f7), they don't get completed in bash_completion along with other revision specifiers. This adds a new function to provide the list of bookmarks for completion, and another, _hg_labels(), to list all tags, branches, and bookmarks. It further modifies completion for all commands where '_hg_tags; _hg_branches' was used to use '_hg_labels' instead.
-
- Feb 22, 2011
-
-
David Soria Parra authored
-
David Soria Parra authored
-
David Soria Parra authored
-
- Dec 24, 2010
-
-
Dan Villiom Podlaski Christiansen authored
Add missing calls to close() to many places where files are opened. Relying on reference counting to catch them soon-ish is not portable and fails in environments with a proper GC, such as PyPy.
-
- Feb 13, 2011
-
-
Adrian Buehlmann authored
-
- Feb 14, 2011
-
-
Javi Merino authored
-
Adrian Buehlmann authored
The pywin32 package is no longer needed. ctypes is now required for running Mercurial on Windows. ctypes is included in Python since version 2.5. For Python 2.4, ctypes is available as an extra installer package for Windows. Moved spawndetached() from windows.py to win32.py and fixed it, using ctypes as well. spawndetached was defunct with Python 2.6.6 because Python removed their undocumented subprocess.CreateProcess. This fixes 'hg serve -d' on Windows.
-
- Jan 27, 2011
-
-
Martin Geisler authored
Matt and a majority of crew did not like this approach.
-
- Jan 26, 2011
-
-
Martin Geisler authored
Such a line was introduced in test-subrepo-git.t in 5dda6c708138, which made check-code confused.
-
Martin Geisler authored
-
- Jan 18, 2011
-
-
Matt Mackall authored
This hack (and the module it lives in) exist so that performance can be compared across different hg versions.
-
- Jan 15, 2011
-
-
Benoit Boissinot authored
-