Mercurial > hg
graph
-
keyword: use wopener(..., atomictemp=True) to overwriteSun, 11 Sep 2011 12:20:39 +0100, by Christian Ebert
-
share: drop unused importSat, 10 Sep 2011 17:59:47 -0500, by Matt Mackall
-
merge with stableSat, 10 Sep 2011 17:56:42 -0500, by Matt Mackall
-
test: test unshare commandSat, 13 Aug 2011 00:08:26 +0200, by Simon Heimberg
-
hgext: introduce unshare commandThu, 11 Aug 2011 00:04:00 +0200, by Simon Heimberg
-
hg: extract copying the store out of cloneThu, 11 Aug 2011 00:03:16 +0200, by Simon Heimberg
-
url: Remove the proxy env variables only when needed (issue2451) stableThu, 08 Sep 2011 20:40:24 -0300, by Renato Cunha
-
util: improve finding of hgexecutableSat, 23 Jul 2011 06:18:18 +0200, by Simon Heimberg
-
keyword: make status test after record and kwexpand/kwshrink reliable stableSat, 10 Sep 2011 13:23:41 +0100, by Christian Ebert
-
log: remove -h short option for --hidden (issue2995) stableFri, 09 Sep 2011 14:41:22 -0500, by Matt Mackall
-
merge with stableThu, 08 Sep 2011 18:30:44 -0500, by Matt Mackall
-
hgweb: properly check for bookmarks when drawing graph stableThu, 08 Sep 2011 18:29:53 -0500, by Matt Mackall
-
keyword: preserve file mode when overwriting stableThu, 08 Sep 2011 19:30:25 +0100, by Christian Ebert
-
convert: use repo.join instead of referencing ".hg" directlyThu, 08 Sep 2011 10:20:42 +0200, by Martin Geisler
-
repair: switch from changegroupsubset to getbundleThu, 01 Sep 2011 12:29:24 +0200, by Peter Arrenbrecht
-
merge with stableTue, 30 Aug 2011 15:22:10 +0200, by Martin Geisler
-
i18n: calculate terminal columns by width information of each characters stableSat, 27 Aug 2011 04:56:12 +0900, by FUJIWARA Katsunori
-
util: wrap lines with multi-byte characters correctly (issue2943) stableSat, 06 Aug 2011 23:52:20 +0200, by Mads Kiilerich
-
setdiscovery: fix hang when #heads>200 (issue2971) stableThu, 25 Aug 2011 21:25:14 +0200, by Peter Arrenbrecht
-
ui: also swap sys.stdout with self.fout in _readline stableTue, 30 Aug 2011 14:18:58 +0200, by Martin Geisler
-
merge with stableFri, 26 Aug 2011 16:08:24 -0500, by Matt Mackall
-
util: postpone and reorder parent calculation in makedirsThu, 25 Aug 2011 11:03:16 +0200, by Adrian Buehlmann
-
atomictempfile: make close() consistent with other file-like objects.Thu, 25 Aug 2011 20:21:04 -0400, by Greg Ward
-
posix: check for executable bits on files identified by findexe functionWed, 24 Aug 2011 05:42:41 -0400, by Robert Jones
-
subrepo: fix cloning of repos from urls without slash after host (issue2970) stable 1.9.2Fri, 26 Aug 2011 16:23:35 +0200, by Mads Kiilerich
-
merge with stableThu, 25 Aug 2011 16:21:53 -0500, by Matt Mackall
-
dagutil: fix off-by-one in inverserevlogdag buildup stableThu, 25 Aug 2011 17:20:00 +0200, by Peter Arrenbrecht
-
util.makedirs: make recursion simpler and more stable (issue2948)Mon, 22 Aug 2011 00:42:38 +0200, by Mads Kiilerich
-
util.makedirs: propagate chmod exceptionsMon, 22 Aug 2011 00:35:42 +0200, by Mads Kiilerich
-
color: add styles for tagsSun, 21 Aug 2011 20:40:10 +0100, by Marc Simpson
-
ui: use labels when outputting tagsSat, 20 Aug 2011 21:47:10 +0100, by Marc Simpson
-
merge with stableThu, 18 Aug 2011 17:24:04 -0500, by Matt Mackall
-
commands: clarify that 'hg heads foo' shows heads on branch foo stableThu, 18 Aug 2011 13:56:58 +0200, by Martin Geisler
-
merge with stableWed, 17 Aug 2011 14:17:35 +0200, by Martin Geisler
-
merge: use repo.ui directly instead local variableWed, 17 Aug 2011 14:11:46 +0200, by Martin Geisler
-
win32: msvcr71.dll should be used for python 2.4 and 2.5 stableMon, 08 Aug 2011 14:32:27 +0900, by Shun-ichi GOTO
-
minirst: add a helper function to build an RST table from an arrayThu, 11 Aug 2011 22:40:43 -0500, by Matt Mackall
-
minirst: drop debug codeThu, 11 Aug 2011 22:40:41 -0500, by Matt Mackall
-
minirst: add simple table supportThu, 11 Aug 2011 22:05:57 -0500, by Matt Mackall
-
minirst: only strip leading newlines, not indentationThu, 11 Aug 2011 22:05:31 -0500, by Matt Mackall
-
ui: allow alternatives for config optionsThu, 11 Aug 2011 14:34:03 -0500, by Matt Mackall
-
merge with stableWed, 10 Aug 2011 13:52:52 -0500, by Matt Mackall
-
graphlog: attempt to fix index overrun (issue2912) stableWed, 10 Aug 2011 13:25:35 -0500, by Matt Mackall
-
util: wrap lines with multi-byte characters correctly (issue2943)Sat, 06 Aug 2011 23:52:20 +0200, by Mads Kiilerich
-
keyword: avoid x = a and b or cMon, 08 Aug 2011 11:34:52 +0100, by Christian Ebert
-
match: remove unused assignmentTue, 09 Aug 2011 11:05:13 +0200, by Martin Geisler
-
http: explain why the host is passed to urllib2 password managerSat, 06 Aug 2011 14:10:59 +0200, by Patrick Mezard
-
merge with stableFri, 05 Aug 2011 16:07:51 -0500, by Matt Mackall
-
http: pass user to readauthforuri() (fix 4a43e23b8c55) stableFri, 05 Aug 2011 21:05:41 +0200, by Patrick Mezard
-
http: strip credentials from urllib2 manager URIs (issue2885) stableFri, 05 Aug 2011 21:05:40 +0200, by Patrick Mezard