Mercurial > hg
graph
-
Merge with stableFri, 27 Aug 2010 13:18:25 +0200, by Martin Geisler
-
subrepo: use [0-9] instead of [\d] in svn subrepo regexFri, 27 Aug 2010 13:03:57 +0200, by Martin Geisler
-
webcommands: remove unncessary access to repo.changelogThu, 26 Aug 2010 23:38:13 +0200, by Patrick Mezard
-
archival: do not use repo.changelog directlyThu, 26 Aug 2010 23:38:13 +0200, by Patrick Mezard
-
repair: pass variable explicitely to nested functionThu, 26 Aug 2010 23:38:13 +0200, by Patrick Mezard
-
mercurial.spec: specify file modes for install stableThu, 26 Aug 2010 23:11:03 +0200, by Mads Kiilerich
-
simplemerge: remove hash-bang from non-executable script stableThu, 26 Aug 2010 22:51:48 +0200, by Mads Kiilerich
-
merge with stableThu, 26 Aug 2010 11:03:12 -0500, by Matt Mackall
-
util: avoid using hashlib on Python < 2.5 (issue2278) stable 1.6.3Tue, 17 Aug 2010 17:38:19 -0500, by Sol Jerome
-
templates: add filenolink to raw style (issue2332) stableMon, 16 Aug 2010 12:55:42 -0500, by Matt Mackall
-
url: limit expansion to safe auth keys (Issue2328) stableFri, 13 Aug 2010 10:53:10 +0200, by Martin Geisler
-
url: expand vars in all [auth] settings (issue2328) stableFri, 13 Aug 2010 10:10:11 +0200, by Martin Geisler
-
merge with stableThu, 26 Aug 2010 17:55:07 +0200, by Thomas Arendsen Hein
-
Fix merge-tools.checkconflictsThu, 26 Aug 2010 17:38:43 +0200, by Thomas Arendsen Hein
-
bundlerepo: remove duplication of bundle decompressorsWed, 25 Aug 2010 16:55:54 -0500, by Matt Mackall
-
bundle: introduce bundle classWed, 25 Aug 2010 16:53:06 -0500, by Matt Mackall
-
bundle: unify/refactor unbundle/readbundleWed, 25 Aug 2010 15:33:06 -0500, by Matt Mackall
-
bundle: factor out decompressorWed, 25 Aug 2010 15:33:05 -0500, by Matt Mackall
-
merge with stableWed, 25 Aug 2010 15:20:25 -0500, by Matt Mackall
-
alias: make shadowing behavior more consistent (issue2054) stableSat, 21 Aug 2010 22:48:14 -0400, by Brodie Rao
-
hgweb: handle exception of misconfigured path on index page stableTue, 24 Aug 2010 23:30:51 +0900, by Yuya Nishihara
-
statichttprepo: disable pushkeyTue, 24 Aug 2010 13:13:35 -0500, by Matt Mackall
-
mq: extend support for the --mq argument to extension commandsFri, 13 Aug 2010 16:05:08 +0200, by Dan Villiom Podlaski Christiansen
-
repository: drop unused rjoin() methodSun, 22 Aug 2010 13:17:34 +0200, by Patrick Mezard
-
tests: unify test-exportTue, 24 Aug 2010 15:13:11 +0200, by Adrian Buehlmann
-
revert: wrap long lineWed, 25 Aug 2010 16:40:49 +0200, by Martin Geisler
-
util: remove lexists, Python 2.4 introduced os.path.lexistsWed, 25 Aug 2010 16:23:32 +0200, by Martin Geisler
-
Merge with stableWed, 25 Aug 2010 13:40:46 +0200, by Martin Geisler
-
test-dispatch: drop test for missing working directory stableMon, 23 Aug 2010 22:32:36 +0200, by Mads Kiilerich
-
Merge with stableMon, 23 Aug 2010 22:22:05 +0200, by Martin Geisler
-
bookmarks: guard against listing bookmarks on unsupported repos stableMon, 23 Aug 2010 22:16:56 +0200, by Martin Geisler
-
mdiff.patch(): add a special case for when the base text is emptyMon, 23 Aug 2010 13:28:04 +0200, by Benoit Boissinot
-
revlog: add rawsize(), identical to size() but not subclassed by filelogMon, 23 Aug 2010 13:24:19 +0200, by Benoit Boissinot
-
revlog.addrevision(): move computation of nodeid in addrevision()Sun, 22 Aug 2010 23:17:17 +0200, by Benoit Boissinot
-
contrib/compress: compress should activate parentdeltaSun, 22 Aug 2010 19:41:04 +0200, by Benoit Boissinot
-
contrib/compress: correct ordering of copyingSun, 22 Aug 2010 19:27:09 +0200, by Benoit Boissinot
-
contrib/compress: refactor revlog copyingSun, 22 Aug 2010 19:26:07 +0200, by Benoit Boissinot
-
contrib/compress: use store API instead of a collectorSun, 22 Aug 2010 19:13:30 +0200, by Benoit Boissinot
-
contrib/compress: proper lock handlingSun, 22 Aug 2010 18:29:30 +0200, by Benoit Boissinot
-
contrib/compress: use hg API to compute the destination pathSun, 22 Aug 2010 18:23:32 +0200, by Benoit Boissinot
-
contrib/compress: use repo's transaction methodSun, 22 Aug 2010 18:21:30 +0200, by Benoit Boissinot
-
contrib/compress: remove unused variablesSun, 22 Aug 2010 18:18:36 +0200, by Benoit Boissinot
-
tests: unify test-hgrcSat, 21 Aug 2010 23:24:52 -0400, by Brodie Rao
-
tests: remove test-log.out, useless after unificationSun, 22 Aug 2010 12:04:15 +0200, by Patrick Mezard
-
revlog: fix docstringSat, 21 Aug 2010 19:31:59 +0200, by Benoit Boissinot
-
deltaparent(): don't return nullrev for a revision containing a full snapshotSat, 21 Aug 2010 19:30:42 +0200, by Benoit Boissinot
-
merge with stableSat, 21 Aug 2010 10:48:49 -0500, by Matt Mackall
-
merge: move reverse-merge logic out of filemerge (issue2342) stableSat, 21 Aug 2010 10:41:29 -0500, by Matt Mackall
-
bisect: add test for unrelated starting revisionsFri, 20 Aug 2010 21:28:14 -0500, by Matt Mackall
-
merge with stableFri, 20 Aug 2010 21:23:47 -0500, by Matt Mackall
-
bisect: better message for unrelated starting revisions stableFri, 20 Aug 2010 17:16:37 -0500, by Matt Mackall
-
debuginstall: report installpathFri, 20 Aug 2010 15:31:05 -0500, by Matt Mackall
-
tests: unify test-glogFri, 20 Aug 2010 18:26:20 +0200, by Adrian Buehlmann
-
bookmarks: fix long lineThu, 19 Aug 2010 17:33:46 -0500, by Matt Mackall