- Aug 30, 2010
-
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
-
- Aug 28, 2010
-
-
Brodie Rao authored
-
Brodie Rao authored
-
- Aug 30, 2010
-
-
Martin Geisler authored
-
Martin Geisler authored
-
- Aug 29, 2010
-
-
Augie Fackler authored
-
- Aug 30, 2010
-
-
Augie Fackler authored
-
- Aug 29, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Aug 30, 2010
-
-
Martin Geisler authored
This is in the style of 5f091fc1bab7.
-
Martin Geisler authored
-
- Aug 28, 2010
-
-
Brodie Rao authored
Currently, a number of commands and help topics mention the user hgrc file in different ways. Among these are following: 1. .hgrc - "please specify your commit editor/username in your .hgrc file", bookmarks, color, hgk, pager, hg help environment 2. $HOME/.hgrc - hg help paths, hgrc(5), hg(1) 3. ~/.hgrc - hgrc(5) In addition to being inconsistent, none of these make sense on Windows. This patch replaces the above with a more general term of "[your] configuration file".
-
- Aug 30, 2010
-
-
Adrian Buehlmann authored
-
- Aug 29, 2010
-
-
Pascal Quantin authored
-
Pascal Quantin authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
The canonpath function will default to creating its own path auditor, but in some cases it will be useful to use a specialized auditor, e.g., one that wont abort if a path lies within a subrepository.
-
- Aug 28, 2010
-
-
Brodie Rao authored
This adds util.getport(port) which tries to parse port as an int, and failing that, looks it up using socket.getservbyname(). Thus, the following will work: [smtp] port = submission [web] port = http This does not apply to ports in URLs used in clone, pull, etc.
-
- Aug 27, 2010
-
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
- Aug 26, 2010
-
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
- Aug 29, 2010
-
-
Martin Geisler authored
-
Martin Geisler authored
-
Ronny Pfannschmidt authored
-
Martin Geisler authored
-
- Aug 28, 2010
-
-
Georg Brandl authored
Currently, localrepo.branchtags() is called in two locations to update the _branchcache dict, however branchtags() itself does not update anything, it calls branchmap() to do so. This change introduces a new updatebranchcache() method that is used by both branchmap() and the calls to update the cache.
-
Steve Borho authored
If your application is being built as a non-console application, stdout is not a valid handle and raises an exception: pywintypes.error: (6, 'DuplicateHandle', 'The handle is invalid.') Alternatively, non-console applications launched outside of a console will return None from GetStdHandle instead of raising an exception.
-
- Aug 25, 2010
-
-
Christian Ebert authored
-
- Aug 27, 2010
-
-
Brodie Rao authored
-