Mercurial > hg
graph
-
clfilter: remove use of xrange in revsetMon, 08 Oct 2012 15:54:53 +0200, by Pierre-Yves David
-
largefile: use `self` in repo method instead of `repo`Mon, 08 Oct 2012 15:41:58 +0200, by Pierre-Yves David
-
test: use proper subclassing in `test-issue2137.t`.Tue, 16 Oct 2012 23:12:07 +0200, by Pierre-Yves David
-
run-tests: remove dead code for supporting old test scriptsThu, 18 Oct 2012 00:44:32 +0200, by Mads Kiilerich
-
run-tests: handle windows crlf in .py tests againThu, 18 Oct 2012 00:33:29 +0200, by Mads Kiilerich
-
test-run-tests.t: fix wrong test case for cr handling on WindowsThu, 18 Oct 2012 00:33:26 +0200, by Mads Kiilerich
-
win32mbcs: add reversing wrapper for some unicode-incompatible functions.Wed, 17 Oct 2012 18:09:00 +0900, by Shun-ichi GOTO
-
convert: normalize paths in filemaps (issue3612)Fri, 05 Oct 2012 16:27:34 -0700, by Huayang
-
repair: use node to track post-strip bookmark targetWed, 17 Oct 2012 15:37:25 -0500, by Matt Mackall
-
keyword: move commands.inferrepo for code maintenanceWed, 17 Oct 2012 17:32:01 +0200, by Christian Ebert
-
largefiles: update lfutil.findoutgoing() discovery methodMon, 08 Oct 2012 22:43:54 -0400, by Matt Harbison
-
wireproto: fix pushkey hook failure and output on remote http repoMon, 15 Oct 2012 18:37:34 -0300, by Wagner Bruna
-
phases: add a phase and phasestr method to file contextTue, 16 Oct 2012 17:09:50 -0500, by Sean Farley
-
bookmarks: simplify codeWed, 17 Oct 2012 12:15:23 -0500, by Kevin Bullock
-
bookmarks: abort when incompatible options are used (issue3663)Wed, 17 Oct 2012 11:50:47 +0200, by David Soria Parra
-
bookmarks: check bookmark format during rename (issue3662)Wed, 17 Oct 2012 08:44:49 +0200, by David Soria Parra
-
color: add additional changeset.phase label to log.changeset and log.parentTue, 16 Oct 2012 13:35:58 -0500, by Sean Farley
-
http2: make it possible to connect w/o ssl on port 443Tue, 16 Oct 2012 18:05:33 -0500, by Augie Fackler
-
branchpoint: remove useless intermediate set creationMon, 15 Oct 2012 17:43:05 +0200, by Pierre-Yves David
-
clfilter: use changelog to iterate over the repo in branchpointMon, 15 Oct 2012 17:42:40 +0200, by Pierre-Yves David
-
store: fncache may contain non-existent entries (fixes b9a56b816ff2)Fri, 12 Oct 2012 10:52:33 +0200, by Adrian Buehlmann
-
store: add new _exists helper function on fncachestoreFri, 12 Oct 2012 10:52:32 +0200, by Adrian Buehlmann
-
store: move __contains__() implementation from class fncache into fncachestoreFri, 12 Oct 2012 10:40:09 +0200, by Adrian Buehlmann
-
test-log: fix / vs \ issues on Windows introduced with 6d218e47cf9bFri, 12 Oct 2012 10:12:26 +0200, by Adrian Buehlmann
-
perf: simply use repo.store for perffncache* commandsFri, 12 Oct 2012 19:43:24 +0200, by Adrian Buehlmann
-
test-subrepo-recursion.t: re-introduce glob to handle \ slashes on WindowsSun, 14 Oct 2012 18:30:47 +0200, by Mads Kiilerich
-
run-tests: make it possible to combine (esc) with (glob) and (re)Sun, 14 Oct 2012 18:30:42 +0200, by Mads Kiilerich
-
run-tests: alternative way of handling \r on WindowsMon, 15 Oct 2012 02:33:12 +0200, by Mads Kiilerich
-
obsolete: flip `obstore.successors` and `obsolete.precursors`Tue, 16 Oct 2012 15:39:12 +0200, by Pierre-Yves David
-
obsolete: add example of marker usage in the documentationSun, 14 Oct 2012 23:33:10 +0200, by Pierre-Yves David
-
obsolete: cheap detection of nullid as successorsMon, 15 Oct 2012 00:12:06 +0200, by Pierre-Yves David
-
commands: don't infer repo for commands like update (issue2748)Tue, 16 Oct 2012 11:43:15 -0700, by Siddharth Agarwal
-
hgweb: make the escape filter remove null characters (issue2567)Mon, 15 Oct 2012 09:43:34 -0700, by Siddharth Agarwal
-
histedit: create obsolescence markers in deterministic orderTue, 16 Oct 2012 16:56:14 +0200, by Pierre-Yves David
-
bookmarks: when @ bookmark diverges, don't double the @ sign (BC)Mon, 15 Oct 2012 23:54:54 -0400, by David M. Carr
-
histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4Tue, 16 Oct 2012 16:04:28 +0200, by Thomas Arendsen Hein
-
vfs: use self.write to write symlink placeholdersSat, 13 Oct 2012 15:10:39 -0500, by Matt Mackall
-
histedit: do not use "min" on ctxSun, 14 Oct 2012 23:49:28 +0200, by Pierre-Yves David
-
histedit: clean abort when there is nothing to editSun, 14 Oct 2012 23:58:02 +0200, by Pierre-Yves David
-
histedit: rename `revs` in `ctxs` inside the `between` functionMon, 15 Oct 2012 00:05:16 +0200, by Pierre-Yves David
-
test: fix invalid redirection for histedit textSun, 14 Oct 2012 23:03:58 +0200, by Pierre-Yves David
-
vfs: backout fchmod change from 76b73ce0ffacSat, 13 Oct 2012 15:03:00 -0500, by Matt Mackall
-
histedit: refuse to edit public changesetFri, 12 Oct 2012 21:41:08 +0200, by Pierre-Yves David
-
histedit: ignores hidden revision when checking for orphaned nodesThu, 27 Sep 2012 14:00:52 +0200, by Pierre-Yves David
-
histedit: simplify computation of edited set (issue3620)Wed, 10 Oct 2012 06:27:06 +0200, by Pierre-Yves David
-
histedit: add obsolete supportThu, 27 Sep 2012 13:59:48 +0200, by Pierre-Yves David
-
histedit: replace various nodes lists with replacement graph (and issue3582)Thu, 11 Oct 2012 08:36:50 +0200, by Pierre-Yves David
-
merge with durin42Fri, 12 Oct 2012 15:52:59 -0500, by Matt Mackall
-
clone: update to @ bookmark if it existsWed, 21 Mar 2012 16:53:39 -0500, by Kevin Bullock
-
templatefilters: avoid traceback caused by bogus date input (issue3344)Fri, 10 Aug 2012 20:37:20 +0100, by Christian Ebert
-
notify: support revset selection for subscriptionsMon, 13 Aug 2012 22:42:10 +0200, by Michal Sznajder
-
revsets: add branchpoint() functionMon, 13 Aug 2012 21:50:45 +0200, by Ivan Andrus
-
vfs: use fchmod for _fixfilemodeThu, 11 Oct 2012 22:58:34 -0500, by Matt Mackall
-
tests: correctly report a test killed by a signalThu, 11 Oct 2012 16:05:14 -0700, by Bryan O'Sullivan
-
histedit: update bookmark movement noticeWed, 10 Oct 2012 05:54:38 +0200, by Pierre-Yves David
-
histedit: simplify computation of `newchildren` during --continueWed, 10 Oct 2012 06:20:14 +0200, by Pierre-Yves David
-
test-fncache: enable for WindowsWed, 03 Oct 2012 19:43:10 +0200, by Adrian Buehlmann
-
store: invoke "osutil.listdir()" via vfsTue, 09 Oct 2012 16:17:55 +0900, by FUJIWARA Katsunori
-
log: speed up hg log for untracked files (issue1340)Thu, 13 Sep 2012 23:50:45 -0700, by smuralid
-
store: add a contains method to fncachestoreThu, 13 Sep 2012 17:57:43 -0700, by smuralid