Mercurial > hg
graph
-
rebase: do not crash in panic when cwd disapear in the process (issue4121) stableFri, 31 Jan 2014 15:13:15 -0800, by Pierre-Yves David
-
record: use absolute path instead of os.chdir stableFri, 31 Jan 2014 14:52:53 -0800, by Pierre-Yves David
-
help: improve description of phases.checksubrepos setting stableWed, 29 Jan 2014 15:16:36 +0100, by Angel Ezquerra
-
clone: do not turn hidden changeset public on publishing clone (issue3935) stableThu, 30 Jan 2014 11:52:38 -0800, by Pierre-Yves David
-
convert: use branchmap to change default branch in destination (issue3469) stableTue, 28 Jan 2014 14:00:23 +1100, by lstewart
-
dispatch: take --hidden from individual commands into account stableMon, 27 Jan 2014 10:57:20 +0100, by Julien Cristau
-
doc: fix mistake about matching against directories in "pattern.txt" stableThu, 30 Jan 2014 15:03:36 +0900, by FUJIWARA Katsunori
-
dispatch: make "_checkshellalias()" invoke "findcmd()" with "strict=True" stableWed, 29 Jan 2014 23:47:54 +0900, by FUJIWARA Katsunori
-
rebase: abort cleanly when we encounter a damaged rebasestate (issue4155) stableThu, 30 Jan 2014 13:56:56 -0600, by Matt Mackall
-
i18n-ja: fix some quoting problems for space character usage stableWed, 29 Jan 2014 22:14:41 +0900, by FUJIWARA Katsunori
-
i18n-ja: synchronized with f493c2f67430 stableWed, 29 Jan 2014 21:38:10 +0900, by FUJIWARA Katsunori
-
i18n: fix non-matching 1st line indentations stableWed, 22 Jan 2014 16:47:05 +0100, by Simon Heimberg
-
i18n: fix some non matching quotation marks in translations stableWed, 22 Jan 2014 16:35:10 +0100, by Simon Heimberg
-
i18n: do not translate rst syntax .. note:: stableWed, 22 Jan 2014 16:34:36 +0100, by Simon Heimberg
-
i18n-pt_BR: synchronized with 268a5ab5c27b stableMon, 27 Jan 2014 16:34:00 -0200, by Leonardo Bueno Postacchini
-
subrepo: make it possible to update to hidden subrepo revisions stableSun, 24 Nov 2013 02:17:17 +0100, by Angel Ezquerra
-
subrepo: remove unnecessary else clause in hgsubrepo._get stableSun, 24 Nov 2013 02:13:00 +0100, by Angel Ezquerra
-
subrepo: do not try to get hidden revisions stableSun, 24 Nov 2013 02:10:14 +0100, by Angel Ezquerra
-
parsers: fix 'unsigned expression is always true' warning (issue4142) stableThu, 23 Jan 2014 19:08:26 +0100, by David Soria Parra
-
phase: properly compute ancestors of --rev on push (issue3786) stableMon, 28 Jan 2013 15:16:49 +0100, by Pierre-Yves David
-
templater: selecting a style with no templates does not crash (issue4140) stableThu, 23 Jan 2014 01:29:50 +0100, by Simon Heimberg
-
makefile: add $ to environment variables in help message stableThu, 23 Jan 2014 14:31:05 -0600, by Matt Mackall
-
i18n: fix trailing '::' on translated messages stableMon, 20 Jan 2014 11:16:26 -0200, by Wagner Bruna
-
merge default into stable for 2.9 code freeze stableTue, 21 Jan 2014 14:30:06 -0600, by Matt Mackall
-
tests: stop tracking tests/gpg/random_seedMon, 20 Jan 2014 01:29:54 +0100, by Mads Kiilerich
-
tests: 'hghave tic' also requires curses support in PythonMon, 20 Jan 2014 01:29:54 +0100, by Mads Kiilerich
-
test-import-merge: mangle file in binary modeMon, 20 Jan 2014 17:09:20 -0600, by Matt Mackall
-
localrepo: drop dead commentSun, 19 Jan 2014 22:58:33 -0600, by Matt Mackall
-
record: re-enable whitespace-ignoring optionsThu, 16 Jan 2014 15:05:03 -0500, by Jordi Gutiérrez Hermoso
-
record: use commands.diffwsopts instead of ad-hoc diffoptsThu, 16 Jan 2014 14:57:52 -0500, by Jordi Gutiérrez Hermoso
-
phases: add a formal note that hash of secret changeset may leak outSun, 17 Nov 2013 11:30:17 -0500, by Pierre-Yves David
-
largefiles: stylistic cleanup of filemergeSat, 16 Nov 2013 15:54:41 -0500, by Mads Kiilerich
-
largefiles: show hashes before prompting for conflict resolutionSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
largefiles: don't try to explain rename history before prompt for conflictsSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
largefiles: drop redundant special handling of merges of renamesSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
diff: search beyond ancestor when detecting renamesSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
cat: increase perf when catting single filesTue, 14 Jan 2014 13:38:16 -0800, by Durham Goode
-
changectx: increase perf of walk functionTue, 14 Jan 2014 13:49:19 -0800, by Durham Goode
-
url: added authuri when login information is requested (issue3209)Wed, 15 Jan 2014 16:46:20 -0800, by Lucas Moscovicz
-
doc: add description about pattern matching against directoriesFri, 17 Jan 2014 23:55:11 +0900, by FUJIWARA Katsunori
-
revset: add explanation about the pattern without explicit kindFri, 17 Jan 2014 23:55:11 +0900, by FUJIWARA Katsunori
-
revset: use "canonpath()" for "filelog()" pattern without explicit kindFri, 17 Jan 2014 23:55:03 +0900, by FUJIWARA Katsunori
-
revset: avoid loop for "match.files()" having always one element for efficiencyFri, 17 Jan 2014 23:42:12 +0900, by FUJIWARA Katsunori
-
revset: make default kind of pattern for "contains()" rooted at cwdFri, 17 Jan 2014 23:42:12 +0900, by FUJIWARA Katsunori
-
revset: narrow scope of the variable referred only in specific code pathFri, 17 Jan 2014 23:42:12 +0900, by FUJIWARA Katsunori
-
tests: fix test-run-tests.py on OS XFri, 17 Jan 2014 12:46:29 +0100, by Simon Heimberg
-
tests: test-debugcommands.t also matches stack trace on python 2.4Fri, 17 Jan 2014 19:46:23 +0100, by Simon Heimberg
-
commands: use bookmarks.validdest instead of duplicating logicWed, 15 Jan 2014 17:55:13 -0600, by Sean Farley
-
update: consider successor changesets when moving active bookmarkWed, 15 Jan 2014 17:48:48 -0600, by Sean Farley
-
merge: consider successor changesets for a bare updateWed, 15 Jan 2014 16:41:18 -0600, by Sean Farley
-
merge: refactor initialization of variables in updateWed, 06 Nov 2013 17:02:07 -0600, by Sean Farley
-
merge: update comment for future devsWed, 06 Nov 2013 10:26:25 -0600, by Sean Farley
-
obsolete: clarify documentation for succcessorssetsWed, 15 Jan 2014 18:14:12 -0600, by Sean Farley
-
backout: add a message after backout that need manual commitWed, 08 Jan 2014 17:23:26 -0800, by Pierre-Yves David
-
backout: avoid update on simple case.Wed, 08 Jan 2014 14:53:46 -0800, by Pierre-Yves David
-
run-tests: print more information on unnecessary glob matchingThu, 16 Jan 2014 12:08:57 +0100, by Simon Heimberg
-
run-tests: suggest to append glob when only path sep does not matchThu, 16 Jan 2014 12:08:29 +0100, by Simon Heimberg
-
run-tests: test each line matching function on its ownThu, 16 Jan 2014 12:06:49 +0100, by Simon Heimberg
-
tests: new test for line matching functions in run-testsThu, 16 Jan 2014 19:07:18 +0100, by Simon Heimberg
-
test-backout: add multiple summary calls to monitor result wcWed, 08 Jan 2014 17:15:22 -0800, by Pierre-Yves David
-
transplant: use "ui.extractchoices()" to show the list of available responsesMon, 02 Dec 2013 00:50:30 +0900, by FUJIWARA Katsunori
-
transplant: use "ui.promptchoice()" for interactive transplantMon, 02 Dec 2013 00:50:30 +0900, by FUJIWARA Katsunori
-
transplant: add test for interactive transplantMon, 02 Dec 2013 00:50:30 +0900, by FUJIWARA Katsunori
-
record: use "ui.extractchoices()" to get the list of available responsesMon, 02 Dec 2013 00:50:30 +0900, by FUJIWARA Katsunori
-
ui: add "extractchoices()" to share the logic to extract choices from promptMon, 02 Dec 2013 00:50:29 +0900, by FUJIWARA Katsunori
-
branchmap: use set for update codeMon, 06 Jan 2014 15:19:31 -0800, by Pierre-Yves David
-
branchmap: simplify update codeMon, 06 Jan 2014 14:26:49 -0800, by Pierre-Yves David
-
branchmap: stop useless rev -> node -> rev round tripFri, 03 Jan 2014 16:44:23 -0800, by Pierre-Yves David
-
branchmap: stop membership test in update logicTue, 15 Jan 2013 20:04:12 +0100, by Pierre-Yves David
-
branchmap: remove silly line breakFri, 03 Jan 2014 17:06:07 -0800, by Pierre-Yves David
-
run-tests: set the thread name to the test name for info on errorThu, 16 Jan 2014 11:26:54 +0100, by Simon Heimberg
-
run-tests: report tests as failed when run-test raises an errorThu, 16 Jan 2014 18:55:35 +0100, by Simon Heimberg
-
hgweb: infinite scroll support for coal styleWed, 08 Jan 2014 00:47:45 +0900, by Takumi IINO
-
test-hgweb-*: output change fixes from b1d65cb8Thu, 16 Jan 2014 09:23:31 -0500, by Augie Fackler
-
hgweb: infinite scroll support for monoblue styleWed, 08 Jan 2014 00:47:44 +0900, by Takumi IINO
-
hgweb: infinite scroll support for gitweb styleWed, 08 Jan 2014 00:47:43 +0900, by Takumi IINO
-
hgweb: avoid invalid infinity scroll request when overwritten web.styleWed, 08 Jan 2014 00:35:03 +0900, by Takumi IINO
-
hgweb: fix regexp for other styles like monoblueWed, 08 Jan 2014 00:26:55 +0900, by Takumi IINO
-
tests: introduce test for rebasing on named branches with closed headsSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
rebase: remove old code for handling empty rebasesetSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
rebase: improve error message for --base being empty or causing emptinessSun, 17 Nov 2013 18:21:58 -0500, by Mads Kiilerich
-
rebase: improve error message for empty --source setSun, 17 Nov 2013 18:21:58 -0500, by Mads Kiilerich
-
rebase: improve error message for empty --rev setSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
rebase: test for empty dest revisionSun, 17 Nov 2013 18:21:58 -0500, by Mads Kiilerich
-
help: branch names primarily denote the tipmost unclosed branch headThu, 21 Nov 2013 15:17:18 -0500, by Mads Kiilerich
-
util: introduce util.debugstacktrace for showing a stack trace without crashingSun, 12 Jan 2014 23:28:21 +0100, by Mads Kiilerich
-
check-code: print debug output when an ignore pattern matchesTue, 07 Jan 2014 22:29:57 +0100, by Simon Heimberg
-
check-code: drop now unused check-code-ignoreTue, 07 Jan 2014 22:29:51 +0100, by Simon Heimberg
-
check-code: explain what to do when a check-code rule mismatchesTue, 07 Jan 2014 22:29:44 +0100, by Simon Heimberg
-
cleanup: Remove the only ever used skip-check-code pragmaTue, 07 Jan 2014 22:29:39 +0100, by Simon Heimberg
-
check-code: always report when a file is skipped by "no-check-code"Tue, 07 Jan 2014 22:29:15 +0100, by Simon Heimberg
-
check-code: do not skip entire file, skip only one match insteadTue, 07 Jan 2014 22:28:45 +0100, by Simon Heimberg
-
bisect: --command without --noupdate should flag the parent rev it testedSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
context: drop caching 'copies' methodSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
commands.bookmarks: move hexfn to inside list blockTue, 19 Nov 2013 12:43:29 -0800, by Siddharth Agarwal
-
commands.bookmarks: move cur initialization to inside wlockTue, 19 Nov 2013 12:42:17 -0800, by Siddharth Agarwal
-
commands.bookmarks: pass cur in explicitly to checkconflictThu, 21 Nov 2013 17:11:04 -0800, by Siddharth Agarwal
-
commands.bookmarks: hold wlock for write operationsTue, 19 Nov 2013 12:33:14 -0800, by Siddharth Agarwal
-
commands.bookmarks: separate out 'no bookmarks set' status messagesTue, 19 Nov 2013 11:47:30 -0800, by Siddharth Agarwal
-
tests: test-convert-cvs-synthetic.t requires cvs 1.12Sat, 16 Nov 2013 19:56:53 -0500, by Mads Kiilerich
-
merge with stableMon, 13 Jan 2014 14:33:39 -0600, by Matt Mackall
-
i18n-de: rename noun "entfernt" to "Gegenseite" stableWed, 08 Jan 2014 12:25:00 -0800, by David Soria Parra
-
doc: bump copyright yearFri, 10 Jan 2014 16:26:11 -0600, by Kevin Bullock
-
localrepo: drop unused variableFri, 10 Jan 2014 17:29:16 -0600, by Matt Mackall
-
discovery: stop using nodemap for membership testingFri, 15 Nov 2013 23:28:43 -0500, by Pierre-Yves David
-
discovery: enforce filtering into revlogbaseddag._internalizeallFri, 15 Nov 2013 23:27:39 -0500, by Pierre-Yves David
-
discovery: make revlogdag work on filtered repoFri, 15 Nov 2013 23:27:15 -0500, by Pierre-Yves David
-
pull: run findcommon incoming on unfiltered repoSat, 16 Nov 2013 11:53:44 -0500, by Pierre-Yves David
-
push: more robust check for bundle fast pathTue, 05 Nov 2013 18:37:44 +0100, by Pierre-Yves David
-
pull: fix post-pull common computationSat, 16 Nov 2013 15:36:50 -0500, by Pierre-Yves David
-
run-tests: better check for python versionMon, 25 Nov 2013 22:00:46 +0100, by Simon Heimberg
-
templatekw: allow tagtypes other than global in getlatesttagsMon, 23 Dec 2013 14:14:31 +0100, by Andrew Shadura
-
revlog: move file writing to a separate functionTue, 26 Nov 2013 12:58:27 -0800, by Durham Goode
-
discovery: prefer loop to double-for list comprehension in changegroupsubsetSun, 24 Nov 2013 17:33:39 -0600, by Kevin Bullock
-
merge with stableThu, 02 Jan 2014 16:32:51 -0600, by Matt Mackall
-
merge with stableThu, 02 Jan 2014 15:56:30 -0600, by Matt Mackall
-
i18n-ja: synchronized with d4be314b2071 stableMon, 30 Dec 2013 21:30:34 +0900, by FUJIWARA Katsunori
-
merge with stableWed, 01 Jan 2014 18:28:40 -0500, by Augie Fackler
-
fileset, revset: do not use global parser object for thread safety stableSat, 21 Dec 2013 12:44:19 +0900, by Yuya Nishihara
-
obsolete: order of magnitude speedup in _computebumpedsetMon, 23 Dec 2013 15:29:51 -0800, by Pierre-Yves David
-
obsolete: add an allprecursors method mirroring allsuccessors one.Mon, 23 Dec 2013 13:36:13 -0800, by Pierre-Yves David
-
perf: fix perfvolatilesetsMon, 23 Dec 2013 16:04:51 -0800, by Pierre-Yves David
-
obsolete: improve allsuccessors doc stringMon, 23 Dec 2013 13:33:21 -0800, by Pierre-Yves David
-
obsolete: fix bad commentMon, 23 Dec 2013 13:32:03 -0800, by Pierre-Yves David
-
util: remove unused realpath (issue4063)Sun, 29 Dec 2013 13:54:04 +0000, by Christian Ebert
-
import-checker: suppress check-code about any()Wed, 01 Jan 2014 17:57:48 -0500, by Augie Fackler
-
import-checker: use any() and a genexp to avoid awkward for/else constructionTue, 24 Dec 2013 19:10:04 -0500, by Augie Fackler
-
import-checker: backout 40f79b9a2cc8 (issue4129)Sun, 22 Dec 2013 21:27:00 -0800, by Chris Jerdonek
-
import-checker: make test-module-imports.t work using virtualenv (issue4129)Sun, 22 Dec 2013 21:20:38 -0800, by Chris Jerdonek
-
import-checker: refactor sys.path prefix check (issue4129)Sun, 22 Dec 2013 14:10:26 -0800, by Chris Jerdonek
-
filter: add a comment so that people do not forget to update subsettableTue, 24 Dec 2013 17:44:23 -0500, by Pierre-Yves David
-
localrepo: remove unused repo.branchtags()/_branchtip() methodsMon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
hgweb: simplify branches with repo.branchmap().iterbranches()Mon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
hgweb: simplify summary with repo.branchmap().iterbranches()Mon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
branches: simplify with repo.branchmap().iterbranches()Mon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
debuglabelcomplete: simplify with repo.branchmap().iterbranches()Mon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
branchmap: introduce iterbranches() methodMon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads()Mon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
branchmap: introduce branchheads() methodMon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip()Mon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
branchmap: introduce branchtip() methodMon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
branchmap: cache open/closed branch head informationMon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
bookmarks: allow push -B to create a new remote head (issue2372)Mon, 11 Nov 2013 21:16:54 +1100, by Stephen Lee
-
template: modify showextras to return a hybridThu, 21 Nov 2013 15:46:49 -0500, by Matthew Turk
-
branches: avoid unnecessary changectx.branch() callsFri, 15 Nov 2013 23:18:08 -0500, by Brodie Rao
-
branchmap: add documentation on the branchcache on-disk formatFri, 15 Nov 2013 23:18:08 -0500, by Brodie Rao
-
revlog: allow tuning of the chunk cache size (via format.chunkcachesize)Sun, 17 Nov 2013 18:04:29 -0500, by Brodie Rao
-
revlog: read/cache chunks in fixed windows of 64 KBSun, 17 Nov 2013 18:04:28 -0500, by Brodie Rao
-
perf: add perfmoonwalk command to walk the changelog backwardsSun, 17 Nov 2013 18:04:28 -0500, by Brodie Rao
-
largefiles: call super class method with proper kwargs to respect APITue, 03 Dec 2013 13:28:04 -0500, by Long Vu
-
subrepo: check phase of state in each subrepositories before committingWed, 13 Nov 2013 15:55:30 +0900, by FUJIWARA Katsunori
-
merge with crewMon, 16 Dec 2013 12:59:32 -0600, by Matt Mackall
-
http: backout 181108726ea5, which breaks on Python 2.4Sat, 14 Dec 2013 12:48:12 -0500, by Augie Fackler
-
test-module-imports: try and detect virtualenv breakage (issue4129)Sat, 14 Dec 2013 11:58:26 -0500, by Augie Fackler
-
http: reuse authentication info after the first failed request (issue3567)Mon, 25 Nov 2013 17:18:12 +0100, by Stéphane Klein
-
record: --user/-u now works with record when ui.username not set (issue3857)Thu, 12 Dec 2013 12:25:56 +0530, by Prasoon Shukla
-
help: fix formatting of template exampleWed, 11 Dec 2013 11:33:58 -0600, by Steve Hoelzer
-
merge with stableFri, 13 Dec 2013 17:23:02 -0600, by Matt Mackall
-
hgweb: avoid initialization race (issue3953) stableWed, 04 Dec 2013 13:42:28 -0600, by Matt Mackall
-
parsers: clarify documentation of test-parseindex2.pyMon, 02 Dec 2013 07:49:49 -0800, by Chris Jerdonek
-
merge with stableSun, 01 Dec 2013 21:24:48 -0600, by Matt Mackall
-
tests: fix missing import in check-translations stableSun, 01 Dec 2013 21:24:26 -0600, by Matt Mackall
-
merge with stableSun, 01 Dec 2013 20:54:02 -0600, by Matt Mackall
-
merge with stableSun, 01 Dec 2013 20:47:09 -0600, by Matt Mackall
-
parsers: backout version mismatch detection from 21dafd8546d1Sun, 01 Dec 2013 20:46:36 -0600, by Matt Mackall
-
tests: fix Mac doctest escape code garbage for check-translations stable 2.8.1Sun, 01 Dec 2013 20:39:11 -0600, by Matt Mackall
-
merge with stableSun, 01 Dec 2013 14:10:53 -0600, by Matt Mackall
-
parsers: fail fast if Python has wrong minor version (issue4110)Fri, 29 Nov 2013 12:36:28 -0800, by Chris Jerdonek
-
i18n: add the tool to check Mercurial specific translation problems in *.po stableWed, 27 Nov 2013 22:47:32 +0900, by FUJIWARA Katsunori
-
help: fix backwards bisect help example stableWed, 27 Nov 2013 22:32:01 +0100, by Santiago Pay=C3=A0 i Miralta
-
unshelve: don't commit unknown files during unshelve (issue4113) stableTue, 26 Nov 2013 16:23:05 -0800, by Durham Goode
-
largefiles: don't crash on 'local renamed directory' actions stableTue, 26 Nov 2013 15:38:33 +0100, by Mads Kiilerich
-
glossary: don't mention obsolete graphlog extension stableFri, 22 Nov 2013 19:13:07 +0100, by Martin Geisler
-
bisect: don't mention obsolete graphlog extension in help stableFri, 22 Nov 2013 19:12:44 +0100, by Martin Geisler
-
contrib: don't mention obsolete graphlog extension in mercurial.ini stableFri, 22 Nov 2013 19:12:18 +0100, by Martin Geisler
-
contrib: stop mentioning obsolete graphlog extension in sample.hgrc stableFri, 22 Nov 2013 19:11:48 +0100, by Martin Geisler
-
contrib: promote strip extension over MQ in sample.hgrc stableFri, 22 Nov 2013 17:14:44 +0100, by Martin Geisler
-
help: use progress instead of mq as in 'hg help config' example stableFri, 22 Nov 2013 17:12:43 +0100, by Matt Mackall
-
i18n-pt_BR: fix wording in tag command help text stableSat, 30 Nov 2013 21:50:40 -0200, by Wagner Bruna
-
i18n-ja: synchronized with 5246fd4781d8 stableThu, 28 Nov 2013 20:10:47 +0900, by FUJIWARA Katsunori
-
test-import-git.t: work around check-code hating on ^ and $( in testsWed, 27 Nov 2013 16:43:02 -0500, by Augie Fackler
-
patch: add support for git delta hunksWed, 27 Nov 2013 18:39:00 +0100, by Nicolas Vigier
-
pathcomplete: remove ambiguous entries for sole completion on a directoryMon, 25 Nov 2013 12:12:42 -0500, by Sean Farley
-
bash_completion: add global support for -b|--branchTue, 26 Nov 2013 14:33:18 -0600, by Sean Farley
-
bash_completion: add global support for -B|--bookmarkTue, 26 Nov 2013 14:31:40 -0600, by Sean Farley
-
bash_completion: change --rev if-else block into a caseTue, 26 Nov 2013 14:04:12 -0600, by Sean Farley
-
bash_completion: simplify if-else logicTue, 26 Nov 2013 13:55:33 -0600, by Sean Farley
-
bash_completion: add _hg_branches for list of branchesMon, 25 Nov 2013 11:38:14 -0500, by Sean Farley
-
bash_completion: add -B|--bookmark support for stripTue, 26 Nov 2013 14:38:14 -0600, by Sean Farley
-
bash_completion: add completion for deleting a shelveFri, 22 Nov 2013 14:58:41 -0500, by Sean Farley
-
bash_completion: use correct command for listing shelvesThu, 21 Nov 2013 15:14:52 -0500, by Sean Farley
-
bash_completion: remove restriction on bookmark completionWed, 20 Nov 2013 19:13:24 -0500, by Sean Farley
-
bash_completion: fix issue with subdirectories not being completedWed, 20 Nov 2013 14:45:18 -0500, by Sean Farley
-
bash_completion: determine root executable in case of aliasWed, 20 Nov 2013 13:19:55 -0500, by Sean Farley
-
bash_completion: expand aliased commandsWed, 20 Nov 2013 15:16:54 -0500, by Sean Farley
-
bash_completion: untabifyTue, 19 Nov 2013 11:45:30 -0500, by Sean Farley
-
dispatch: turn off custom debugger for HGPLAIN modeMon, 25 Nov 2013 12:20:39 -0500, by Sean Farley
-
Makefile: temporary copy of hg.pot is hg.pot.tmp instead of hg.pot~Sun, 17 Nov 2013 12:18:26 +0100, by Simon Heimberg
-
Makefile: fix po file updating by using same file name everywhereSun, 17 Nov 2013 12:17:55 +0100, by Simon Heimberg
-
mq: prefer a loop to a double-for list comprehensionSun, 24 Nov 2013 17:29:10 -0600, by Kevin Bullock
-
graphlog: mark as deprecatedSat, 23 Nov 2013 18:34:32 +0100, by Martin Geisler
-
tests: don't load unnecessary graphlog extensionFri, 22 Nov 2013 19:14:17 +0100, by Martin Geisler
-
hg: remove outdated commentFri, 22 Nov 2013 19:13:26 +0100, by Martin Geisler
-
tests: use strip extension instead of mq where it makes senseFri, 22 Nov 2013 17:10:08 +0100, by Martin Geisler
-
tests: fix `hghave root` on windowsSat, 23 Nov 2013 01:06:20 +0100, by Simon Heimberg
-
keyword: wlock while setting branch in kwdemoWed, 20 Nov 2013 12:55:08 +0000, by Christian Ebert
-
tests: add missing globSun, 17 Nov 2013 15:43:46 +0100, by Simon Heimberg
-
MergeTue, 26 Nov 2013 21:55:21 -0800, by Bryan O'Sullivan
-
mercurial/parsers.c: fix compiler warningTue, 19 Nov 2013 23:49:11 +0530, by Abhay Kadam
-
parse_index2: fix crash on bad argument type (issue4110) stableTue, 26 Nov 2013 16:14:22 -0800, by Chris Jerdonek
-
merge with stableMon, 25 Nov 2013 16:15:44 -0600, by Matt Mackall
-
bookmarks: consider successor changesets when moving bookmark (issue4015) stableWed, 06 Nov 2013 19:01:14 -0600, by Sean Farley
-
tests: deal with new gits sending status messages to stderr stableSat, 16 Nov 2013 19:55:38 -0500, by Mads Kiilerich
-
shelve: fix bad argument interaction with largefiles (issue4111) stableMon, 25 Nov 2013 13:46:46 -0600, by Matt Mackall
-
strip.stripcmd: remove redundant wlock acquire/releaseMon, 18 Nov 2013 09:09:05 -0800, by Siddharth Agarwal
-
merge with stableMon, 25 Nov 2013 12:18:29 -0600, by Matt Mackall
-
bookmarks: make setcurrent with None an errorFri, 15 Nov 2013 18:41:40 -0800, by Siddharth Agarwal
-
strip: use bookmarks.unsetcurrent instead of setcurrent with NoneFri, 15 Nov 2013 18:31:02 -0800, by Siddharth Agarwal
-
bmstore.write: use unsetcurrent instead of setcurrent with NoneFri, 15 Nov 2013 18:28:57 -0800, by Siddharth Agarwal
-
commands.bookmark: use unsetcurrent instead of setcurrent with NoneFri, 15 Nov 2013 18:06:01 -0800, by Siddharth Agarwal
-
merge with stableFri, 22 Nov 2013 17:26:58 -0600, by Matt Mackall
-
bisect: report "both good and bad" as such, not as "not directly related" stableSun, 10 Nov 2013 18:51:21 +0100, by Mads Kiilerich
-
phase: better error message when --force is needed stableFri, 08 Nov 2013 11:49:13 +0100, by Martin Geisler
-
hgweb: ignore non numeric "revcount" parameter values (issue4091) stableFri, 08 Nov 2013 09:48:01 +0100, by Isaac Jurado
-
lock: take both vfs and lock file path relative to vfs to access via vfsTue, 12 Nov 2013 16:23:52 +0900, by FUJIWARA Katsunori
-
vfs: add "makelock()" and "readlock()"Tue, 12 Nov 2013 16:23:52 +0900, by FUJIWARA Katsunori
-
hg: rewrite "copystore()" with vfsTue, 12 Nov 2013 16:23:52 +0900, by FUJIWARA Katsunori
-
localrepo: import "lock" module as "lockmod" for readabilityTue, 12 Nov 2013 16:23:52 +0900, by FUJIWARA Katsunori
-
transaction: take journal file path relative to vfs to use file API via vfsTue, 12 Nov 2013 16:23:52 +0900, by FUJIWARA Katsunori
-
vfs: add "chmod()"Tue, 12 Nov 2013 16:23:52 +0900, by FUJIWARA Katsunori
-
vfs: add "isfile()"Tue, 12 Nov 2013 16:23:52 +0900, by FUJIWARA Katsunori
-
transaction: unlink target file via vfsTue, 12 Nov 2013 16:23:52 +0900, by FUJIWARA Katsunori
-
relink: abort earlier when on different devices (issue3916)Sat, 09 Nov 2013 14:50:58 +0100, by Simon Heimberg
-
localrepo: prevent to copy repo local config, copy baseui insteadMon, 11 Nov 2013 22:59:26 +0100, by Simon Heimberg
-
doc: show details of command options in pages generated by docutilsFri, 08 Nov 2013 14:42:09 +0900, by FUJIWARA Katsunori
-
Makefile: intermediate steps work with temporary copy of hg.potTue, 05 Nov 2013 09:43:26 +0100, by Simon Heimberg
-
merge with stableThu, 21 Nov 2013 15:08:30 -0600, by Matt Mackall
-
help: drop help for branches template keywordThu, 21 Nov 2013 11:49:31 -0600, by Matt Mackall
-
test-command-template.t: fix failure due to trailing whitespaceThu, 21 Nov 2013 12:47:03 -0800, by Siddharth Agarwal
-
templater: makes branches work correctly with stringify (issue4108) stableThu, 21 Nov 2013 11:30:52 -0600, by Matt Mackall
-
manifest: increase lrucache from 3 to 4Mon, 11 Nov 2013 16:35:12 -0800, by Durham Goode
-
strip: add faster revlog strip computationMon, 11 Nov 2013 16:42:49 -0800, by Durham Goode
-
revlog: return lazy set from findcommonmissingMon, 11 Nov 2013 16:40:02 -0800, by Durham Goode
-
merge with stableTue, 19 Nov 2013 11:29:56 -0500, by Matt Mackall
-
histedit: hold wlock and lock while in progress stableSun, 17 Nov 2013 15:11:09 -0800, by Siddharth Agarwal
-
templater: only recursively evaluate string literals as templates (issue4103) stableMon, 18 Nov 2013 15:37:09 -0500, by Matt Mackall
-
templater: fix escaping in nested string literals (issue4102) stableMon, 18 Nov 2013 14:02:26 -0500, by Matt Mackall
-
merge with stableSun, 17 Nov 2013 20:22:59 -0500, by Matt Mackall
-
shelve: unshelve using an unfiltered repository stableThu, 07 Nov 2013 20:36:26 -0800, by David Soria Parra
-
largefiles: update in two steps, handle interrupted updates better stableThu, 07 Nov 2013 01:56:40 +0100, by Mads Kiilerich
-
largefiles: inline _updatelfile, prepare for further refactorings stableThu, 07 Nov 2013 01:49:48 +0100, by Mads Kiilerich
-
largefiles: cache largefiles for update, also without printmessage stableThu, 07 Nov 2013 01:48:00 +0100, by Mads Kiilerich
-
largefiles: cleanup of printmessage handling - the printed flag was redundant stableThu, 07 Nov 2013 01:47:59 +0100, by Mads Kiilerich
-
test-module-imports: skip on Python < 2.6, since ast is new in 2.6Sun, 17 Nov 2013 18:13:55 -0500, by Augie Fackler
-
Merge with stable.Sun, 17 Nov 2013 17:49:48 -0500, by Augie Fackler
-
convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None stableSat, 16 Nov 2013 19:56:30 -0500, by Mads Kiilerich
-
share: fix unshare calling wrong repo.__init__() method stableSat, 16 Nov 2013 17:30:34 -0500, by Brodie Rao
-
statichttprepo.httprangeheader: implement readlinesSun, 17 Nov 2013 13:31:18 -0800, by Siddharth Agarwal
-
statichttprepo: pass in True to splitlines, not 1Sun, 17 Nov 2013 13:28:11 -0800, by Siddharth Agarwal
-
mq: don't add '* * *' separators when there is no commit messageSat, 16 Nov 2013 15:46:28 -0500, by Mads Kiilerich
-
bisect: avoid confusing use of variables with same names in nested local scopesSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
discovery: make note messages for new heads more readableSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
discovery: tweak error message for multiple branch headsSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
test-obsolete-checkheads.t: remove todo comment that was fixed in be0fcbb1c92fSat, 16 Nov 2013 15:46:29 -0500, by Mads Kiilerich
-
convert: readability and test of rpairs functionSun, 17 Nov 2013 11:18:39 -0500, by Mads Kiilerich
-
tests: make doctest test runner less verboseSun, 17 Nov 2013 11:16:59 -0500, by Mads Kiilerich
-
tests: python hash seed is only relevant after failures - otherwise keep quietSun, 17 Nov 2013 10:59:35 -0500, by Mads Kiilerich
-
scmutil.filecache: support watching over multiple filesSat, 16 Nov 2013 13:29:39 -0800, by Siddharth Agarwal
-
scmutil: introduce a filecacheentry that can watch multiple pathsSat, 16 Nov 2013 13:24:26 -0800, by Siddharth Agarwal
-
scmutil: rename filecacheentry to filecachesubentrySat, 16 Nov 2013 13:19:06 -0800, by Siddharth Agarwal
-
scmutil.filecacheentry: make stat argument to constructor mandatorySat, 16 Nov 2013 13:33:33 -0800, by Siddharth Agarwal
-
test-filecache.py: add markers to the output for each eventSat, 16 Nov 2013 13:57:35 -0800, by Siddharth Agarwal
-
test-filecache.py: make setbeforeget test clearerSat, 16 Nov 2013 14:10:28 -0800, by Siddharth Agarwal
-
test-module-imports.t: new test to use the import cycle detectorSun, 17 Nov 2013 13:38:35 -0500, by Augie Fackler
-
import-checker: try a little harder to show fewer cyclesSun, 17 Nov 2013 13:33:20 -0500, by Augie Fackler
-
import-checker: ignore nested importsSun, 17 Nov 2013 16:58:18 -0500, by Augie Fackler
-
contrib: add an import checkerSun, 17 Nov 2013 13:04:18 -0500, by Augie Fackler
-
makememctx: move from patch to context to break import cycleWed, 06 Nov 2013 22:09:15 -0500, by Augie Fackler
-
cleanup: move stdlib imports to their own import statementWed, 06 Nov 2013 16:48:06 -0500, by Augie Fackler
-
pathutil: tease out a new library to break an import cycle from canonpath useWed, 06 Nov 2013 18:19:04 -0500, by Augie Fackler
-
subsettable: move from repoview to branchmap, the only place it's usedWed, 06 Nov 2013 14:38:34 -0500, by Augie Fackler
-
obsolete: add __eq__ and __hash__ to marker to make set() deduplication workSat, 16 Nov 2013 20:12:02 -0500, by Augie Fackler
-
obsolete: do not accept duplicated marker during exchangeSat, 16 Nov 2013 20:31:58 -0500, by Pierre-Yves David
-
Merge with stable.Sun, 17 Nov 2013 13:42:24 -0500, by Augie Fackler
-
obsolete: stop doing membership test on list stableSat, 16 Nov 2013 20:34:58 -0500, by Pierre-Yves David
-
bookmarks: rewrite pushing bookmarks in "localrepository.push()" by "compare()"Fri, 08 Nov 2013 12:45:52 +0900, by FUJIWARA Katsunori
-
bookmarks: rewrite pushing local bookmarks in "commands.push()" by "compare()"Fri, 08 Nov 2013 12:45:52 +0900, by FUJIWARA Katsunori
-
bookmarks: rewrite "updatefromremote()" by "compare()"Fri, 08 Nov 2013 12:45:52 +0900, by FUJIWARA Katsunori
-
bookmarks: add function to centralize the logic to compare bookmarksFri, 08 Nov 2013 12:45:52 +0900, by FUJIWARA Katsunori
-
hgweb: use semantically suitable filelog.revs in filelogSun, 10 Nov 2013 18:23:29 +0400, by Alexander Plavin
-
hgweb: always compute all entries and latestentry in filelogSun, 10 Nov 2013 18:07:56 +0400, by Alexander Plavin
-
hgweb: remove unused argument of entries function in filelogSun, 10 Nov 2013 18:05:53 +0400, by Alexander Plavin
-
transplant: use peer of source repository as "remote" for "repo.pull()"Sat, 16 Nov 2013 23:14:20 +0900, by FUJIWARA Katsunori
-
run-tests: remove files that we potentially create outside of $TMPDIRFri, 15 Nov 2013 22:57:11 -0500, by Sean Farley
-
run-tests: remove code that creates a dummy 'diffstat'Fri, 15 Nov 2013 22:56:08 -0500, by Sean Farley
-
template: change extras to use showlist rather than manual templ call.Fri, 15 Nov 2013 18:08:50 -0500, by Matthew Turk
-
help: adding example 'extras' printing to 'hg help templates'Fri, 15 Nov 2013 18:09:02 -0500, by Matthew Turk
-
help: document about {extras} template keywordFri, 15 Nov 2013 16:53:54 -0500, by Matthew Turk
-
check-code: document last ignore regexpSat, 09 Nov 2013 14:50:12 +0100, by Simon Heimberg
-
check-code: drop unneeded ignore patternsSat, 09 Nov 2013 14:49:05 +0100, by Simon Heimberg
-
merge with stableSat, 16 Nov 2013 12:44:28 -0500, by Matt Mackall
-
contrib: add editmerge script for editor conflict promptsFri, 15 Nov 2013 13:20:49 -0800, by Durham Goode
-
strip: fix last unprotected mq reference (issue4097) stableThu, 14 Nov 2013 21:37:18 -0600, by Matt Mackall
-
tests: skip tests that require not having root (issue4089)Thu, 14 Nov 2013 18:07:43 -0600, by Matt Mackall
-
make: restrict recursion in make cleanThu, 14 Nov 2013 17:17:44 -0600, by Matt Mackall
-
scmutil: skip checks in "casecollisionauditor" if filename is already checkedTue, 12 Nov 2013 00:07:23 +0900, by FUJIWARA Katsunori
-
check-code: prepend warning prefix only once, but for each warning stableSat, 09 Nov 2013 10:21:20 +0100, by Simon Heimberg
-
hgweb, i18n: do not translate search mode description stableWed, 13 Nov 2013 16:46:46 -0200, by Wagner Bruna
-
tests: end output lines including path with "(glob)" to pass on Windows stableSun, 10 Nov 2013 16:48:24 +0900, by FUJIWARA Katsunori
-
tests: quote environment variable to extract wildcard on MinGW environment stableSun, 10 Nov 2013 16:48:24 +0900, by FUJIWARA Katsunori
-
tests: choose the path separator in PYTHONPATH suitable for platform stableSun, 10 Nov 2013 16:48:24 +0900, by FUJIWARA Katsunori
-
util: warn when adding paths ending with \ stableFri, 08 Nov 2013 12:35:50 +0100, by Mads Kiilerich
-
check-code: check comment for '.. note::' without two newlines stableTue, 05 Nov 2013 09:00:31 +0100, by Simon Heimberg
-
documentation: add an extra newline after note directive stableTue, 05 Nov 2013 08:59:55 +0100, by Simon Heimberg
-
tests: modify minirst test input to new format stableMon, 04 Nov 2013 10:23:06 +0100, by Simon Heimberg
-
minirst: find admonitions before pruning comments and adding margins stableMon, 04 Nov 2013 10:23:06 +0100, by Simon Heimberg
-
minirst: do not fail on an empty admonition block stableMon, 04 Nov 2013 10:23:06 +0100, by Simon Heimberg
-
minirst: do not interpret a directive as a literal block stableMon, 04 Nov 2013 10:23:06 +0100, by Simon Heimberg
-
Makefile: do update on a temporary copy of a po fileTue, 05 Nov 2013 09:43:36 +0100, by Simon Heimberg
-
date: allow %z in format (issue4040)Thu, 07 Nov 2013 15:24:23 -0600, by Matt Mackall
-
merge with stableWed, 06 Nov 2013 16:36:07 -0600, by Matt Mackall
-
merge: move forgets to the beginning of the action list stableWed, 06 Nov 2013 10:20:18 -0800, by Siddharth Agarwal
-
rebase: fix working copy location after a --collapse (issue4080) stableFri, 01 Nov 2013 17:08:06 -0700, by Durham Goode
-
Merge with stable.Wed, 06 Nov 2013 12:53:39 -0500, by Augie Fackler
-
rebase: fix rebase aborts when 'tip-1' is public (issue4082) stableMon, 04 Nov 2013 19:59:00 -0800, by Durham Goode
-
Merge with stable.Tue, 05 Nov 2013 13:25:45 -0500, by Augie Fackler
-
check-code: prepend warning prefix for repeated warnings only onceSat, 02 Nov 2013 11:25:04 +0100, by Simon Heimberg
-
check-code: fix an error messageSat, 02 Nov 2013 11:25:33 +0100, by Simon Heimberg
-
test: do not add .pyc and .orig in test-commit-amend.t (issue4085) stableTue, 05 Nov 2013 10:55:45 +0100, by Pierre-Yves David
-
i18n-pt_BR: fix a few missing changes on 95304251c376 stableFri, 01 Nov 2013 11:04:48 -0200, by Wagner Bruna
-
i18n-ja: synchronized with 1d7a36ff2615 stableThu, 31 Oct 2013 03:05:46 +0900, by FUJIWARA Katsunori
-
patch: ensure valid git diffs if source/destination file is missing (issue4046) stableSun, 13 Oct 2013 08:38:30 -0400, by Johan Bjork
-
histedit: add description about exit code stableSun, 27 Oct 2013 00:24:25 +0900, by FUJIWARA Katsunori
-
rebase: add description about exit code when there are unresolved conflicts stableSun, 27 Oct 2013 00:24:25 +0900, by FUJIWARA Katsunori
-
shelve: remove unused variable assignment stableSat, 02 Nov 2013 04:49:42 +0900, by FUJIWARA Katsunori
-
rebase: fix selection of base used when rebasing merge (issue4041) stableWed, 30 Oct 2013 19:45:14 +0100, by Pierre-Yves David
-
doc: fix internal date sample (issue4072) stableTue, 29 Oct 2013 21:54:49 +0200, by Pavlos Touboulidis
-
largefiles: use 'remote'/'local' in merge prompts like in other merge prompts stableMon, 28 Oct 2013 22:34:07 +0100, by Mads Kiilerich
-
largefiles: systematic testing of merges to/from largefiles stableMon, 28 Oct 2013 22:34:05 +0100, by Mads Kiilerich
-
check-code: fix no-check-code skip message - obfuscation was too obscure stableWed, 23 Oct 2013 23:42:13 +0800, by Mads Kiilerich
-
shelve: remove useless and incorrect code paths for file access stableTue, 29 Oct 2013 01:03:43 +0900, by FUJIWARA Katsunori
-
shelve: disallow commit while unshelve is in progress stableTue, 29 Oct 2013 01:03:43 +0900, by FUJIWARA Katsunori
-
bdiff: avoid a memory error on malloc failure stableWed, 30 Oct 2013 16:03:42 -0500, by Matt Mackall
-
shelve: use rebase instead of merge (issue4068) stableWed, 23 Oct 2013 13:12:48 -0700, by Durham Goode
-
doc: put text into header of 1st column in table to generate page correctly stableFri, 25 Oct 2013 01:14:18 +0900, by FUJIWARA Katsunori
-
doc: use double quotation mark to quote arguments in examples for Windows users stableFri, 25 Oct 2013 01:14:18 +0900, by FUJIWARA Katsunori
-
doc: end line preceding command line example with double colon stableFri, 25 Oct 2013 01:14:18 +0900, by FUJIWARA Katsunori
-
rebase: improve error message for more than one external parent stableWed, 23 Oct 2013 23:42:13 +0800, by Mads Kiilerich
-
rebase: refactor and rename checkexternal - it is a getter more than a setter stableThu, 24 Oct 2013 12:05:22 +0800, by Mads Kiilerich
-
largefiles: don't prompt for normal/largefile changes when doing plain updates stableFri, 25 Oct 2013 02:33:59 +0800, by Mads Kiilerich
-
largefiles: remove extra check for file to get - it _is_ by definition in p2 stableFri, 25 Oct 2013 02:25:10 +0800, by Mads Kiilerich
-
largefiles: don't process merge actions at all when overwriting stableFri, 25 Oct 2013 01:24:10 +0800, by Mads Kiilerich
-
largefiles: hide passwords in URLs in ui messages stableThu, 17 Oct 2013 16:13:15 +0800, by Mads Kiilerich
-
largefiles: don't add extra \n when displaying remote messages in putlfile stableThu, 24 Oct 2013 01:49:56 +0800, by Mads Kiilerich
-
largefiles: add missing \n in ui.warn messages stableMon, 21 Oct 2013 11:22:54 +0800, by Mads Kiilerich
-
largefiles: fix 'unexpected response' warning newlines stableThu, 24 Oct 2013 01:49:56 +0800, by Mads Kiilerich
-
win32: add shelve extension to mercurial.ini stableMon, 21 Oct 2013 23:40:56 +0200, by Pascal Quantin
-
strip: fix spelling: "allows to" -> "allows you to" stableMon, 21 Oct 2013 22:23:36 +0100, by Javi Merino
-
cmdutil: fix makefileobj not to clobber default modemap dict stableTue, 22 Oct 2013 23:38:58 +0900, by Yuya Nishihara
-
shelve: make unshelve work even if it don't run in repository root stableTue, 22 Oct 2013 12:41:05 +0900, by Takumi IINO
-
tests: move generaldelta test to inline python (issue4064) stableMon, 21 Oct 2013 10:50:58 -0700, by Matt Mackall
-
merge default into stable for 2.8 freeze stable 2.8-rcSun, 20 Oct 2013 16:43:11 -0700, by Matt Mackall
-
discovery: revise hint message introduced by changeset b00ba31313c3Thu, 03 Oct 2013 23:16:07 +0900, by FUJIWARA Katsunori
-
push: add more detailed explanation about "--force" to online help documentThu, 03 Oct 2013 23:16:06 +0900, by FUJIWARA Katsunori
-
push: hide description about "-f" in the hint to prevent from using it easilyThu, 03 Oct 2013 23:16:06 +0900, by FUJIWARA Katsunori
-
demandimport: allow extensions to import own modules by absolute nameSat, 05 Oct 2013 01:02:22 +0900, by FUJIWARA Katsunori
-
demandimport: support "absolute_import" for external libraries (issue4029)Sat, 05 Oct 2013 01:02:22 +0900, by FUJIWARA Katsunori
-
hghave: add "py3k" feature to check whether test runs with Python 3.xSat, 05 Oct 2013 01:02:22 +0900, by FUJIWARA Katsunori
-
hghave: add "absimport" feature to check "absolute_import" in __future__Sat, 05 Oct 2013 01:02:22 +0900, by FUJIWARA Katsunori
-
merge: exit early during a no-op update (BC)Tue, 01 Oct 2013 17:43:54 -0700, by Siddharth Agarwal
-
localrepo: invoke only feature setup functions for enabled extensionsThu, 17 Oct 2013 21:45:17 +0900, by FUJIWARA Katsunori
-
lock: handle race in trylock/testlock on WindowsWed, 02 Oct 2013 21:16:40 +0900, by Yuya Nishihara
-
rebase: preserve active bookmark when not at head (issue3813)Mon, 14 Oct 2013 17:12:59 +0200, by Pierre-Yves David
-
rebase: preserve working directory parent (BC)Mon, 14 Oct 2013 16:12:29 +0200, by Pierre-Yves David
-
tests: prepare rebase test for wc parent preservationMon, 14 Oct 2013 16:49:54 +0200, by Pierre-Yves David
-
tests: test-gendoc.t checks if anything was translatedFri, 18 Oct 2013 18:56:52 +0200, by Simon Heimberg
-
tests: really test translations for rst syntax errors (issue4003)Fri, 18 Oct 2013 18:49:45 +0200, by Simon Heimberg
-
i18n: fix wrong rst syntaxFri, 18 Oct 2013 18:49:32 +0200, by Simon Heimberg
-
i18n-ru: fix the language team fieldSat, 19 Oct 2013 17:26:34 -0700, by Matt Mackall
-
commands: refactor 'serve', extract the http service classThu, 10 Oct 2013 04:32:36 +0200, by Mads Kiilerich
-
largefiles: refactor basestore, extract _gethash methodThu, 10 Oct 2013 04:28:44 +0200, by Mads Kiilerich
-
largefiles: make the protocol hack for replacing heads with lheads more preciseThu, 10 Oct 2013 04:28:39 +0200, by Mads Kiilerich
-
mq: refactor usage of repo.branchmap().iteritems() with itervalues()Mon, 01 Apr 2013 20:01:16 -0700, by Brodie Rao
-
merge with stableSat, 19 Oct 2013 14:21:05 -0700, by Matt Mackall
-
shelve: some docstring cleanupsWed, 16 Oct 2013 10:36:58 -0400, by Augie Fackler
-
dirstate.status: return explicit unknown files even when not askedMon, 14 Oct 2013 00:25:29 -0400, by Siddharth Agarwal
-
shelve: add minimal documentation to all functionsMon, 14 Oct 2013 18:29:56 +0200, by Pierre-Yves David
-
shelve: use the class constant in the clear methodMon, 14 Oct 2013 17:46:47 +0200, by Pierre-Yves David
-
hgweb: fix unstoppable loading of graph when no more resultsSat, 12 Oct 2013 11:29:28 +0400, by Alexander Plavin
-
hgweb: remove now unnecessary explicit header() and footer()Wed, 24 Jul 2013 03:20:26 +0400, by Alexander Plavin
-
hgweb: replace 'shortlog' with 'changelog' in raw changelog templateFri, 16 Aug 2013 21:41:19 +0400, by Alexander Plavin
-
shelve: drop pickle usageMon, 14 Oct 2013 18:59:12 +0200, by Pierre-Yves David
-
store: use "vfs.exists()" instead of "os.path.exists()"Tue, 15 Oct 2013 00:51:05 +0900, by FUJIWARA Katsunori
-
context: use "vfs.lstat()" to examine target path instead of "os.path.*"Tue, 15 Oct 2013 00:51:05 +0900, by FUJIWARA Katsunori
-
context: use "vfs.lstat()" instead of "os.lstat()"Tue, 15 Oct 2013 00:51:04 +0900, by FUJIWARA Katsunori
-
context: use "vfs.lstat()" instead of "os.lstat()"Tue, 15 Oct 2013 00:51:04 +0900, by FUJIWARA Katsunori
-
changelog: use "vfs.fstat()" instead of "util.fstat()"Tue, 15 Oct 2013 00:51:04 +0900, by FUJIWARA Katsunori
-
changelog: use "vfs.rename()" instead of "util.rename()"Tue, 15 Oct 2013 00:51:04 +0900, by FUJIWARA Katsunori
-
vfs: add "open()" for newly added code paths which open files via vfsTue, 15 Oct 2013 00:51:04 +0900, by FUJIWARA Katsunori
-
bookmarks: use "vfs.utime()" instead of "os.utime()"Tue, 15 Oct 2013 00:51:04 +0900, by FUJIWARA Katsunori
-
bookmarks: use "vfs.unlink()" instead of "util.unlink()"Tue, 15 Oct 2013 00:51:04 +0900, by FUJIWARA Katsunori
-
cmdutil: use None as default value for "function pointer" instead of FalseThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
graft: make skip messages more helpfulThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
convert: update source shamap when using filemap, just as when not using filemapThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
convert: introduce hg.revs to replace hg.startrev and --rev with a revsetSat, 20 Jul 2013 00:43:08 +0200, by Mads Kiilerich
-
convert: refactor head calculation for hg sourcesThu, 03 Oct 2013 18:01:21 +0200, by Mads Kiilerich
-
convert: remove unused and incorrect default handling for revmapfileFri, 19 Jul 2013 14:20:11 +0200, by Mads Kiilerich
-
generaldelta: fix testMon, 30 Sep 2013 18:27:42 -0700, by Wojciech Lopata
-
shelve: fix dirstate corruption during unshelve (issue4055)Fri, 11 Oct 2013 17:19:40 -0700, by Durham Goode
-
merge with stableWed, 09 Oct 2013 14:15:34 -0700, by Matt Mackall
-
shelve: only save mq state if enabledWed, 09 Oct 2013 14:15:20 -0700, by Sean Farley
-
changegroup: don't run changegroup hooks if nodes are goneMon, 07 Oct 2013 11:45:01 -0700, by Durham Goode
-
hgweb: add escaping of tags and bookmarks in graph view stableWed, 09 Oct 2013 12:02:32 -0700, by Matt Mackall
-
shelve: make no_backup parameter passing python 2.4 compatibleWed, 02 Oct 2013 09:50:21 +0200, by David Soria Parra
-
ui: send password prompts to stderr again (issue4056) stableWed, 09 Oct 2013 11:27:59 -0700, by Matt Mackall
-
test: make test-propertycache.py python2.4 compatible stableWed, 02 Oct 2013 11:16:03 +0200, by Pierre-Yves David
-
hgweb: log headers only if headers were successfully parsed stableTue, 01 Oct 2013 09:54:46 +0200, by David Soria Parra
-
merge with stableMon, 07 Oct 2013 17:47:55 -0400, by Augie Fackler
-
patch: Fix nullid for binary git diffs (issue4054) stableMon, 07 Oct 2013 17:47:19 -0400, by Johan Bjork
-
shelve: copy bookmarks and restore them after a commitThu, 03 Oct 2013 19:41:25 +0200, by David Soria Parra
-
check-code: check that '>' is used for continued linesThu, 03 Oct 2013 14:50:47 +0200, by Mads Kiilerich
-
check-code: check for spaces around = for named parametersThu, 03 Oct 2013 14:50:47 +0200, by Mads Kiilerich
-
run-tests: place the .t shell script next to $TESTTMP and with a useful nameThu, 03 Oct 2013 14:50:47 +0200, by Mads Kiilerich
-
tests: fix void and invalid test in test-archive.tThu, 03 Oct 2013 14:50:46 +0200, by Mads Kiilerich
-
inotify: don't pass pidfile option to childWed, 02 Oct 2013 14:24:25 -0700, by Siddharth Agarwal
-
cmdutil.service: move pidfile writing to the parent in daemon modeWed, 02 Oct 2013 15:20:49 -0700, by Siddharth Agarwal
-
cmdutil.service: move pidfile writing to a local functionWed, 02 Oct 2013 15:17:50 -0700, by Siddharth Agarwal
-
inotify: add pidfile to parent optionsWed, 02 Oct 2013 14:20:26 -0700, by Siddharth Agarwal
-
get-with-headers: don't block indefinitely if the server had an internal errorWed, 02 Oct 2013 22:46:32 +0100, by Javi Merino
-
convert: fix description of 'convert --rev'Fri, 19 Jul 2013 02:32:36 +0200, by Mads Kiilerich
-
convert: fix crash when existing converted revision didn't come from sourceWed, 02 Oct 2013 19:46:48 +0200, by Mads Kiilerich
-
convert: fix crash when filemap filtering is changedWed, 02 Oct 2013 19:46:47 +0200, by Mads Kiilerich
-
rebase: preserve metadata from grafts of changes (issue4001)Tue, 01 Oct 2013 14:48:53 -0400, by Augie Fackler
-
rebase: rework extrafn handling to support multiple extrafnsTue, 01 Oct 2013 14:28:18 -0400, by Augie Fackler
-
hgweb: call process_dates with a specified selector in ajax scrollFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
hgweb: add parentSelector argument to process_datesFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
hgweb: optimize process_dates functionFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
shelve: allow shelving of a change with an mq patch appliedThu, 29 Aug 2013 09:22:15 -0700, by David Soria Parra
-
shelve: new output format for shelve listingsTue, 01 Oct 2013 12:20:31 +0200, by David Soria Parra
-
shelve: add a shelve extension to save/restore working changesThu, 29 Aug 2013 09:22:13 -0700, by David Soria Parra
-
localrepo: make report level in repo.transaction configurableTue, 01 Oct 2013 12:20:29 +0200, by David Soria Parra
-
merge with stableTue, 01 Oct 2013 17:00:03 -0700, by Matt Mackall
-
rebase: catch RepoLookupError at restoring rebase state for summary stable 2.7.2Tue, 01 Oct 2013 00:35:07 +0900, by FUJIWARA Katsunori
-
rebase: catch RepoLookupError at restoring rebase state for abort/continue stableTue, 01 Oct 2013 00:35:07 +0900, by FUJIWARA Katsunori
-
histedit: suggest "histedit --abort" for inconsistent histedit state stableTue, 01 Oct 2013 00:35:07 +0900, by FUJIWARA Katsunori
-
repoview: have unfilteredpropertycache using the underlying cache stableMon, 30 Sep 2013 14:23:14 +0200, by Pierre-Yves David
-
repoview: make propertycache.setcache compatible with repoview stableMon, 30 Sep 2013 14:36:11 +0200, by Pierre-Yves David
-
merge with stableTue, 01 Oct 2013 10:44:59 -0700, by Matt Mackall
-
histedit: add more detailed help about "--outgoing" stableTue, 01 Oct 2013 00:12:34 +0900, by FUJIWARA Katsunori
-
histedit: abort if there are multiple roots in "--outgoing" revisions stableTue, 01 Oct 2013 00:12:34 +0900, by FUJIWARA Katsunori
-
discovery: abort also when pushing multiple headed new branchTue, 01 Oct 2013 00:26:22 +0900, by FUJIWARA Katsunori
-
branchmap: stop looking for stripped branchMon, 30 Sep 2013 17:42:38 +0200, by Pierre-Yves David
-
branchmap: remove the droppednodes logicMon, 30 Sep 2013 17:31:39 +0200, by Pierre-Yves David
-
branchmap: fix blank line positionMon, 30 Sep 2013 15:52:37 +0200, by Pierre-Yves David
-
histedit: add more detailed help about "--outgoing"Tue, 01 Oct 2013 00:12:34 +0900, by FUJIWARA Katsunori
-
histedit: abort if there are multiple roots in "--outgoing" revisionsTue, 01 Oct 2013 00:12:34 +0900, by FUJIWARA Katsunori
-
hgweb: eliminate extra complexity in process_dates definitionFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
util.h: backout 06badf7d10dc and 2c9645c0a582 for big-endian breakageMon, 30 Sep 2013 12:36:26 -0700, by Siddharth Agarwal
-
merge with stableMon, 30 Sep 2013 12:38:08 -0700, by Matt Mackall
-
strip: bring extension description in line with style and copy-editFri, 27 Sep 2013 21:54:53 -0500, by Kevin Bullock
-
strip: rename test-mq-strip into test-stripThu, 26 Sep 2013 11:11:39 +0200, by Pierre-Yves David
-
mq: extract strip function as its standalone extension (issue3824)Thu, 26 Sep 2013 23:57:21 +0200, by Pierre-Yves David
-
strip: move the strip helper function for mq to stripThu, 26 Sep 2013 23:43:00 +0200, by Pierre-Yves David
-
strip: move checklocalchanges from mq to stripThu, 26 Sep 2013 23:32:52 +0200, by Pierre-Yves David
-
strip: move checksubstate from mq to stripThu, 26 Sep 2013 23:12:43 +0200, by Pierre-Yves David
-
mq: prepare a strip extension for extractionThu, 26 Sep 2013 23:10:11 +0200, by Pierre-Yves David
-
histedit: remove unused parents() callThu, 26 Sep 2013 14:47:19 +0200, by David Soria Parra
-
mq: have the strip command functionnal on repo without mqWed, 25 Sep 2013 14:16:51 +0200, by Pierre-Yves David
-
mq: extract `mq.queue.strip`Wed, 25 Sep 2013 14:07:37 +0200, by Pierre-Yves David
-
mq: drop the use of mq.queue.qparent in mq.queue.stripWed, 25 Sep 2013 13:41:43 +0200, by Pierre-Yves David
-
mq: drop the use of mq.queue.qparent in mq.stripWed, 25 Sep 2013 14:10:34 +0200, by Pierre-Yves David
-
mq: document repo.mq.qparentsWed, 25 Sep 2013 19:34:45 +0200, by Pierre-Yves David
-
mq: use the new checklocalchange in the strip commandWed, 25 Sep 2013 19:32:53 +0200, by Pierre-Yves David
-
mq: extract checklocalchanges from `mq.queue`Wed, 25 Sep 2013 12:43:14 +0200, by Pierre-Yves David
-
mq: extract checksubstate from the queue classWed, 25 Sep 2013 11:24:43 +0200, by Pierre-Yves David
-
mq: simplifies the refresh hint in checklocalchangesWed, 25 Sep 2013 12:28:40 +0200, by Pierre-Yves David
-
merge: let the user choose to merge, keep local or keep remote subrepo revisionsFri, 06 Sep 2013 00:38:28 +0200, by Angel Ezquerra
-
python2.4: fix imports of sub-packages of the email packageTue, 24 Sep 2013 15:10:32 -0400, by Augie Fackler
-
httpconnection: properly inject ssl_wrap_socket into httpclient (issue4038)Fri, 20 Sep 2013 09:16:07 -0400, by Augie Fackler
-
sslutil: make keyfile and certfile arguments consistent between 2.6+ and 2.5-Fri, 20 Sep 2013 09:15:43 -0400, by Augie Fackler
-
httpclient: import 4bb625347d4a to provide SSL wrapper injectionFri, 20 Sep 2013 09:15:09 -0400, by Augie Fackler
-
sslutil: add a config knob to support TLS (default) or SSLv23 (bc) (issue4038)Thu, 19 Sep 2013 16:29:00 -0400, by Augie Fackler
-
largefiles: standardize error message for dirty working dirMon, 23 Sep 2013 21:41:01 -0700, by Siddharth Agarwal
-
cmdutil.bailifchanged: standardize error message for dirty working dirMon, 23 Sep 2013 21:31:37 -0700, by Siddharth Agarwal
-
merge: standardize error message for dirty subrepoMon, 23 Sep 2013 20:53:14 -0700, by Siddharth Agarwal
-
merge: standardize error message for dirty working dirMon, 23 Sep 2013 20:50:51 -0700, by Siddharth Agarwal
-
update: standardize error message for dirty update --checkMon, 23 Sep 2013 20:33:02 -0700, by Siddharth Agarwal
-
update: improve error message for dirty non-linear update with revMon, 23 Sep 2013 20:08:52 -0700, by Siddharth Agarwal
-
update: add error message for dirty non-linear update with no revMon, 23 Sep 2013 20:07:30 -0700, by Siddharth Agarwal
-
update: improve error message for clean non-linear updateMon, 23 Sep 2013 17:43:33 -0700, by Siddharth Agarwal
-
pull: for pull --update with failed update, print hint if anyMon, 23 Sep 2013 19:02:32 -0700, by Siddharth Agarwal
-
paper: edit search hint to include new feature descriptionFri, 06 Sep 2013 13:30:57 +0400, by Alexander Plavin
-
paper: define searchhint message in map file and use it in other templatesThu, 25 Jul 2013 01:12:25 +0400, by Alexander Plavin
-
debugshell: appease pyflakesMon, 23 Sep 2013 14:28:01 -0700, by Matt Mackall
-
check-code: new rule to forbid imports of a.b on the same line as other importsFri, 20 Sep 2013 10:18:09 -0400, by Augie Fackler
-
notify: correct import of email module, sort stdlib modules to topFri, 20 Sep 2013 10:16:55 -0400, by Augie Fackler
-
patchbomb: correct import of email moduleFri, 20 Sep 2013 10:16:35 -0400, by Augie Fackler
-
mail: correct import of email moduleFri, 20 Sep 2013 10:16:02 -0400, by Augie Fackler
-
patch: correct import of email moduleFri, 20 Sep 2013 10:15:51 -0400, by Augie Fackler
-
subrepo: move import of xml.minidom.dom to its own line for check-codeFri, 20 Sep 2013 10:15:37 -0400, by Augie Fackler
-
convert: move import of xml.minidom.dom to its own line for check-codeFri, 20 Sep 2013 10:15:23 -0400, by Augie Fackler
-
perf: rearrange imports of changelong and manifest to appease check-codeFri, 20 Sep 2013 10:14:59 -0400, by Augie Fackler
-
merge with stableMon, 23 Sep 2013 13:26:11 -0700, by Matt Mackall
-
paper: add infinite scrolling to graph by calling ajaxScrollInit at the pageSun, 22 Sep 2013 14:19:57 +0400, by Alexander Plavin
-
hgweb: add graph mode of ajax response processingFri, 20 Sep 2013 00:42:13 +0400, by Alexander Plavin
-
hgweb: make infinite scroll handling more generic and extensibleSun, 22 Sep 2013 14:18:23 +0400, by Alexander Plavin
-
hgweb: add reset javascript function to GraphFri, 06 Sep 2013 13:30:59 +0400, by Alexander Plavin
-
largefiles: setup "largefiles" feature in each repositories individuallySat, 21 Sep 2013 21:33:29 +0900, by FUJIWARA Katsunori
-
localrepo: make supported features manageable in each repositories individuallySat, 21 Sep 2013 21:33:29 +0900, by FUJIWARA Katsunori
-
extensions: list up only enabled extensions, if "ui" is specifiedSat, 21 Sep 2013 21:33:29 +0900, by FUJIWARA Katsunori
-
merge with stableMon, 23 Sep 2013 11:37:06 -0700, by Matt Mackall
-
largefiles: remove bailifchanged check from overridepull (BC)Fri, 20 Sep 2013 15:26:30 -0700, by Siddharth Agarwal
-
rebase: remove bailifchanged check from pullrebase (BC)Fri, 20 Sep 2013 16:32:05 -0700, by Siddharth Agarwal
-
debugshell: check ui.debugger for which debugger to useSun, 14 Jul 2013 12:16:40 -0500, by Sean Farley
-
debugshell: add function to embed ipythonSun, 14 Jul 2013 12:02:36 -0500, by Sean Farley
-
debugshell: abstract out pdb code.interactSun, 14 Jul 2013 12:10:52 -0500, by Sean Farley
-
templater: support using templates with non-standard names from map fileSun, 22 Sep 2013 13:52:18 +0400, by Alexander Plavin
-
help: use full name of extensions to look up them for keyword search stableMon, 23 Sep 2013 20:23:25 +0900, by FUJIWARA Katsunori
-
hgweb: add link to force literal keyword searchFri, 06 Sep 2013 13:30:56 +0400, by Alexander Plavin
-
raw: show current search mode name at search resultsFri, 06 Sep 2013 13:30:56 +0400, by Alexander Plavin
-
paper: show current search mode name at search resultsFri, 06 Sep 2013 13:30:56 +0400, by Alexander Plavin
-
hgweb: pass variable with current search mode name to the search templateFri, 06 Sep 2013 13:30:56 +0400, by Alexander Plavin
-
generaldelta: initialize basecache properly stableFri, 20 Sep 2013 10:45:51 -0700, by Wojciech Lopata
-
merge with stableFri, 20 Sep 2013 11:47:03 -0500, by Matt Mackall
-
paper: add reddish background to ajax error messageFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
paper: add simple animation to the loading indicatorFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
hgweb: add CSS class to the last entry on a pageFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
run-tests: find mercurial path with syntax valid on both py2 and py3Thu, 19 Sep 2013 15:29:28 -0400, by Augie Fackler
-
run-tests: if run by python3, execute setup.py with --c2to3Thu, 19 Sep 2013 15:29:04 -0400, by Augie Fackler
-
commands: import hgweb.server in a way that 2to3 can rewriteThu, 19 Sep 2013 15:28:26 -0400, by Augie Fackler
-
hgweb: show message when an error occured during ajax loadingFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
hgweb: show loading indicator while an ajax request is in processFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
hgweb: show a message when there are no more entries in the listFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
util.h: fix gcc version checkingThu, 19 Sep 2013 09:45:00 -0700, by Siddharth Agarwal
-
mq: remove unused repo._committingpatch-related codeMon, 16 Sep 2013 01:08:29 -0700, by Brodie Rao
-
strip: set current bookmark to None if stripped stableSat, 07 Sep 2013 15:07:10 -0500, by Sean Farley
-
merge with stableWed, 18 Sep 2013 14:52:16 -0500, by Matt Mackall
-
sslutil: backed out changeset 074bd02352c0 (issue4038) stableWed, 18 Sep 2013 14:40:17 -0400, by Augie Fackler
-
httpclient: apply upstream revision da7579b034a4 to fix SSL problems (issue4038) stableWed, 18 Sep 2013 14:45:28 -0400, by Augie Fackler
-
paper: call ajaxScrollInit in shortlogFri, 06 Sep 2013 13:30:57 +0400, by Alexander Plavin
-
hgweb: add ajaxScrollInit function, which does the ajax requests and processingWed, 18 Sep 2013 22:44:12 +0400, by Alexander Plavin
-
check-code: add bracket style checkWed, 18 Sep 2013 14:36:19 -0500, by Matt Mackall
-
util.h: getbe32() and putbe32() use intrinsic function to improve performanceSat, 14 Sep 2013 11:22:34 +0800, by Wei, Elson
-
hgweb: add appendFormatHTML javascript functionFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
hgweb: add removeByClassName javascript functionFri, 06 Sep 2013 13:30:58 +0400, by Alexander Plavin
-
hgweb: add docFromHTML javascript functionFri, 06 Sep 2013 13:30:57 +0400, by Alexander Plavin
-
hgweb: add makeRequest javascript functionFri, 06 Sep 2013 13:30:57 +0400, by Alexander Plavin
-
hgweb: add format javascript functionFri, 06 Sep 2013 13:30:57 +0400, by Alexander Plavin
-
hgweb: add nextentry variable for easy pagination in changelogFri, 06 Sep 2013 13:30:57 +0400, by Alexander Plavin
-
hgweb: always compute all entries and latestentry in changelogFri, 06 Sep 2013 13:30:57 +0400, by Alexander Plavin
-
templatefilters: add short format for age formattingTue, 17 Sep 2013 17:42:13 +0200, by David Soria Parra
-
hgweb: remove unused argument of changelist function in changelogFri, 06 Sep 2013 13:30:57 +0400, by Alexander Plavin
-
context: move evolution functions from changectx to basectxTue, 17 Sep 2013 23:34:57 -0500, by Sean Farley
-
context: use correct spelling of committableTue, 17 Sep 2013 18:34:45 -0500, by Sean Farley
-
check-code: check C patterns against .h filesTue, 17 Sep 2013 18:19:04 -0500, by Matt Mackall
-
check-code: make casting style check more preciseTue, 17 Sep 2013 18:13:54 -0500, by Matt Mackall
-
log: make file log slow path usable on large reposTue, 10 Sep 2013 19:49:34 -0700, by Durham Goode
-
plan9: update util.py for cpython 2.7 buildFri, 13 Sep 2013 15:40:04 -0500, by Jeff Sickel
-
parse_manifest: rewrite to use memchrFri, 06 Sep 2013 23:47:59 -0700, by Siddharth Agarwal
-
parsers: correctly handle a failed allocationMon, 16 Sep 2013 12:17:55 -0700, by Bryan O'Sullivan
-
parsers: use Py_INCREF safelyMon, 16 Sep 2013 12:12:37 -0700, by Bryan O'Sullivan
-
parsers: state is a char, not an intMon, 16 Sep 2013 12:10:28 -0700, by Bryan O'Sullivan
-
setup: check if mercurial/util.h has been modifiedFri, 13 Sep 2013 10:00:57 +0800, by Wei, Elson
-
util.h: add stdint basic type definitionsFri, 13 Sep 2013 09:54:43 +0800, by Wei, Elson
-
hgweb: add revset syntax support to searchFri, 06 Sep 2013 13:30:56 +0400, by Alexander Plavin
-
revset: add a whitelist of DoS-safe symbolsFri, 06 Sep 2013 13:30:56 +0400, by Alexander Plavin
-
revset: add helper function to get functions used in a revset parse treeWed, 07 Aug 2013 01:21:31 +0400, by Alexander Plavin
-
revset: add helper function to get revset parse tree depthFri, 09 Aug 2013 22:52:58 +0400, by Alexander Plavin
-
parsers: use a lookup table to convert hex to binarySat, 07 Sep 2013 00:59:24 -0700, by Siddharth Agarwal
-
revlog: remove _chunkbase since it is no longer usedFri, 06 Sep 2013 23:05:33 -0700, by Siddharth Agarwal
-
revlog: move chunk cache preload from revision to _chunksFri, 06 Sep 2013 23:05:11 -0700, by Siddharth Agarwal
-
revlog._chunks: inline getchunkFri, 06 Sep 2013 22:57:51 -0700, by Siddharth Agarwal
-
revlog.revision: fix cache preload for inline revlogsSat, 07 Sep 2013 12:42:46 -0700, by Siddharth Agarwal
-
revlog: add a fast method for getting a list of chunksFri, 06 Sep 2013 16:31:35 -0700, by Siddharth Agarwal
-
perfmanifest: allow and require passing in a revFri, 06 Sep 2013 13:35:29 -0700, by Siddharth Agarwal
-
perfmanifest: fix cache invalidationFri, 06 Sep 2013 13:20:07 -0700, by Siddharth Agarwal
-
lrucachedict: implement clear()Fri, 06 Sep 2013 13:16:21 -0700, by Siddharth Agarwal
-
merge with stableSat, 07 Sep 2013 16:08:11 -0500, by Kevin Bullock
-
bundle: fix performance regression when bundling file changes (issue4031) stableSat, 07 Sep 2013 21:20:00 +0200, by Antoine Pitrou
-
merge with stableSat, 07 Sep 2013 00:08:36 -0500, by Kevin Bullock
-
revset: fix wrong keyword() behaviour for strings with spaces stableTue, 06 Aug 2013 00:52:06 +0400, by Alexander Plavin
-
commitablefilectx: move children from workingfilectxThu, 15 Aug 2013 13:42:56 -0500, by Sean Farley
-
commitablefilectx: move parents from workingfilectxThu, 15 Aug 2013 13:42:33 -0500, by Sean Farley
-
commitablefilectx: move __nonzero__ from workingfilectxThu, 15 Aug 2013 13:23:06 -0500, by Sean Farley
-
commitablefilectx: move __init__ from workingfilectxThu, 15 Aug 2013 13:12:50 -0500, by Sean Farley
-
commitablefilectx: add a class that will be used for mutable file contextsThu, 15 Aug 2013 13:11:51 -0500, by Sean Farley
-
commitablectx: move dirs from workingctxWed, 14 Aug 2013 16:40:34 -0500, by Sean Farley
-
commitablectx: move markcommitted from workingctxWed, 14 Aug 2013 16:40:27 -0500, by Sean Farley
-
commitablectx: move ancestors from workingctxWed, 14 Aug 2013 16:37:59 -0500, by Sean Farley
-
commitablectx: move walk from workingctxWed, 14 Aug 2013 16:37:11 -0500, by Sean Farley
-
commitablectx: move ancestor from workingctxWed, 14 Aug 2013 16:37:01 -0500, by Sean Farley
-
commitablectx: move flags from workingctxWed, 14 Aug 2013 16:25:43 -0500, by Sean Farley
-
commitablectx: move children from workingctxWed, 14 Aug 2013 16:25:26 -0500, by Sean Farley
-
commitablectx: move hidden from workingctxWed, 14 Aug 2013 16:25:17 -0500, by Sean Farley
-
commitablectx: move phase from workingctxWed, 14 Aug 2013 16:24:59 -0500, by Sean Farley
-
commitablectx: move bookmarks from workingctxWed, 14 Aug 2013 16:24:33 -0500, by Sean Farley
-
commitablectx: move tags from workingctxWed, 14 Aug 2013 16:24:16 -0500, by Sean Farley
-
commitablectx: move extra from workingctxWed, 14 Aug 2013 16:23:28 -0500, by Sean Farley
-
commitablectx: move closesbranch from workingctxWed, 14 Aug 2013 16:23:16 -0500, by Sean Farley
-
commitablectx: move branch from workingctxWed, 14 Aug 2013 16:23:02 -0500, by Sean Farley
-
commitablectx: move clean from workingctxWed, 14 Aug 2013 16:22:42 -0500, by Sean Farley
-
commitablectx: move ignored from workingctxWed, 14 Aug 2013 16:22:32 -0500, by Sean Farley
-
commitablectx: move unknown from workingctxWed, 14 Aug 2013 16:22:20 -0500, by Sean Farley
-
commitablectx: move deleted from workingctxWed, 14 Aug 2013 16:21:55 -0500, by Sean Farley
-
commitablectx: move removed from workingctxWed, 14 Aug 2013 16:15:29 -0500, by Sean Farley
-
commitablectx: move added from workingctxWed, 14 Aug 2013 16:15:18 -0500, by Sean Farley
-
commitablectx: move modified from workingctxWed, 14 Aug 2013 16:14:58 -0500, by Sean Farley
-
commitablectx: move files from workingctxWed, 14 Aug 2013 16:09:45 -0500, by Sean Farley
-
commitablectx: move description from workingctxWed, 14 Aug 2013 16:09:30 -0500, by Sean Farley
-
commitablectx: move date from workingctxWed, 14 Aug 2013 16:03:32 -0500, by Sean Farley
-
commitablectx: move _date from workingctxThu, 15 Aug 2013 10:57:43 -0500, by Sean Farley
-
commitablectx: move user from workingctxWed, 14 Aug 2013 15:57:24 -0500, by Sean Farley
-
commitablectx: move _user from workingctxThu, 15 Aug 2013 10:51:53 -0500, by Sean Farley
-
commitablectx: move status from workingctxWed, 14 Aug 2013 15:55:56 -0500, by Sean Farley
-
commitablectx: move _status from workingctxWed, 14 Aug 2013 15:41:22 -0500, by Sean Farley
-
commitablectx: move _manifest from workingctxWed, 14 Aug 2013 15:34:18 -0500, by Sean Farley
-
commitablectx: move _flagfunc from workingctxWed, 14 Aug 2013 15:30:17 -0500, by Sean Farley
-
commitablectx: move _buildflagfunc from workingctxWed, 14 Aug 2013 15:29:48 -0500, by Sean Farley
-
commitablectx: move __contains__ from workingctxWed, 14 Aug 2013 15:29:09 -0500, by Sean Farley
-
commitablectx: move __nonzero__ from workingctxWed, 14 Aug 2013 15:28:43 -0500, by Sean Farley
-
commitablectx: move __str__ from workingctxWed, 14 Aug 2013 15:25:14 -0500, by Sean Farley
-
commitablectx: move __init__ from workingctxWed, 14 Aug 2013 15:24:58 -0500, by Sean Farley
-
commitablectx: add a class that will be used as a parent of mutable contextsWed, 14 Aug 2013 15:02:08 -0500, by Sean Farley
-
workingfilectx: remove unneeded __repr__ since it is now inheritedWed, 14 Aug 2013 13:32:56 -0500, by Sean Farley
-
workingfilectx: remove bogus commentThu, 15 Aug 2013 13:09:34 -0500, by Sean Farley
-
workingfilectx: remove __str__ manifest since it is now inheritedThu, 15 Aug 2013 13:32:07 -0500, by Sean Farley
-
basefilectx: use basectx __str__ instead of duplicating logicThu, 15 Aug 2013 13:31:17 -0500, by Sean Farley
-
workingctx: remove unneeded manifest since it is now inheritedWed, 14 Aug 2013 13:41:09 -0500, by Sean Farley
-
workingctx: remove unneeded __repr__ since it is now inheritedWed, 14 Aug 2013 13:32:44 -0500, by Sean Farley
-
hgweb: import the whole util module in webcommands instead of just one functionTue, 03 Sep 2013 20:02:53 +0400, by Alexander Plavin
-
hgweb: add string constants for search mode namesWed, 04 Sep 2013 19:40:04 +0400, by Alexander Plavin
-
addremove: don't do full walksWed, 04 Sep 2013 18:42:55 -0700, by Siddharth Agarwal
-
merge with mpmThu, 05 Sep 2013 11:45:27 -0400, by Augie Fackler
-
merge with mpmTue, 03 Sep 2013 17:06:19 -0400, by Augie Fackler
-
pack_dirstate: only invalidate mtime for files written in the last secondSat, 17 Aug 2013 20:48:49 -0700, by Siddharth Agarwal
-
dirstate.status: don't ignore symlink placeholders in the normal setSat, 31 Aug 2013 10:20:15 -0700, by Siddharth Agarwal
-
localrepo.status: ignore empty symlink placeholdersSat, 31 Aug 2013 10:16:06 -0700, by Siddharth Agarwal
-
merge with stableTue, 03 Sep 2013 18:08:27 -0500, by Matt Mackall
-
tags: write tag overwriting history also into tag cache file (issue3911) stable 2.7.1Wed, 28 Aug 2013 22:09:53 +0900, by FUJIWARA Katsunori
-
merge with stableTue, 03 Sep 2013 15:50:59 -0500, by Matt Mackall
-
histedit: add description about "histedit --outgoing" to command help stableMon, 26 Aug 2013 16:11:21 +0900, by FUJIWARA Katsunori
-
histedit: add description about basic histedit function to command help stableMon, 26 Aug 2013 16:11:21 +0900, by FUJIWARA Katsunori
-
rebase: handle bookmarks matching revset function names (issue3950) stableTue, 03 Sep 2013 15:12:35 -0400, by Bryan O'Sullivan
-
rebase: handle bookmarks matching revset function names (issue3950)Tue, 03 Sep 2013 15:12:35 -0400, by Bryan O'Sullivan
-
dispatch: add ability to specify a custom pdb module as a debuggerThu, 25 Jul 2013 22:28:34 -0500, by Sean Farley
-
dispatch: move command line --config argument parsing to _runcatch()Sat, 13 Jul 2013 16:33:07 -0500, by Sean Farley
-
mq: update subrepos when applying / unapplying patches that change .hgsubstateTue, 13 Aug 2013 01:38:30 +0200, by Angel Ezquerra
-
subrepo: make submerge() return the merged substateWed, 21 Aug 2013 22:34:04 +0200, by Angel Ezquerra
-
mq: look for modified subrepos when checking for local changesTue, 06 Aug 2013 00:49:39 +0200, by Angel Ezquerra
-
localrepo: get value from the unfiltered caches should check if the attribute existed.Wed, 07 Aug 2013 09:59:45 +0800, by Wei, Elson
-
hgweb: always run search when a query is entered (bc)Fri, 19 Jul 2013 02:09:13 +0400, by Alexander Plavin
-
hgweb: search() function supports direct pointing to revisionFri, 19 Jul 2013 02:41:11 +0400, by Alexander Plavin
-
hgweb: pass arguments which a function depends on explicitly in searchThu, 22 Aug 2013 16:42:10 +0400, by Alexander Plavin
-
hgweb: add dynamic search function selection, depending on the queryThu, 22 Aug 2013 16:45:23 +0400, by Alexander Plavin
-
unionrevlog: extract 'baserevision' and 'baserevdiff' methodsMon, 26 Aug 2013 17:11:01 -0700, by Wojciech Lopata
-
bundlerevlog: extract 'baserevision' methodMon, 26 Aug 2013 16:50:31 -0700, by Wojciech Lopata
-
solaris: tests can't use tail -nMon, 26 Aug 2013 15:20:44 -0700, by Danek Duvall
-
solaris: sed doesn't recognize a line without a newlineFri, 23 Aug 2013 16:05:38 -0700, by Danek Duvall
-
solaris: test cases can't use grep -aFri, 23 Aug 2013 14:31:42 -0700, by Danek Duvall
-
revlog: pass node as an argument of addrevisionMon, 19 Aug 2013 11:25:23 -0700, by Wojciech Lopata
-
revlog: extract 'checkhash' methodMon, 19 Aug 2013 11:06:38 -0700, by Wojciech Lopata
-
histedit: discard meaningless comment about 'hexlify node'Mon, 26 Aug 2013 16:11:21 +0900, by FUJIWARA Katsunori
-
histedit: add description about "histedit --outgoing" to command helpMon, 26 Aug 2013 16:11:21 +0900, by FUJIWARA Katsunori
-
histedit: add description about basic histedit function to command helpMon, 26 Aug 2013 16:11:21 +0900, by FUJIWARA Katsunori
-
httpclient: import 0d1b0a8bc549 to fix bug involving late-arriving RST after a responseFri, 23 Aug 2013 16:16:22 -0400, by Augie Fackler
-
progress: stop getting stuck in a nested topic during a long inner stepFri, 23 Aug 2013 13:28:18 -0400, by Augie Fackler
-
Backed out changeset 77d434760857Thu, 15 Aug 2013 21:36:53 -0400, by Augie Fackler
-
hgrc.d: separate namespace for mercurial scripts 9diff and 9mailThu, 15 Aug 2013 21:35:56 -0400, by Jeff Sickel
-
debugfs: add hardlink support reportingWed, 14 Aug 2013 12:42:22 -0500, by Matt Mackall
-
obsolete: allow passing a revision to successorssets()Sun, 04 Aug 2013 13:43:39 +0200, by Dan Villiom Podlaski Christiansen
-
factotum: clean up keychain for multiple hg repository authenticationMon, 12 Aug 2013 17:44:31 -0500, by Jeff Sickel
-
9mail: new script to add support for Plan 9 upas/marshal email wrapperMon, 12 Aug 2013 17:36:49 -0500, by Jeff Sickel
-
workingfilectx: inherit from basefilectx instead of filectxSun, 11 Aug 2013 23:50:32 -0500, by Sean Farley
-
basefilectx: move copies from filectxSun, 11 Aug 2013 23:06:10 -0500, by Sean Farley
-
basefilectx: move ancestors from filectxSun, 11 Aug 2013 23:05:50 -0500, by Sean Farley
-
basefilectx: move ancestor from filectxSun, 11 Aug 2013 23:05:08 -0500, by Sean Farley
-
basefilectx: move annotate from filectxSun, 11 Aug 2013 23:03:33 -0500, by Sean Farley
-
basefilectx: move p2 from filectxSun, 11 Aug 2013 23:00:11 -0500, by Sean Farley
-
basefilectx: move p1 from filectxSun, 11 Aug 2013 22:59:10 -0500, by Sean Farley
-
basefilectx: move parents from filectxSun, 11 Aug 2013 22:57:21 -0500, by Sean Farley
-
basefilectx: move cmp from filectxSun, 11 Aug 2013 22:56:53 -0500, by Sean Farley
-
basefilectx: move isbinary from filectxSun, 11 Aug 2013 22:56:30 -0500, by Sean Farley
-
basefilectx: move path from filectxSun, 11 Aug 2013 22:56:18 -0500, by Sean Farley
-
basefilectx: move changectx from filectxSun, 11 Aug 2013 22:56:02 -0500, by Sean Farley
-
basefilectx: move manifest from filectxSun, 11 Aug 2013 22:55:09 -0500, by Sean Farley
-
basefilectx: move phasestr from filectxSun, 11 Aug 2013 22:54:58 -0500, by Sean Farley
-
basefilectx: move phase from filectxSun, 11 Aug 2013 22:54:48 -0500, by Sean Farley
-
basefilectx: move extra from filectxSun, 11 Aug 2013 22:54:39 -0500, by Sean Farley
-
basefilectx: move branch from filectxSun, 11 Aug 2013 22:54:31 -0500, by Sean Farley
-
basefilectx: move description from filectxSun, 11 Aug 2013 22:54:22 -0500, by Sean Farley
-
basefilectx: move files from filectxSun, 11 Aug 2013 22:54:12 -0500, by Sean Farley
-
basefilectx: move date from filectxSun, 11 Aug 2013 22:53:56 -0500, by Sean Farley
-
basefilectx: move user from filectxSun, 11 Aug 2013 22:53:47 -0500, by Sean Farley
-
basefilectx: move hex from filectxSun, 11 Aug 2013 22:53:23 -0500, by Sean Farley
-
basefilectx: move node from filectxSun, 11 Aug 2013 22:51:53 -0500, by Sean Farley
-
basefilectx: move linkrev from filectxSun, 11 Aug 2013 22:51:41 -0500, by Sean Farley
-
basefilectx: move rev from filectxSun, 11 Aug 2013 22:51:30 -0500, by Sean Farley
-
basefilectx: move filelog from filectxSun, 11 Aug 2013 22:51:18 -0500, by Sean Farley
-
basefilectx: move flags from filectxSun, 11 Aug 2013 22:51:04 -0500, by Sean Farley
-
basefilectx: move filenode from filectxSun, 11 Aug 2013 22:50:37 -0500, by Sean Farley
-
basefilectx: move filerev from filectxSun, 11 Aug 2013 22:50:15 -0500, by Sean Farley
-
basefilectx: move __ne__ from filectxSun, 11 Aug 2013 22:49:40 -0500, by Sean Farley
-
basefilectx: move __eq__ from filectxSun, 11 Aug 2013 22:49:03 -0500, by Sean Farley
-
basefilectx: move __hash__ from filectxSun, 11 Aug 2013 22:47:39 -0500, by Sean Farley
-
basefilectx: move __repr__ from filectxSun, 11 Aug 2013 22:46:54 -0500, by Sean Farley
-
basefilectx: move __str__ from filectxSun, 11 Aug 2013 22:45:30 -0500, by Sean Farley
-
basefilectx: move __nonzero__ from filectxSun, 11 Aug 2013 22:45:13 -0500, by Sean Farley
-
basefilectx: move _repopath from filectxSun, 11 Aug 2013 22:44:51 -0500, by Sean Farley
-
basefilectx: move _filerev from filectxSun, 11 Aug 2013 22:44:36 -0500, by Sean Farley
-
basefilectx: move _filenode from filectxSun, 11 Aug 2013 22:44:19 -0500, by Sean Farley
-
basefilectx: move _changeid from filectxSun, 11 Aug 2013 22:44:06 -0500, by Sean Farley
-
basefilectx: move _filelog from filectxSun, 11 Aug 2013 22:40:59 -0500, by Sean Farley
-
basefilectx: add an empty class that will be used as a parent of file contextsSat, 10 Aug 2013 15:10:26 -0500, by Sean Farley
-
workingctx: inherit from basectx instead of changectxMon, 05 Aug 2013 18:44:18 -0500, by Sean Farley
-
largefiles: remove unnecessary check of instanceTue, 06 Aug 2013 15:10:09 -0500, by Sean Farley
-
localrepo: remove unnecessary check of instanceTue, 06 Aug 2013 15:11:42 -0500, by Sean Farley
-
basectx: remove unnecessary check of instanceTue, 06 Aug 2013 15:11:31 -0500, by Sean Farley
-
basectx: move dirty from changectxMon, 05 Aug 2013 18:42:41 -0500, by Sean Farley
-
basectx: move dirs from changectxMon, 05 Aug 2013 18:41:56 -0500, by Sean Farley
-
basectx: move _dirs from changectxMon, 05 Aug 2013 18:41:43 -0500, by Sean Farley
-
basectx: move diff from changectxMon, 05 Aug 2013 18:41:12 -0500, by Sean Farley
-
basectx: move match from changectxMon, 05 Aug 2013 18:41:00 -0500, by Sean Farley
-
basectx: move sub from changectxMon, 05 Aug 2013 18:40:36 -0500, by Sean Farley
-
basectx: move flags from changectxMon, 05 Aug 2013 18:28:54 -0500, by Sean Farley
-
basectx: move filenode from changectxMon, 05 Aug 2013 18:28:40 -0500, by Sean Farley
-
basectx: move _fileinfo from changectxMon, 05 Aug 2013 18:28:23 -0500, by Sean Farley
-
basectx: move p2 from changectxMon, 05 Aug 2013 18:26:54 -0500, by Sean Farley
-
basectx: move p1 from changectxMon, 05 Aug 2013 18:26:15 -0500, by Sean Farley
-
basectx: move parents from changectxMon, 05 Aug 2013 18:19:38 -0500, by Sean Farley
-
basectx: move mutable from changectxMon, 05 Aug 2013 18:19:19 -0500, by Sean Farley
-
basectx: move phasestr from changectxMon, 05 Aug 2013 18:19:04 -0500, by Sean Farley
-
basectx: move manifest from changectxMon, 05 Aug 2013 17:22:49 -0500, by Sean Farley
-
basectx: move __iter__ from changectxMon, 05 Aug 2013 17:22:18 -0500, by Sean Farley
-
basectx: move __getitem__ from changectxMon, 05 Aug 2013 17:22:05 -0500, by Sean Farley
-
basectx: move __contains__ from changectxMon, 05 Aug 2013 17:21:38 -0500, by Sean Farley
-
basectx: move substate from changectxMon, 05 Aug 2013 17:21:23 -0500, by Sean Farley
-
basectx: move __ne__ from changectxMon, 05 Aug 2013 17:00:32 -0500, by Sean Farley
-
basectx: move __eq__ from changectxMon, 05 Aug 2013 17:00:09 -0500, by Sean Farley
-
basectx: move __repr__ from changectxFri, 02 Aug 2013 18:24:08 -0500, by Sean Farley
-
basectx: move __int__ from changectxFri, 02 Aug 2013 16:52:13 -0500, by Sean Farley
-
basectx: change _node to node() in hexFri, 02 Aug 2013 16:50:13 -0500, by Sean Farley
-
basectx: move hex from changectxFri, 02 Aug 2013 16:49:01 -0500, by Sean Farley
-
basectx: move node from changectxFri, 02 Aug 2013 16:48:19 -0500, by Sean Farley
-
basectx: move rev from changectxFri, 02 Aug 2013 19:09:06 -0500, by Sean Farley
-
basectx: move __str__ from changectxFri, 02 Aug 2013 16:46:23 -0500, by Sean Farley
-
changectx: if passing a basectx then exit __init__ immediatelyTue, 06 Aug 2013 16:42:41 -0500, by Sean Farley
-
basectx: return a copied context if changeid is already a basectxTue, 06 Aug 2013 15:50:28 -0500, by Sean Farley
-
basectx: add an empty class that will be used as a parent of all contextsSat, 13 Jul 2013 19:59:21 -0500, by Sean Farley
-
ui.config: fix bug in config alternatives from cc669e4fec95Wed, 24 Jul 2013 19:13:39 -0400, by Augie Fackler
-
proxy: allow wildcards in the no proxy list (issue1821)Sat, 03 Aug 2013 13:23:48 -0500, by Matt Mackall
-
hgweb: cleaner if conditions in changelog() functionFri, 19 Jul 2013 02:08:19 +0400, by Alexander Plavin
-
hgweb: separate search itself and template generationMon, 15 Jul 2013 01:10:22 +0400, by Alexander Plavin
-
paper: remove unused occurence of changelogtag in viewsSat, 03 Aug 2013 00:34:56 +0400, by Alexander Plavin
-
hgweb: show full date in rfc822 format in tooltips at shortlog pageSun, 30 Jun 2013 11:48:21 +0400, by Alexander Plavin
-
hgweb: remove trailing whitespace in mercurial.jsSun, 04 Aug 2013 16:19:12 -0500, by Kevin Bullock
-
paper: get rid of changelogtag template duplicationMon, 22 Jul 2013 17:07:19 +0400, by Alexander Plavin
-
obsolete: clean up a couple of docstrings for correctnessFri, 26 Jul 2013 15:59:16 -0400, by Augie Fackler
-
run-tests: only check the common criteria once per testFri, 26 Jul 2013 21:18:40 -0400, by Simon Heimberg
-
merge with stableThu, 01 Aug 2013 22:52:05 -0500, by Matt Mackall
-
bookmarks: pull --update updates to active bookmark if it moved (issue4007) stable 2.7Thu, 01 Aug 2013 21:43:14 -0500, by Kevin Bullock
-
i18n-ja: synchronized with cfdae231ba78 stableThu, 01 Aug 2013 04:32:29 +0900, by FUJIWARA Katsunori
-
histedit: don't clobber working copy on --abort if not on histedit cset stableThu, 01 Aug 2013 19:55:02 -0500, by Matt Mackall
-
rebase: allow aborting when descendants detected stableThu, 01 Aug 2013 17:54:12 -0500, by Matt Mackall
-
rebase: continue abort without strip for immutable csets (issue3997) stableThu, 01 Aug 2013 17:45:13 -0500, by Matt Mackall
-
rebase: don't clobber wd on --abort when we've updated away (issue4009) stableThu, 01 Aug 2013 17:33:09 -0500, by Matt Mackall
-
bookmarks: update only proper bookmarks on push -r/-B (issue 3973) stableFri, 26 Jul 2013 13:34:51 -0700, by Wojciech Lopata
-
checklink: work around sshfs brain-damage (issue3636) stableSun, 28 Jul 2013 15:02:32 -0500, by Matt Mackall
-
import: cut commit messages at --- unconditionally (issue2148) stableSat, 27 Jul 2013 19:31:14 -0500, by Matt Mackall
-
win32: update Inno Setup installer script and extensions list stableSat, 27 Jul 2013 21:16:12 +0200, by Pascal Quantin
-
revert: make backup when unforgetting a file (issue3423) stableFri, 26 Jul 2013 17:08:05 -0500, by Matt Mackall
-
i18n-it: do not translate rst syntax stable 2.7-rcThu, 25 Jul 2013 21:00:03 +0200, by Simon Heimberg
-
convert: handle changeset sorting errors without traceback (issue3961) stableFri, 26 Jul 2013 14:44:13 +0100, by Frank Kingswood
-
ancestor.deepest: ignore ninteresting while building result (issue3984) stableThu, 25 Jul 2013 14:43:15 -0700, by Siddharth Agarwal
-
ancestor.deepest: decrement ninteresting correctly (issue3984) stableThu, 25 Jul 2013 17:35:53 +0800, by Wei, Elson
-
ancestor.deepest: sort revs in C version stableThu, 25 Jul 2013 14:20:37 -0700, by Siddharth Agarwal
-
check-code: add a check for the next() builtin, which was new in 2.6 stableThu, 25 Jul 2013 10:44:51 -0400, by Augie Fackler
-
mq: rename next() to nextpatch() to avoid confusing a future check-code patch stableThu, 25 Jul 2013 10:42:36 -0400, by Augie Fackler
-
hgweb: replace next(revs) to revs.next() to fix compatibility with Python 2.5- stableThu, 25 Jul 2013 15:27:41 +0400, by Alexander Plavin
-
tests: glob out exception type for directory collision stableThu, 25 Jul 2013 02:44:27 -0500, by Matt Mackall
-
record: add checkunfinished support (issue3955) stableThu, 25 Jul 2013 02:34:09 -0500, by Matt Mackall
-
tests: test-check-code-hg.t works for all files to check stableMon, 22 Jul 2013 10:04:53 +0200, by Simon Heimberg
-
check-code: do not abort on an unreadable file, only report this stableMon, 22 Jul 2013 10:04:45 +0200, by Simon Heimberg
-
heads: fix children/descendants in doc (issue3992) stableThu, 25 Jul 2013 00:54:49 -0500, by Matt Mackall
-
paper: fix rendering of the first tab in a line in Webkit (issue3990) stableSun, 21 Jul 2013 18:50:54 +0400, by Alexander Plavin
-
hgweb: fix duplication for some search queries stableSun, 21 Jul 2013 01:38:04 +0400, by Alexander Plavin
-
sslutil: force SSLv3 on Python 2.6 and later (issue3905) stableWed, 24 Jul 2013 14:51:13 -0400, by Augie Fackler
-
httpclient: update to revision 9517a2b56fe9 of httpplus (issue3905) stableWed, 24 Jul 2013 14:45:29 -0400, by Augie Fackler
-
hgweb: force connection close on early response stableSat, 11 May 2013 20:40:15 -0500, by Augie Fackler
-
hgweb: fix incorrect revisions count in graph (issue3977) stableThu, 25 Jul 2013 02:41:22 +0400, by Alexander Plavin
-
hgweb: fix incorrect way to count revisions in log (issue3977) stableThu, 25 Jul 2013 02:22:39 +0400, by Alexander Plavin
-
hgweb: always start graph with the revision in url stableThu, 25 Jul 2013 02:48:21 +0400, by Alexander Plavin
-
update: add tracking of interrupted updates (issue3113) stableThu, 25 Jul 2013 00:33:28 -0500, by Matt Mackall
-
histedit: add checkunfinished support (issue3955) stableWed, 24 Jul 2013 23:51:44 -0500, by Matt Mackall
-
rebase: add checkunfinished support (issue3955) stableWed, 24 Jul 2013 23:51:44 -0500, by Matt Mackall
-
rebase: reorder parent check and state storage stableWed, 24 Jul 2013 23:51:44 -0500, by Matt Mackall
-
commands: add checks for unfinished operations (issue3955) stableWed, 24 Jul 2013 23:51:40 -0500, by Matt Mackall
-
update: clear any clearable unfinished operations (issue3955) stableWed, 24 Jul 2013 23:30:24 -0500, by Matt Mackall
-
cmdutil: core functionality to block during multistep commands (issue3955) stableWed, 24 Jul 2013 23:27:30 -0500, by Matt Mackall
-
histedit: refuse to edit history that contains merges (issue3962) stableWed, 24 Jul 2013 17:39:29 -0400, by Augie Fackler
-
largefiles: overridematch() should replace the file path instead of extending (issue3934) stableWed, 24 Jul 2013 13:20:44 +0800, by Wei, Elson
-
revlog: handle hidden revs in _partialmatch (issue3979) stableTue, 23 Jul 2013 17:28:12 -0500, by Matt Mackall
-
convert: catch empty origpaths in svn gettags (issue3941) stableFri, 19 Jul 2013 16:45:44 -0500, by Matt Mackall
-
template: fix tabindent docstring (issue2880) stableFri, 19 Jul 2013 12:58:30 -0500, by Matt Mackall
-
merge default into stable for 2.7 code freeze stableFri, 19 Jul 2013 00:20:53 -0500, by Matt Mackall
-
osutil: consider WindowsError's behaviour to support python 2.4 on WindowsFri, 12 Jul 2013 11:14:42 +0900, by Shun-ichi GOTO
-
churn: split email aliases from the rightWed, 17 Jul 2013 10:40:40 -0400, by Matthew Turk
-
hgweb: highlight line which is linked to at annotate viewSun, 14 Jul 2013 05:35:04 +0400, by Alexander Plavin
-
hgweb: always start log with searched revisionSat, 13 Jul 2013 02:36:29 +0400, by Alexander Plavin
-
util: check if re2 works before using it (issue 3964)Mon, 01 Jul 2013 06:50:58 +0200, by Simon Heimberg
-
run-tests: backout 4f32747879d1 line endings changeThu, 18 Jul 2013 23:22:59 -0500, by Matt Mackall
-
hgweb: highlight line which is linked to at comparison viewSat, 13 Jul 2013 17:32:54 +0400, by Alexander Plavin
-
hgweb: change highlighted line color to be different from 'inserted' colorSat, 13 Jul 2013 17:31:53 +0400, by Alexander Plavin
-
convert: fix bad conversion of copies when hg.startrev is specifiedFri, 19 Jul 2013 01:40:57 +0200, by Mads Kiilerich
-
test-convert-hg-startrev: fix test for copy removal on missing parentFri, 19 Jul 2013 01:18:15 +0200, by Mads Kiilerich
-
hgweb: make stripes in diffstat with CSSSat, 13 Jul 2013 18:06:57 +0400, by Alexander Plavin
-
hgweb: make stripes in file log with CSSSat, 13 Jul 2013 18:03:35 +0400, by Alexander Plavin
-
hgweb: make stripes in graph with CSSSat, 13 Jul 2013 18:02:34 +0400, by Alexander Plavin
-
hgweb: make stripes in log and search with CSSSat, 13 Jul 2013 17:59:00 +0400, by Alexander Plavin
-
hgweb: make stripes in branch list with CSSSat, 13 Jul 2013 17:51:43 +0400, by Alexander Plavin
-
hgweb: make stripes in repo list with CSSSat, 13 Jul 2013 17:49:20 +0400, by Alexander Plavin
-
hgweb: make stripes in file annotate view with CSSSat, 13 Jul 2013 17:43:45 +0400, by Alexander Plavin
-
hgweb: make stripes in tag list with CSSSat, 13 Jul 2013 17:44:57 +0400, by Alexander Plavin
-
hgweb: make stripes in directory view with CSSSat, 13 Jul 2013 17:44:46 +0400, by Alexander Plavin
-
hgweb: make stripes in bookmark list with CSSSat, 13 Jul 2013 17:43:19 +0400, by Alexander Plavin
-
tests: update for commit --secretThu, 18 Jul 2013 16:29:05 -0500, by Matt Mackall
-
gpg: show "Unknown key ID xxxxxxxx" when the status is ERRSIGSun, 14 Jul 2013 21:50:52 +0800, by Wei, Elson
-
gpg: add shortkey() to convert from long id to shortSun, 14 Jul 2013 21:50:45 +0800, by Wei, Elson
-
gpg: getkeys() removes unused returning value "err"Fri, 12 Jul 2013 10:10:46 +0800, by Wei, Elson
-
gpg: treat "ERRSIG" as a valid key id but no fingerprintFri, 12 Jul 2013 10:05:11 +0800, by Wei, Elson
-
commit: enable --secret optionThu, 11 Jul 2013 13:11:41 -0400, by Jordi Gutiérrez Hermoso
-
merge: deprecate the --force optionWed, 17 Jul 2013 23:58:04 +0200, by Florence Laguzet
-
run-tests: revert previous commit, run() waits after a timeoutThu, 18 Jul 2013 09:42:44 -0700, by Brendan Cully
-
run-tests: reap timed-out zombiesThu, 18 Jul 2013 09:39:01 -0700, by Brendan Cully
-
hgweb: run search instead of showing wrong error for ambigious identifierFri, 12 Jul 2013 01:58:48 +0400, by Alexander Plavin
-
doc: bump copyright yearWed, 17 Jul 2013 17:34:47 -0700, by Siddharth Agarwal
-
version: bump copyright yearWed, 17 Jul 2013 17:34:30 -0700, by Siddharth Agarwal
-
hgweb: add line wrapping switch to file diff and changeset viewsSat, 13 Jul 2013 00:57:56 +0400, by Alexander Plavin
-
hgweb: file diff and changesets views behave like file source viewSat, 13 Jul 2013 00:57:10 +0400, by Alexander Plavin
-
hgweb: introduce separate classes for stripey backgroundFri, 12 Jul 2013 23:47:56 +0400, by Alexander Plavin
-
hgweb: add line wrapping switch to file source viewFri, 12 Jul 2013 15:58:13 +0400, by Alexander Plavin
-
hgweb: add changelog and search templates to raw styleTue, 09 Jul 2013 02:08:24 +0400, by Alexander Plavin
-
hgweb: toggleDiffstat function instead of showDiffstat and hideDiffstatFri, 12 Jul 2013 16:01:11 +0400, by Alexander Plavin
-
doc: make i18n man and htmlWed, 03 Jul 2013 21:50:20 +0900, by Takumi IINO
-
doc: make man and html from translated documentsWed, 03 Jul 2013 21:49:43 +0900, by Takumi IINO
-
gendoc: dispatch print document content by commandline argumentsWed, 03 Jul 2013 21:49:41 +0900, by Takumi IINO
-
gendoc: add showtopicWed, 03 Jul 2013 21:49:39 +0900, by Takumi IINO
-
gendoc: rename to showdoc from show_docWed, 03 Jul 2013 21:49:37 +0900, by Takumi IINO
-
check-code: automatically preppend "warning: " to all warning messagesTue, 16 Jul 2013 01:29:14 +0200, by Simon Heimberg
-
rollback: add reference to "hg commit --amend"Wed, 17 Jul 2013 10:49:34 +0200, by Martin Geisler
-
run-tests: generally handle line endings on windows by reSat, 13 Jul 2013 23:58:01 +0200, by Simon Heimberg
-
run-tests: test for os.altsep instead of os.name when checking \ for /Sat, 13 Jul 2013 23:57:55 +0200, by Simon Heimberg
-
hgweb: move local changelist function to the beginning of the parent oneMon, 15 Jul 2013 01:05:42 +0400, by Alexander Plavin
-
hgweb: get rid of branchentry template duplicationSat, 13 Jul 2013 17:51:24 +0400, by Alexander Plavin
-
merge with stableWed, 17 Jul 2013 14:25:35 -0500, by Matt Mackall
-
run-tests: replace popen locking with a noop _cleanup handler on py24Wed, 17 Jul 2013 13:42:08 -0700, by Brendan Cully
-
run-tests: only lock Popen wait/poll on python 2.4Wed, 17 Jul 2013 13:02:12 -0700, by Brendan Cully
-
run-tests: lock popen wait/pollWed, 17 Jul 2013 12:45:12 -0700, by Brendan Cully
-
i18n-de: fixed some strings about stripping stableSun, 14 Jul 2013 21:20:02 +0200, by Martin Schröder
-
rollback: mark as deprecatedTue, 16 Jul 2013 17:10:26 -0500, by Matt Mackall
-
worker: properly report errors from worker processes (issue3982)Tue, 16 Jul 2013 15:18:12 -0500, by Matt Mackall
-
run-tests: patch over py2.4 proc.wait() raceTue, 16 Jul 2013 12:44:11 -0500, by Matt Mackall
-
worker: check problem state correctly (issue3982)Tue, 16 Jul 2013 11:53:53 -0500, by Matt Mackall
-
sshpeer: mark _validrepo internalTue, 16 Jul 2013 11:18:16 -0500, by Matt Mackall
-
progress: respect HGPLAINTue, 16 Jul 2013 11:17:01 -0500, by Matt Mackall
-
tip: deprecate the tip commandThu, 11 Jul 2013 19:29:23 -0500, by Matt Mackall
-
tag: remove incorrect reference to tipThu, 11 Jul 2013 19:28:54 -0500, by Matt Mackall
-
log: remove tip from exampleThu, 11 Jul 2013 19:28:26 -0500, by Matt Mackall
-
cat: remove incorrect reference to tipThu, 11 Jul 2013 19:28:01 -0500, by Matt Mackall
-
share: remove reference to tipThu, 11 Jul 2013 19:26:53 -0500, by Matt Mackall
-
rebase: simplify references to branch tipsThu, 11 Jul 2013 19:26:34 -0500, by Matt Mackall
-
mq: remove reference to tipThu, 11 Jul 2013 19:25:44 -0500, by Matt Mackall
-
hgweb: show current search query in the input fieldThu, 11 Jul 2013 17:01:54 +0400, by Alexander Plavin
-
mq: use an unfiltered property cache for the queue objectSun, 14 Jul 2013 17:23:07 +0200, by Pierre-Yves David
-
summary: use missing ancestors algorithm to find new commitsMon, 15 Jul 2013 15:19:43 -0700, by Siddharth Agarwal
-
Merge histedit fixes from stable.Tue, 16 Jul 2013 11:13:18 -0500, by Augie Fackler
-
histedit: use base for computing renames when folding (issue3729) stableMon, 15 Jul 2013 15:04:42 +0200, by Martin Geisler
-
test-histedit-fold: remove unnecessary --template stableMon, 15 Jul 2013 13:20:39 +0200, by Martin Geisler
-
templater: sort functions alphabetically, as filters areSat, 29 Jun 2013 14:27:53 +0400, by Alexander Plavin
-
hgweb: color line which is linked to in file source viewThu, 04 Jul 2013 14:19:43 +0400, by Alexander Plavin
-
hgweb: wrap lines in file source viewThu, 04 Jul 2013 14:19:13 +0400, by Alexander Plavin
-
hgweb: code selection without line numbers in file source viewThu, 04 Jul 2013 14:18:44 +0400, by Alexander Plavin
-
tests: print line numbers when checking codeSat, 06 Jul 2013 21:48:07 +0200, by Simon Heimberg
-
tests: rename files to py extension instead of copying a 2nd timeSat, 06 Jul 2013 21:48:01 +0200, by Simon Heimberg
-
tests: check-code all python files in one runSat, 06 Jul 2013 21:47:56 +0200, by Simon Heimberg
-
win32mbcs: wrap util.split()Thu, 04 Jul 2013 23:05:59 +0900, by Shun-ichi GOTO
-
check-code: concatenate "check-code" on compile timeMon, 01 Jul 2013 06:50:58 +0200, by Simon Heimberg
-
tests: do not skip code-checking on some whole filesMon, 01 Jul 2013 06:50:58 +0200, by Simon Heimberg
-
check-code: do not warn on printf \\x or \\[1-9]Mon, 01 Jul 2013 06:50:58 +0200, by Simon Heimberg
-
summary: remove passing of rev because summary does not have thisTue, 06 Nov 2012 00:22:56 +0100, by Simon Heimberg
-
cleanup: drop unused variables and an unused importMon, 01 Jul 2013 20:48:56 +0200, by Simon Heimberg
-
tests: run pyflakes on files from manifest which could be python filesMon, 01 Jul 2013 20:48:55 +0200, by Simon Heimberg
-
Merge with stable.Tue, 09 Jul 2013 13:43:09 -0500, by Augie Fackler
-
i18n-ja: synchronized with ec17ddecdf64 stableMon, 01 Jul 2013 05:25:53 +0900, by FUJIWARA Katsunori
-
merge with stableSun, 30 Jun 2013 15:19:39 -0500, by Matt Mackall
-
i18n-fr: remove extra empty line at end of msgtr stableTue, 25 Jun 2013 18:45:33 -0400, by timeless
-
i18n-it: remove extra trailing newline and fix translation stableTue, 25 Jun 2013 18:45:32 -0400, by Martin Geisler
-
i18n-da: remove extra trailing newline and fix translation stableTue, 25 Jun 2013 18:45:32 -0400, by Martin Geisler
-
i18n-da: add missing format character and fix translation stableTue, 25 Jun 2013 18:45:32 -0400, by Martin Geisler
-
i18n-da: add missing format character and fix translation stableMon, 24 Jun 2013 00:32:52 -0400, by Martin Geisler
-
i18n-el: add missing indention for literal block stableSat, 29 Jun 2013 19:11:24 +0200, by Martin Geisler
-
merge with crewSun, 30 Jun 2013 14:56:04 -0500, by Matt Mackall
-
tests: simplify and document the sorting of pyflake messagesWed, 26 Jun 2013 23:12:55 +0200, by Simon Heimberg
-
bundle: move file chunk generation to it's own functionTue, 25 Jun 2013 13:23:12 -0700, by Durham Goode
-
parents: change parents command to use filectxTue, 18 Jun 2013 13:05:16 -0700, by Durham Goode
-
update: remove .hg/graftstate on clean (issue3970) stableFri, 28 Jun 2013 16:58:31 -0700, by Siddharth Agarwal
-
templater: add strip function with chars as an extra argumentTue, 25 Jun 2013 21:02:22 +0400, by Alexander Plavin
-
Merge with main.Mon, 24 Jun 2013 14:02:01 -0400, by Augie Fackler
-
revlog: add exception when linkrev == nullrevMon, 17 Jun 2013 19:44:00 -0700, by Durham Goode
-
merge with stableFri, 21 Jun 2013 15:31:40 -0500, by Matt Mackall
-
revlog: add exception when linkrev == nullrevMon, 17 Jun 2013 19:44:00 -0700, by Durham Goode
-
changegroup: fix fastpath during commitWed, 19 Jun 2013 14:17:03 -0500, by Matt Mackall
-
tests: do not print hgrc in testWed, 05 Jun 2013 22:41:53 +0200, by Simon Heimberg
-
contrib: delete setup3k in favor of setup --c2to3Thu, 13 Jun 2013 01:37:02 +0200, by Simon Heimberg
-
cleanup: remove unused importsThu, 13 Jun 2013 01:36:58 +0200, by Simon Heimberg
-
tests: check-code more python files without py extensionThu, 13 Jun 2013 01:44:02 +0200, by simon
-
dummyssh: fix check-code nitFri, 14 Jun 2013 15:28:40 -0400, by Augie Fackler
-
test-pathencode: randomize length of each path component stableWed, 19 Jun 2013 23:05:40 -0700, by Siddharth Agarwal
-
test-pathencode: reduce makepart length requirement by 1 stableWed, 19 Jun 2013 23:01:22 -0700, by Siddharth Agarwal
-
pathencode: fix hashmangle short dir limit (issue3958) stableWed, 19 Jun 2013 22:34:34 -0700, by Siddharth Agarwal
-
docs: change description to synopsis in hgrc.5 stableThu, 20 Jun 2013 14:06:11 -0500, by Matt Mackall
-
run-tests: sort missing files first instead of raising an errorTue, 11 Jun 2013 23:39:48 +0200, by simon
-
filectx: remove dependencies on filerevThu, 30 May 2013 19:29:21 -0700, by Durham Goode
-
hg: move return statement after finally blockSat, 08 Jun 2013 22:37:08 +0200, by simon
-
run-tests: call Threads constructor with keyword argumentsSun, 09 Jun 2013 16:49:08 +0200, by simon
-
run-tests: ignoring tests works againSun, 09 Jun 2013 16:42:55 +0200, by simon
-
check-code: introduce function for using re2 when availableSat, 08 Jun 2013 20:20:14 +0200, by Simon Heimberg
-
check-code: compile filters when loadingSat, 08 Jun 2013 20:20:14 +0200, by Simon Heimberg
-
check-code: compile all patterns on initialisationSat, 08 Jun 2013 20:20:14 +0200, by Simon Heimberg
-
check-code: only fix patterns onceSat, 08 Jun 2013 20:20:14 +0200, by Simon Heimberg
-
merge with stableFri, 07 Jun 2013 16:59:59 -0500, by Matt Mackall
-
commit: amending with --close-branch (issue3445) stableThu, 02 May 2013 19:36:47 +0300, by Iulian Stana
-
run-tests: simplify interrupted messageFri, 07 Jun 2013 16:04:11 -0500, by Matt Mackall
-
run-tests: remove spurious disable of --time with --debugFri, 07 Jun 2013 15:58:14 -0500, by Matt Mackall
-
run-tests: always gather runtimesFri, 07 Jun 2013 15:56:16 -0500, by Matt Mackall
-
run-tests: when interrupted report time in failure messageWed, 05 Jun 2013 22:05:29 +0200, by Simon Heimberg
-
run-tests: report interrupted testsWed, 05 Jun 2013 22:05:02 +0200, by Simon Heimberg
-
run-tests: open hgrc file only for writingWed, 05 Jun 2013 22:42:43 +0200, by Simon Heimberg
-
color: use pythons isinstance method instead of reprogramming itWed, 05 Jun 2013 22:06:16 +0200, by Simon Heimberg
-
color: only provide the required opt to _modesetupWed, 05 Jun 2013 22:06:02 +0200, by Simon Heimberg
-
doc: make it easier to read how to enable extensions stableThu, 06 Jun 2013 14:05:03 -0400, by Jordi Gutiérrez Hermoso
-
doc: reword "config file" to "configuration file" stableThu, 06 Jun 2013 13:37:41 -0400, by Jordi Gutiérrez Hermoso
-
run-tests: make --noskips workThu, 06 Jun 2013 14:40:26 -0500, by Matt Mackall
-
filelog: switch 'not len(filerevlog)' to 'not filerevlog'Thu, 30 May 2013 18:47:16 -0700, by Durham Goode
-
annotate: simplify annotate parent functionThu, 30 May 2013 19:29:03 -0700, by Durham Goode
-
changegroup: move changegroup file adding to a separate functionThu, 30 May 2013 19:26:56 -0700, by Durham Goode
-
log: move log file walk to its own functionThu, 30 May 2013 19:25:55 -0700, by Durham Goode
-
bundle: refactor changegroup prune to be its own functionThu, 30 May 2013 17:51:13 -0700, by Durham Goode
-
filectx: refactor filectx.rev() to use filectx._changeidThu, 30 May 2013 17:49:37 -0700, by Durham Goode
-
util: add an optional timestamp parameter to makedateMon, 03 Jun 2013 17:20:45 -0700, by Bryan O'Sullivan
-
util: rename ct variable in makedate to timestampMon, 03 Jun 2013 17:20:44 -0700, by Bryan O'Sullivan
-
merge: add a files method to the mergestate classMon, 03 Jun 2013 17:20:37 -0700, by Bryan O'Sullivan
-
histedit: raise ImportError when demandloading is enabled stableWed, 05 Jun 2013 21:16:49 +0200, by Simon Heimberg
-
run-tests: add --loop supportSun, 02 Jun 2013 18:09:06 -0500, by Matt Mackall
-
run-tests: --interactive and --jobs no longer conflictSun, 02 Jun 2013 17:58:51 -0500, by Matt Mackall
-
run-tests: sort certain slow tests earlier by keywordSun, 02 Jun 2013 17:58:49 -0500, by Matt Mackall
-
run-tests: drop unused resultslockSun, 02 Jun 2013 17:57:37 -0500, by Matt Mackall
-
run-tests: drop options.child and usersSun, 02 Jun 2013 17:57:36 -0500, by Matt Mackall
-
run-tests: remove runchildren, now unusedSun, 02 Jun 2013 17:56:53 -0500, by Matt Mackall
-
run-tests: schedule largest tests firstSun, 02 Jun 2013 17:56:51 -0500, by Matt Mackall
-
run-tests: introduce thread schedulerSun, 02 Jun 2013 16:58:22 -0500, by Matt Mackall
-
run-tests: use count to calculate port to useSun, 02 Jun 2013 16:55:19 -0500, by Matt Mackall
-
run-tests: introduce threadtmp directorySun, 02 Jun 2013 16:38:15 -0500, by Matt Mackall
-
run-tests: add abort flagSun, 02 Jun 2013 16:29:35 -0500, by Matt Mackall
-
run-tests: move more variables to envSun, 02 Jun 2013 16:29:22 -0500, by Matt Mackall
-
run-tests: simplify env deletionSun, 02 Jun 2013 16:29:20 -0500, by Matt Mackall
-
run-tests: move most of remaining environment tweaksSun, 02 Jun 2013 16:22:51 -0500, by Matt Mackall
-
run-tests: move environment creation to a separate functionSun, 02 Jun 2013 16:22:51 -0500, by Matt Mackall
-
run-tests: move HGRCPATH to envSun, 02 Jun 2013 16:22:51 -0500, by Matt Mackall
-
run-tests: move DAEMON_PIDS to envSun, 02 Jun 2013 16:22:51 -0500, by Matt Mackall
-
run-tests: move HGPORT setting to envSun, 02 Jun 2013 16:22:34 -0500, by Matt Mackall
-
run-tests: write tmp paths into env copySun, 02 Jun 2013 15:33:41 -0500, by Matt Mackall
-
tests: avoid writing files to HGTMPSun, 02 Jun 2013 15:27:08 -0500, by Matt Mackall
-
run-tests: use env dict to kill daemonsSun, 02 Jun 2013 14:04:55 -0500, by Matt Mackall
-
run-tests: add env dict to isolate test environmentSun, 02 Jun 2013 13:45:08 -0500, by Matt Mackall
-
merge with stableSat, 01 Jun 2013 17:19:00 -0500, by Matt Mackall
-
i18n-ja: synchronized with 9e5ab8d3154a stableSat, 01 Jun 2013 01:13:36 +0900, by FUJIWARA Katsunori
-
graft: refuse to commit an interrupted graft (issue3667) stableThu, 30 May 2013 22:32:10 +0100, by Simon King
-
run-tests: remove some unnecessary globalsMon, 27 May 2013 15:24:19 -0500, by Matt Mackall
-
run-tests: add a log functionFri, 24 May 2013 14:30:43 -0500, by Matt Mackall
-
run-tests: make vlog a proper functionFri, 24 May 2013 14:30:43 -0500, by Matt Mackall
-
run-tests: unify marks and result codesFri, 24 May 2013 14:30:43 -0500, by Matt Mackall
-
run-tests: change return code of runoneFri, 24 May 2013 14:30:35 -0500, by Matt Mackall
-
run-tests: regroup some initialization checksFri, 24 May 2013 13:53:56 -0500, by Matt Mackall
-
run-tests: fix a path existence checkFri, 24 May 2013 13:52:05 -0500, by Matt Mackall
-
run-tests: regroup some variable initializationFri, 24 May 2013 13:51:20 -0500, by Matt Mackall
-
run-tests: regroup nested functionsFri, 24 May 2013 13:48:25 -0500, by Matt Mackall
-
run-tests: regroup temp dir creationFri, 24 May 2013 13:47:17 -0500, by Matt Mackall
-
run-tests: pull hgrc creation out as functionFri, 24 May 2013 13:41:20 -0500, by Matt Mackall
-
tests: simplify handling of unknown test typesFri, 24 May 2013 13:34:22 -0500, by Matt Mackall
-
run-tests: filter out non-tests from default listFri, 24 May 2013 13:31:44 -0500, by Matt Mackall
-
run-tests: make a table of test typesFri, 24 May 2013 13:23:19 -0500, by Matt Mackall
-
run-tests: don't need to test shebang any moreFri, 24 May 2013 13:02:00 -0500, by Matt Mackall
-
merge with stableThu, 23 May 2013 17:53:38 -0500, by Matt Mackall
-
merge with stableThu, 23 May 2013 17:52:21 -0500, by Matt Mackall
-
gendoc: extract print help topics into a dedicated functionWed, 15 May 2013 15:44:59 +0900, by Takumi IINO
-
amend: complain more comprehensibly about subrepos stableThu, 23 May 2013 17:39:33 -0500, by Matt Mackall
-
gendoc: make commnd __doc__ and extension __doc__ as translatableWed, 15 May 2013 15:44:55 +0900, by Takumi IINO
-
blackbox: fix blackbox causing exceptions in tests stableWed, 22 May 2013 17:38:24 -0700, by Durham Goode
-
blackbox: fix recording exit codes (issue3938) stableWed, 22 May 2013 17:31:47 -0700, by Durham Goode
-
templater: add indentation arguments to the fill functionThu, 18 Apr 2013 15:48:22 -0500, by Sean Farley
-
templater: move templatefilters.func into the same place as the other funcsWed, 10 Apr 2013 18:56:38 -0500, by Sean Farley
-
ui: merge prompt text components into a singe stringWed, 22 May 2013 17:31:43 -0500, by Matt Mackall
-
merge with stableTue, 21 May 2013 15:32:15 -0500, by Matt Mackall
-
i18n-ru: merge with Nikolaj Sjujskij fixes stableTue, 21 May 2013 14:10:55 +0100, by Alexander Sauta
-
i18n-ru: update po-file for further translation (from ddc7a6be2021) stableTue, 14 May 2013 23:09:40 +0400, by Nikolaj Sjujskij
-
i18n-ru: fix patchbomb confirmation prompt (issue3929) stableSun, 12 May 2013 15:35:53 +0400, by Nikolaj Sjujskij
-
i18n-ru: fix "deleted files" in `status` description stableMon, 08 Apr 2013 17:16:11 +0400, by Nikolaj Sjujskij
-
merge with stableFri, 17 May 2013 17:22:08 -0500, by Matt Mackall
-
summary: add a histedit hookTue, 14 May 2013 11:23:18 -0700, by Bryan O'Sullivan
-
summary: indicate if a rebase is underwayTue, 14 May 2013 11:23:17 -0700, by Bryan O'Sullivan
-
summary: add tests for some extensions we plan to modifyTue, 14 May 2013 11:23:17 -0700, by Bryan O'Sullivan
-
mq: switch to new summary hook mechanismTue, 14 May 2013 11:23:16 -0700, by Bryan O'Sullivan
-
summary: augment output with info from extensionsTue, 14 May 2013 11:23:15 -0700, by Bryan O'Sullivan
-
merge with stableThu, 16 May 2013 16:20:10 -0500, by Matt Mackall
-
bundle-ng: move progress handling out of the linkrev callbackFri, 10 May 2013 23:48:03 +0200, by Benoit Boissinot
-
bundle-ng: simplify lookup and state handlingFri, 10 May 2013 23:14:54 +0200, by Benoit Boissinot
-
bundle-ng: simplify bundle10.generateFri, 10 May 2013 22:57:54 +0200, by Sune Foldager
-
shrink: delete extension preventing further refactoring (BC)Fri, 10 May 2013 22:47:12 +0200, by Benoit Boissinot
-
bundle-ng: move bundle generation to changegroup.pySun, 10 Feb 2013 16:03:20 +0100, by Benoit Boissinot
-
bundle-ng: unify _changegroup and _changegroupsubsetFri, 10 May 2013 22:20:32 +0200, by Benoit Boissinot
-
bundle-ng: move gengroup into bundler, pass repo object to bundlerFri, 10 May 2013 21:35:49 +0200, by Sune Foldager
-
bundle-ng: add bundlecaps argument to getbundle() commandSat, 09 Feb 2013 23:42:03 +0100, by Benoit Boissinot
-
bundle-ng: move group into the bundlerFri, 10 May 2013 21:03:01 +0200, by Sune Foldager
-
bundle-ng: move bundler creation up in the stackFri, 10 May 2013 20:37:41 +0200, by Benoit Boissinot
-
i18n: fix untranslated prompts with translated responses (issue3936) stableWed, 15 May 2013 21:36:19 -0500, by Kevin Bullock
-
help: stop documentation markup appearing in generated help stableWed, 15 May 2013 22:19:12 +0100, by Mike Williams
-
merge with stableTue, 14 May 2013 18:52:52 -0500, by Matt Mackall
-
ui: use util.sizetoint in configbytesTue, 14 May 2013 15:16:44 -0700, by Bryan O'Sullivan
-
util: migrate fileset._sizetoint to util.sizetointTue, 14 May 2013 15:16:43 -0700, by Bryan O'Sullivan
-
dirstate.status: avoid full walks when possibleTue, 23 Apr 2013 14:16:33 -0700, by Siddharth Agarwal
-
dirstate.walk: add a flag to let extensions avoid full walksMon, 22 Apr 2013 17:11:18 -0700, by Siddharth Agarwal
-
merge with stableMon, 13 May 2013 17:47:04 -0500, by Matt Mackall
-
i18n: fix partially-translated prompts (issue3928) (issue3929) stable 2.6.1Mon, 13 May 2013 17:44:35 -0500, by Matt Mackall
-
pathencode: grow buffers to increase safety margin stableFri, 10 May 2013 11:23:50 -0500, by Matt Mackall
-
merge with stableMon, 13 May 2013 13:02:01 -0500, by Kevin Bullock
-
help/config: note 64-bit Windows registry key used with 32-bit Python stableSun, 12 May 2013 10:09:34 +0100, by Mike Williams
-
httpclient: upgrade to fe8c09e4db64 of httpplusSat, 11 May 2013 20:25:15 -0500, by Augie Fackler
-
splicemap: support paths with spaces in splicemap (issue3844)Wed, 08 May 2013 20:55:56 +0200, by Szymon Wroblewski
-
branch: strip whitespace before testing known branch name stableTue, 07 May 2013 23:49:03 +0900, by Yuya Nishihara
-
merge with stableThu, 09 May 2013 18:34:04 -0500, by Matt Mackall
-
copies: refactor checkcopies() into a top level methodWed, 01 May 2013 10:44:21 -0700, by Durham Goode
-
store: move top file walk to a separate functionWed, 08 May 2013 14:22:00 -0700, by Durham Goode
-
clone: move file stream walk to a separate functionWed, 01 May 2013 10:38:41 -0700, by Durham Goode
-
dirstate._walkexplicit: inline dirsnotfound.appendTue, 07 May 2013 14:20:34 -0700, by Siddharth Agarwal
-
dirstate._walkexplicit: rename work to dirsfoundTue, 07 May 2013 14:19:04 -0700, by Siddharth Agarwal
-
dirstate.walk: refactor explicit walk into separate functionTue, 07 May 2013 10:02:55 -0700, by Siddharth Agarwal
-
dirstate.walk: pull skipstep3 out of the explicit walk codeTue, 07 May 2013 09:31:00 -0700, by Siddharth Agarwal
-
dirstate.walk: move dirignore filter out of explicit walk codeTue, 07 May 2013 09:47:10 -0700, by Siddharth Agarwal
-
dirstate.walk: maintain a list of dirs not foundTue, 07 May 2013 09:29:43 -0700, by Siddharth Agarwal
-
highlight: fix page layout with empty first and last lines stableFri, 10 May 2013 00:26:39 +0400, by Alexander Plavin
-
check-code: add another Windows pathsep ruleThu, 09 May 2013 15:22:54 -0500, by Matt Mackall
-
merge with stableThu, 09 May 2013 15:22:21 -0500, by Matt Mackall
-
tests: quiet strip to avoid commandserver pathsep issue stableThu, 09 May 2013 15:17:29 -0500, by Matt Mackall
-
tests: fix unionrepo path issue on msys (issue3927) stableThu, 09 May 2013 15:01:11 -0500, by Matt Mackall
-
merge with stableThu, 09 May 2013 10:51:03 -0500, by Matt Mackall
-
largefiles: check unknown files with case awareness of the filesystem stableTue, 07 May 2013 05:04:11 +0900, by FUJIWARA Katsunori
-
largefiles: check existence of the file with case awareness of the filesystem stableTue, 07 May 2013 05:04:11 +0900, by FUJIWARA Katsunori
-
windows: check target type before actual unlinking to follow POSIX semantics stableTue, 07 May 2013 05:04:11 +0900, by FUJIWARA Katsunori
-
Merge with stable.Thu, 09 May 2013 09:51:42 -0400, by Augie Fackler
-
manifestmerge: local unknown, remote created: don't traverse symlinksWed, 08 May 2013 14:11:01 -0700, by Siddharth Agarwal
-
subrepo: open files in 'rb' mode to read exact data in (issue3926) stableThu, 09 May 2013 21:09:58 +0900, by FUJIWARA Katsunori
-
patch: use scmutil.marktouched instead of scmutil.addremoveThu, 04 Apr 2013 13:45:21 -0700, by Siddharth Agarwal
-
scmutil: add a function to mark that files have been operated onThu, 04 Apr 2013 13:38:28 -0700, by Siddharth Agarwal
-
scmutil.addremove: factor out code to mark added/removed/renamesWed, 03 Apr 2013 15:53:59 -0700, by Siddharth Agarwal
-
scmutil.addremove: factor out code to find renamesWed, 03 Apr 2013 16:32:41 -0700, by Siddharth Agarwal
-
scmutil.addremove: rename local 'copies' to 'renames'Wed, 03 Apr 2013 15:32:15 -0700, by Siddharth Agarwal
-
scmutil.addremove: factor out dirstate walk into another functionTue, 02 Apr 2013 17:19:36 -0700, by Siddharth Agarwal
-
filecontext: use 'is not None' to check for filelog existenceWed, 01 May 2013 10:42:03 -0700, by Durham Goode
-
filelog: use super() for calling base functionsWed, 01 May 2013 10:39:37 -0700, by Durham Goode
-
bookmarks: allow bookmark command to take multiple argumentsThu, 02 May 2013 21:28:18 -0500, by Kevin Bullock
-
merge with stableSun, 05 May 2013 18:51:34 -0500, by Matt Mackall
-
convert: fix bug of wrong CVS path parsing without port number (issue3678) stableFri, 03 May 2013 19:34:59 +0200, by Blesso hrvoje1212
-
match: add comments to explain explicitdir and traversedirFri, 03 May 2013 15:36:18 -0700, by Siddharth Agarwal
-
match: make explicitdir and traversedir None by defaultFri, 03 May 2013 14:41:58 -0700, by Siddharth Agarwal
-
dirstate.walk: cache match.explicitdir and traversedir locallyFri, 03 May 2013 14:39:28 -0700, by Siddharth Agarwal
-
match: drop dir callbackSun, 28 Apr 2013 21:29:32 -0700, by Siddharth Agarwal
-
inotify: call match.explicitdirSun, 28 Apr 2013 21:28:31 -0700, by Siddharth Agarwal
-
purge: hook into match.explicitdir and traversedirSun, 28 Apr 2013 21:27:57 -0700, by Siddharth Agarwal
-
localrepo.commit: hook into match.explicitdirSun, 28 Apr 2013 21:27:21 -0700, by Siddharth Agarwal
-
dirstate.walk: call match.explicitdir or traversedir as appropriateSun, 28 Apr 2013 21:25:41 -0700, by Siddharth Agarwal
-
match: introduce explicitdir and traversedirSun, 28 Apr 2013 21:24:09 -0700, by Siddharth Agarwal
-
merge with stableSat, 04 May 2013 14:52:51 -0500, by Matt Mackall
-
run-tests: when running in parallel, delete tmpdirs immediatelyFri, 03 May 2013 15:18:21 -0700, by Siddharth Agarwal
-
tests: check path separator in movesFri, 03 May 2013 14:19:30 -0700, by Brendan Cully
-
tests: fix test-commandserver phase . output for windowsFri, 03 May 2013 13:59:58 -0700, by Brendan Cully
-
merge with stableFri, 03 May 2013 15:34:18 -0500, by Matt Mackall
-
revert: ensure that copies and renames are honored (issue3920) stableFri, 03 May 2013 12:40:17 -0700, by Bryan O'Sullivan
-
hgignore: fix regression with hgignore directory matches (issue3921) stableFri, 03 May 2013 09:44:50 -0700, by Durham Goode
-
templater: fix output instability from gsoc patchesThu, 02 May 2013 20:41:22 -0500, by Augie Fackler
-
log-style: add a log style that is default+phase (issue3436)Thu, 18 Apr 2013 22:56:57 +0300, by Iulian Stana
-
templater: show the style list when I try to use a wrong oneThu, 02 May 2013 20:23:14 -0500, by Iulian Stana
-
test-nested-repo.t: touch another file inside nested repoSat, 27 Apr 2013 23:49:34 -0700, by Siddharth Agarwal
-
check-code: add more path sep glob checksThu, 02 May 2013 15:21:47 -0500, by Matt Mackall
-
splicemap: improve error handling when source is subversion (issue2084)Thu, 25 Apr 2013 18:01:00 -0700, by Ben Goswami
-
splicemap: improve error handling when source is git (issue2084)Thu, 25 Apr 2013 16:02:58 -0700, by Ben Goswami
-
splicemap: improve error handling when source is hg (issue2084)Thu, 25 Apr 2013 11:50:26 -0700, by Ben Goswami
-
splicemap: move parsesplicemap to convcmd.py (issue2084)Wed, 24 Apr 2013 18:26:37 -0700, by Ben Goswami
-
merge with stableThu, 02 May 2013 14:11:34 -0500, by Matt Mackall
-
tests: sprinkle globs over largefiles/subrepo tests for Windows stableThu, 02 May 2013 11:26:43 -0700, by Brendan Cully
-
tests: skip permissions tests in test-phases-exchange when fs lacks permissions stableThu, 02 May 2013 11:17:18 -0700, by Brendan Cully
-
merge with stableThu, 02 May 2013 12:15:41 -0500, by Matt Mackall
-
bookmarks: fix bug that activated a bookmark even with -r passed stable 2.6Wed, 01 May 2013 15:24:21 -0500, by Sean Farley
-
bookmarks: resolve divergent bookmark when moving across a branch stableTue, 30 Apr 2013 21:12:49 -0500, by Sean Farley
-
bookmarks: resolve divergent bookmarks when moving active bookmark forward stableWed, 01 May 2013 15:34:45 -0500, by Sean Farley
-
bookmarks: resolve divergent bookmarks when fowarding bookmark to descendant stableWed, 01 May 2013 15:31:39 -0500, by Sean Farley
-
tags: update tag type only if tag node is updated (issue3911) stableTue, 30 Apr 2013 09:02:02 +0900, by FUJIWARA Katsunori
-
match: fix root calculation for combining regexps with simple paths stableTue, 30 Apr 2013 01:04:35 +0200, by Mads Kiilerich
-
icasefs: enhance test to prevent regression by changes in the future stableTue, 30 Apr 2013 05:01:32 +0900, by FUJIWARA Katsunori
-
icasefs: rewrite case-folding collision detection (issue3452) stableTue, 30 Apr 2013 05:01:32 +0900, by FUJIWARA Katsunori
-
icasefs: refactor "test-casecollision-merge.t" to reuse in succeeding fixes stableTue, 30 Apr 2013 05:01:32 +0900, by FUJIWARA Katsunori
-
icasefs: ignore removed files at building "dirstate._foldmap" up on icasefs stableTue, 30 Apr 2013 05:00:48 +0900, by FUJIWARA Katsunori
-
i18n-ja: synchronized with f01a351db791 stableWed, 01 May 2013 00:38:43 +0900, by FUJIWARA Katsunori
-
dispatch: add support for --option=value to _earlygetopt stableMon, 29 Apr 2013 14:14:42 -0700, by Bryan O'Sullivan
-
push: make locking of source optional (issue3684) stableTue, 30 Apr 2013 21:19:56 +0200, by Pierre-Yves David
-
push: factorise phase movement in a simple closure stableTue, 30 Apr 2013 10:51:25 +0200, by Pierre-Yves David
-
merge: increase safety of parallel updating/removing on icasefs stableMon, 29 Apr 2013 15:58:15 +0900, by FUJIWARA Katsunori
-
hgweb: handle filtered "0" rev in navigation stableTue, 30 Apr 2013 13:53:49 +0200, by Pierre-Yves David
-
tests: AIX can't handle negative date in test-dirstate.t stableTue, 30 Apr 2013 14:56:33 +0100, by Jim Hague
-
win32: use explicit path to "python.exe" only if it exists stableFri, 26 Apr 2013 01:12:03 +0900, by FUJIWARA Katsunori
-
test-mq-strip.t: add a test for strip --keep with clean working dir stableFri, 26 Apr 2013 22:07:25 -0700, by Siddharth Agarwal
-
largefiles: use repo.wwrite for writing standins (issue3909) stableSat, 27 Apr 2013 00:41:42 +0200, by Mads Kiilerich
-
config: discard "%unset" values defined in the other files read in previously stableFri, 26 Apr 2013 23:36:12 +0900, by FUJIWARA Katsunori
-
tests: rename from test-config-case.t to test-config.t for centralization stableFri, 26 Apr 2013 23:16:25 +0900, by FUJIWARA Katsunori
-
i18n: show the non-ASCII password prompt text correctly stableThu, 25 Apr 2013 20:48:49 +0900, by FUJIWARA Katsunori
-
tests: make sed usage in test-unionrepo.t cross-platform stableTue, 23 Apr 2013 17:26:00 -0500, by Kevin Bullock
-
check-code: fix sed 'i' command rule newline matching stableTue, 23 Apr 2013 16:57:51 -0500, by Kevin Bullock
-
blackbox: don't run permission tests on non-unix systems stableMon, 22 Apr 2013 18:00:59 -0700, by Durham Goode
-
check-code: expand sed rule to include more offenders stableMon, 22 Apr 2013 16:50:08 -0500, by Kevin Bullock
-
check-code: add a rule against a GNU sed-ism stableMon, 22 Apr 2013 16:33:28 -0500, by Kevin Bullock
-
hgweb: make help verbose again (issue3899) stableMon, 22 Apr 2013 12:27:56 +0400, by Alexander Plavin
-
color: add a test with extension loaded and ui.formatted=False stableFri, 19 Apr 2013 22:03:59 -0700, by Siddharth Agarwal
-
color: set _colormode to None when mode is unset (issue3895) stableFri, 19 Apr 2013 16:57:10 -0700, by Siddharth Agarwal
-
color: turn colorui functions into forwards when color is None stableFri, 19 Apr 2013 16:57:20 -0700, by Siddharth Agarwal
-
translations: change label integer error to not specify the kind of label stableFri, 19 Apr 2013 10:55:11 -0700, by Durham Goode
-
merge default int stable for 2.6 code freeze stable 2.6-rcThu, 18 Apr 2013 23:46:26 -0500, by Matt Mackall
-
blackbox: automatically rotate log filesThu, 18 Apr 2013 16:17:59 -0700, by Bryan O'Sullivan
-
ui: add a configbytes method, for space configurationThu, 18 Apr 2013 12:58:28 -0700, by Bryan O'Sullivan
-
mq: do not inherit settings form base repo in mqrepo (Fixes issue2358)Thu, 18 Apr 2013 23:53:39 +0200, by Simon Heimberg
-
color: set the ui class in reposetup, before a repo is createdThu, 18 Apr 2013 23:53:24 +0200, by Simon Heimberg
-
parsers: remove warning: format ‘%ld’ expects argument of type ‘long int’Thu, 18 Apr 2013 20:28:38 +0200, by André Sintzoff
-
annotate: discard refcount of discarded annotation for memory efficiencyThu, 18 Apr 2013 19:50:04 +0900, by FUJIWARA Katsunori
-
revlog: fix a regression with null revisionThu, 18 Apr 2013 16:46:09 +0400, by Alexander Plavin
-
rebase: check no-op before checking phase (issue3891)Thu, 18 Apr 2013 14:28:06 -0700, by Siddharth Agarwal
-
template: call runtemplate on the src argument to subWed, 10 Apr 2013 19:27:49 -0500, by Sean Farley
-
run-tests: introduce --random for running tests in random errorWed, 17 Apr 2013 03:41:34 +0200, by Mads Kiilerich
-
largefiles: wlock in status before lfdirstate.write()Wed, 17 Apr 2013 03:41:11 +0200, by Mads Kiilerich
-
transplant: use set for prune lookupTue, 16 Apr 2013 19:31:59 +0200, by Mads Kiilerich
-
obsolete: extract obsolescence marker pulling into a dedicated functionWed, 17 Apr 2013 11:47:49 +0200, by Pierre-Yves David
-
obsolete: extract obsolescence marker pushing into a dedicated functionWed, 17 Apr 2013 11:18:36 +0200, by Pierre-Yves David
-
blackbox: fix a case of name captureThu, 18 Apr 2013 12:55:58 -0700, by Bryan O'Sullivan
-
pathencode: eliminate comma at end of enum list to avoid pedantic warningFri, 19 Apr 2013 01:34:21 +0900, by Yuya Nishihara
-
smtp: use 465 as default port for SMTPSFri, 19 Apr 2013 01:26:23 +0900, by FUJIWARA Katsunori
-
subrepo: fix test breakage introduced in 2b34d004e644Thu, 21 Feb 2013 21:05:06 +0000, by Kevin Bullock
-
histedit: more precise user message when changeset is missingThu, 18 Apr 2013 15:27:50 +0200, by Pierre-Yves David
-
histedit: protect against duplicated entriesThu, 18 Apr 2013 15:22:24 +0200, by Pierre-Yves David
-
histedit: track short hash instead of changectx objectThu, 18 Apr 2013 15:13:35 +0200, by Pierre-Yves David
-
histedit: ensure rules return short hex at all timeThu, 18 Apr 2013 15:10:01 +0200, by Pierre-Yves David
-
histedit-test: test unknown commandThu, 18 Apr 2013 13:51:27 +0200, by Pierre-Yves David
-
histedit-test: test unknown changesetThu, 18 Apr 2013 13:50:59 +0200, by Pierre-Yves David
-
histedit-test: test malformed lineThu, 18 Apr 2013 13:49:32 +0200, by Pierre-Yves David
-
histedit-test: test that extra revisions are detectedThu, 18 Apr 2013 11:54:31 -0400, by Pierre-Yves David
-
histedit-test: test that missing revisions are detectedThu, 18 Apr 2013 11:53:58 -0400, by Pierre-Yves David
-
histedit: handle multiple spaces between action and hash (issue3893)Thu, 18 Apr 2013 11:52:34 -0400, by Pierre-Yves David
-
http2: sane readlineFri, 01 Feb 2013 15:00:23 -0800, by Brendan Cully
-
http2: make read use pushchunk/popchunk, eschew itertoolsFri, 01 Feb 2013 14:41:35 -0800, by Brendan Cully
-
http2: track available data as it changes instead of recomputing itFri, 01 Feb 2013 14:41:33 -0800, by Brendan Cully
-
histedit-test: rename histedit-revspec into histedit-argumentThu, 18 Apr 2013 13:38:49 +0200, by Pierre-Yves David
-
histedit-test: remove unnecessary graphlog extensionThu, 18 Apr 2013 13:35:43 +0200, by Pierre-Yves David
-
histedit-test: drop skip logic for older mercurial versionThu, 18 Apr 2013 13:34:43 +0200, by Pierre-Yves David
-
hgweb: refactor checks for granting and revoking user permissionsMon, 15 Apr 2013 18:57:04 -0300, by Wagner Bruna
-
check-code: add check for lock release orderWed, 17 Apr 2013 14:38:02 -0500, by Matt Mackall
-
parsers: fix variable declaration position issueWed, 17 Apr 2013 12:57:26 -0500, by Matt Mackall
-
zsh_completion: complete all files for `commit/backout --logfile`Wed, 17 Apr 2013 21:06:48 +0400, by Nikolaj Sjujskij
-
transplant: improve documentationTue, 16 Apr 2013 19:20:23 +0200, by Mads Kiilerich
-
transplant: clarify what --branch do - it has nothing to do with branchesTue, 16 Apr 2013 19:18:38 +0200, by Mads Kiilerich
-
import: inline checkexact functionWed, 17 Apr 2013 10:25:14 +0200, by Pierre-Yves David
-
import: factor out checkexactWed, 17 Apr 2013 10:22:28 +0200, by Pierre-Yves David
-
amend: fix unlocking order - first lock then wlockWed, 17 Apr 2013 03:41:08 +0200, by Mads Kiilerich
-
codingstyle: remove trailing spaces in various text filesWed, 17 Apr 2013 03:40:18 +0200, by Mads Kiilerich
-
tests: run check-code on Python files without .py extensionWed, 17 Apr 2013 03:39:36 +0200, by Mads Kiilerich
-
histedit: move outgoing processing to its own functionTue, 16 Apr 2013 21:14:50 +0200, by Pierre-Yves David
-
histedit: move all arguments checks to the beginning of the commandTue, 16 Apr 2013 21:17:13 +0200, by Pierre-Yves David
-
histedit-test: generalise --commands "-" usageTue, 16 Apr 2013 21:57:25 -0500, by Pierre-Yves David
-
histedit: allow "-" as a command fileTue, 16 Apr 2013 20:48:37 +0200, by Pierre-Yves David
-
histedit: properly handle --continue on empty foldTue, 16 Apr 2013 16:58:25 +0200, by Pierre-Yves David
-
histedit-test: replace obscure python script by a plain fileTue, 16 Apr 2013 20:50:17 +0200, by Pierre-Yves David
-
test: improve documentation of some histedit testsTue, 16 Apr 2013 16:22:38 +0200, by Pierre-Yves David
-
test: use a lighter log style in histedit testTue, 16 Apr 2013 23:24:52 +0200, by Pierre-Yves David
-
subrepo: add regression test for issue3870Tue, 16 Apr 2013 22:00:41 -0500, by Kevin Bullock
-
subrepo: clone of git sub-repository creates incorrect git branch (issue3870)Tue, 16 Apr 2013 22:00:05 -0500, by pozheg
-
dispatch: print 'abort:' when a pre-command hook fails (BC)Tue, 16 Apr 2013 14:39:37 -0700, by Siddharth Agarwal
-
largefiles: don't hash all largefiles when initializing a lfdirstateMon, 15 Apr 2013 23:31:56 +0200, by Mads Kiilerich
-
largefiles: use filechunkiter for iterating largefile when serving getlfileTue, 16 Apr 2013 00:40:21 +0200, by Mads Kiilerich
-
largefiles: stat all largefiles in one batch before downloadingMon, 15 Apr 2013 23:37:43 +0200, by Mads Kiilerich
-
largefiles: 'put' should store 'source' file in under 'hash', also in localstoreMon, 15 Apr 2013 23:34:36 +0200, by Mads Kiilerich
-
largefiles: getlfile must hit end of HTTP chunked streams to reuse connectionsTue, 16 Apr 2013 04:35:10 +0200, by Mads Kiilerich
-
largefiles: drop limitreader, use filechunkiter limitTue, 16 Apr 2013 01:55:57 +0200, by Mads Kiilerich
-
largefiles: move protocol conversion into getlfile and make it an iterableTue, 16 Apr 2013 01:46:39 +0200, by Mads Kiilerich
-
largefiles: don't close the fd passed to store._getfileMon, 15 Apr 2013 23:47:04 +0200, by Mads Kiilerich
-
largefiles: remove blecch from lfutil.copyandhash - don't close the passed fdMon, 15 Apr 2013 23:43:50 +0200, by Mads Kiilerich
-
largefiles: drop lfutil.blockstream - use filechunkiter like everybody elseMon, 15 Apr 2013 23:43:44 +0200, by Mads Kiilerich
-
largefiles: refactoring - use findfile in localstore._getfileMon, 15 Apr 2013 23:35:43 +0200, by Mads Kiilerich
-
largefiles: refactoring - return hex from _getfile and copyandhashMon, 15 Apr 2013 23:35:18 +0200, by Mads Kiilerich
-
largefiles: refactoring - create destination dir in lfutil.linkMon, 15 Apr 2013 23:32:33 +0200, by Mads Kiilerich
-
summary: clear "commonincoming" also if branches are differentTue, 09 Apr 2013 23:40:11 +0900, by FUJIWARA Katsunori
-
summary: make "incoming" information sensitive to branch in URL (issue3830)Tue, 09 Apr 2013 23:40:11 +0900, by FUJIWARA Katsunori
-
histedit: make "hg histedit" sensitive to branch in URLTue, 09 Apr 2013 23:40:10 +0900, by FUJIWARA Katsunori
-
summary: make "outgoing" information sensitive to branch in URL (issue3829)Tue, 09 Apr 2013 23:40:10 +0900, by FUJIWARA Katsunori
-
annotate: increase refcount of each revisions correctly (issue3841)Fri, 29 Mar 2013 22:57:16 +0900, by FUJIWARA Katsunori
-
annotate: reuse already calculated annotationFri, 29 Mar 2013 22:57:15 +0900, by FUJIWARA Katsunori
-
log: fix behavior with empty repositories (issue3497)Wed, 17 Apr 2013 00:29:54 +0400, by Alexander Plavin
-
merge with crewTue, 16 Apr 2013 13:22:29 -0500, by Matt Mackall
-
revlog: don't cross-check ancestor result against Python versionTue, 16 Apr 2013 10:08:20 -0700, by Bryan O'Sullivan
-
parsers: a C implementation of the new ancestors algorithmTue, 16 Apr 2013 10:08:20 -0700, by Bryan O'Sullivan
-
revlog: choose a consistent ancestor when there's a tieTue, 16 Apr 2013 10:08:19 -0700, by Bryan O'Sullivan
-
ancestor: a new algorithm that is faster for nodes near tipTue, 16 Apr 2013 10:08:18 -0700, by Bryan O'Sullivan
-
update: allow dirty update to foreground (successors)Tue, 16 Apr 2013 15:33:18 +0200, by Pierre-Yves David
-
obsolete: extract foreground computation from bookmark.validdestTue, 16 Apr 2013 15:16:33 +0200, by Pierre-Yves David
-
destroyed: invalidate phraserevs cache in all case (issue3858)Mon, 15 Apr 2013 17:10:58 +0200, by Pierre-Yves David
-
largefiles: deprecate --all-largefiles for pullMon, 15 Apr 2013 01:59:11 +0200, by Mads Kiilerich
-
largefiles: implement pull --all-largefiles as a special case of --lfrevMon, 15 Apr 2013 01:59:11 +0200, by Mads Kiilerich
-
largefiles: drop --cache-largefiles againMon, 15 Apr 2013 01:59:11 +0200, by Mads Kiilerich
-
largefiles: introduce pulled() revset expression for use in --lfrevMon, 15 Apr 2013 01:59:04 +0200, by Mads Kiilerich
-
largefiles: introduce pull --lfrev optionMon, 15 Apr 2013 01:57:16 +0200, by Mads Kiilerich
-
largefiles: refactor overridepull internalsMon, 15 Apr 2013 01:54:43 +0200, by Mads Kiilerich
-
largefiles: introduce lfpull command for pulling missing largefilesMon, 15 Apr 2013 01:53:37 +0200, by Mads Kiilerich
-
largefiles: update helpMon, 15 Apr 2013 01:46:10 +0200, by Mads Kiilerich
-
largefiles: fix cat of non-largefiles from subdirectoryMon, 15 Apr 2013 01:43:31 +0200, by Mads Kiilerich
-
largefiles: don't store whole file in memory for 'cat'Mon, 15 Apr 2013 01:41:49 +0200, by Mads Kiilerich
-
mergetools: rename 'base' to 'merged' in meldTue, 16 Apr 2013 13:55:38 +0200, by ronvoe12249
-
mergetools: avoid losing the merged version with meldThu, 21 Feb 2013 14:49:25 +0100, by ronvoe12249
-
templatekw: add default styles for hybrid types (issue3887)Tue, 16 Apr 2013 09:44:29 -0500, by Matt Mackall
-
largefiles: improve repo wrapping detectionWed, 10 Apr 2013 02:27:35 +0900, by FUJIWARA Katsunori
-
hgweb: respond HTTP_NOT_FOUND when an archive request does not match any filesThu, 21 Mar 2013 23:27:37 +0100, by Angel Ezquerra
-
archive: raise error.Abort if the file pattern matches no filesThu, 21 Mar 2013 22:09:15 +0100, by Angel Ezquerra
-
ui: add 'force' parameter to traceback() to override the current print settingSat, 09 Feb 2013 14:22:52 -0500, by Matt Harbison
-
ui: add support for fully printing chained exception stacks in ui.traceback()Sat, 09 Feb 2013 14:15:34 -0500, by Matt Harbison
-
subrepo: chain the original exception to SubrepoAbortWed, 06 Feb 2013 22:54:09 -0500, by Matt Harbison
-
debugrebuildstate: rename to debugrebuilddirstateMon, 15 Apr 2013 01:41:47 +0200, by Mads Kiilerich
-
debugstate: rename to debugdirstateMon, 15 Apr 2013 01:41:27 +0200, by Mads Kiilerich
-
debugrebuildstate: clarify that rev can't be specified without -rMon, 15 Apr 2013 01:39:02 +0200, by Mads Kiilerich
-
check-code: check txt files for trailing whitespaceMon, 15 Apr 2013 01:37:23 +0200, by Mads Kiilerich
-
check-code: catch trailing space in commentsMon, 15 Apr 2013 01:37:23 +0200, by Mads Kiilerich
-
spelling: fix typos and spelling errorsMon, 15 Apr 2013 01:37:23 +0200, by Mads Kiilerich
-
wireproto: clarify cryptic 'remote: unsynced changes' error message on pushThu, 11 Apr 2013 14:54:18 +0200, by Mads Kiilerich
-
export: export working directory parent by defaultMon, 11 Feb 2013 00:43:12 +0100, by Mads Kiilerich
-
commit: allow closing "non-head" changesetsWed, 10 Apr 2013 13:12:24 +0200, by Mads Kiilerich
-
record: ignore trailing content when parsing patches - introduce 'other' linesWed, 13 Jun 2012 23:06:34 +0200, by Mads Kiilerich
-
record: abort on malformed patches instead of crashingThu, 11 Apr 2013 19:03:33 +0200, by Mads Kiilerich
-
localrepo: use "vfs.rename()" instead of "util.rename()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.setflags()" instead of "util.setflags()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.readlink()" instead of "os.readlink()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.islink()" instead of "os.path.islink()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.rename()" instead of "util.rename()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs.exists()" instead of "os.path.exists()"Mon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
localrepo: use vfs instead of "os.path.*" in sharedpath checkingMon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
vfs: split "expand" into "realpath"/"expandpath" to apply each separatelyMon, 15 Apr 2013 01:22:15 +0900, by FUJIWARA Katsunori
-
unionrepo: read-only operations on a union of two localreposFri, 18 Jan 2013 15:54:09 +0100, by Mads Kiilerich
-
subrepo: fix exception on revert when "all" option is omittedMon, 15 Apr 2013 23:52:57 +0900, by Yuya Nishihara
-
histedit: update tests for new intervention frameworkSun, 14 Apr 2013 19:05:19 -0500, by Matt Mackall
-
test-subrepo: add tests for subrepo "storeclean" checksFri, 08 Mar 2013 21:50:27 +0100, by Angel Ezquerra
-
subrepo: do not push mercurial subrepos whose store is cleanSat, 16 Feb 2013 01:21:40 +0100, by Angel Ezquerra
-
subrepo: implement "storeclean" method for mercurial subreposSat, 16 Feb 2013 01:18:53 +0100, by Angel Ezquerra
-
util: add notindexed optional parameter to makedirs functionSat, 16 Feb 2013 11:44:13 +0100, by Angel Ezquerra
-
subrepo: introduce storeclean methodSat, 16 Feb 2013 01:11:20 +0100, by Angel Ezquerra
-
subrepo: introduce storeclean helper functionsSat, 16 Feb 2013 00:07:00 +0100, by Angel Ezquerra
-
dispatch: exit with status 1 for an InterventionRequired exception (bc)Fri, 08 Feb 2013 16:17:46 -0600, by Augie Fackler
-
histedit: switch from util.Abort to util.InterventionRequired where appropriate (bc)Fri, 08 Feb 2013 16:27:49 -0600, by Augie Fackler
-
rebase: switch from util.Abort to util.InterventionRequired where appropriate (bc)Fri, 08 Feb 2013 16:27:59 -0600, by Augie Fackler
-
dispatch: catch InterventionRequired and print the message with no prefixFri, 08 Feb 2013 16:28:24 -0600, by Augie Fackler
-
error: introduce new InterventionRequired exceptionFri, 08 Feb 2013 14:26:03 -0600, by Augie Fackler
-
util: remove unreachable codeFri, 12 Apr 2013 19:48:07 -0700, by Bryan O'Sullivan
-
util: remove no-op assignmentFri, 12 Apr 2013 19:33:48 -0700, by Bryan O'Sullivan
-
merge more evolve stuff away (what?)Fri, 12 Apr 2013 18:49:14 -0700, by Bryan O'Sullivan
-
synthrepo: add missing import of sysFri, 12 Apr 2013 18:48:02 -0700, by Bryan O'Sullivan
-
transplant: pass source through to recoverFri, 12 Apr 2013 18:44:22 -0700, by Bryan O'Sullivan
-
repoview: remove more unreachable codeFri, 12 Apr 2013 17:25:27 -0700, by Bryan O'Sullivan
-
merge away some failed evolve fat-fingeringFri, 12 Apr 2013 18:35:26 -0700, by Bryan O'Sullivan
-
pager: add missing imports of errno and shlexFri, 12 Apr 2013 17:35:56 -0700, by Bryan O'Sullivan
-
largefiles: quiet (and document) undefined name errors (issue3886)Fri, 12 Apr 2013 17:33:24 -0700, by Bryan O'Sullivan
-
color: add missing import of errorFri, 12 Apr 2013 17:27:09 -0700, by Bryan O'Sullivan
-
pvec: use the correct name for an identifierFri, 12 Apr 2013 17:20:09 -0700, by Bryan O'Sullivan
-
repoview: remove unreachable codeFri, 12 Apr 2013 17:18:52 -0700, by Bryan O'Sullivan
-
pvec: use the correct name for an identifierFri, 12 Apr 2013 17:20:09 -0700, by Bryan O'Sullivan
-
repoview: remove unreachable codeFri, 12 Apr 2013 17:18:52 -0700, by Bryan O'Sullivan
-
mail: add missing import of sysFri, 12 Apr 2013 17:17:35 -0700, by Bryan O'Sullivan
-
statichttprepo: add missing import of osFri, 12 Apr 2013 17:17:05 -0700, by Bryan O'Sullivan
-
worker: add missing import of errnoFri, 12 Apr 2013 17:16:37 -0700, by Bryan O'Sullivan
-
histedit: support editing of the first commit (issue3767)Fri, 12 Apr 2013 16:01:18 -0700, by Bryan O'Sullivan
-
test-commit-amend.t: fix check-code violation from 3a72c89a83ecFri, 12 Apr 2013 17:00:42 -0400, by Augie Fackler
-
util: improve doc for checkcaseMon, 11 Feb 2013 00:43:12 +0100, by Mads Kiilerich
-
scheme: don't crash on invalid URLsThu, 11 Apr 2013 14:41:22 +0200, by Mads Kiilerich
-
amend: support amending merge changesets (issue3778)Fri, 08 Feb 2013 21:08:34 +0000, by Brodie Rao
-
worker: catch all exceptions, try to exit usefully/safelyThu, 11 Apr 2013 13:30:31 -0700, by Bryan O'Sullivan
-
lock: if we fork, ensure that only the parent releasesThu, 11 Apr 2013 13:30:27 -0700, by Bryan O'Sullivan
-
tag: clarify cryptic error message when tagging null revisionThu, 11 Apr 2013 14:44:22 +0200, by Mads Kiilerich
-
setup: make error message for missing Python headers more helpfulFri, 12 Apr 2013 16:55:34 -0400, by Mads Kiilerich
-
obsolete: ensure all markers have a dateMon, 11 Feb 2013 11:20:12 +0100, by Pierre-Yves David
-
zsh_completion: make use of `debuglabelcomplete` commandMon, 08 Apr 2013 16:51:38 +0400, by Nikolaj Sjujskij
-
dirs: use mutable strings internallyWed, 10 Apr 2013 15:08:28 -0700, by Bryan O'Sullivan
-
dirs: use mutable integers internallyWed, 10 Apr 2013 15:08:27 -0700, by Bryan O'Sullivan
-
scmutil: rewrite dirs in C, use if availableWed, 10 Apr 2013 15:08:27 -0700, by Bryan O'Sullivan
-
scmutil: use new dirs class in dirstate and contextWed, 10 Apr 2013 15:08:26 -0700, by Bryan O'Sullivan
-
scmutil: add a dirs classWed, 10 Apr 2013 15:08:26 -0700, by Bryan O'Sullivan
-
scmutil: migrate finddirs from dirstateWed, 10 Apr 2013 15:08:25 -0700, by Bryan O'Sullivan
-
mergeWed, 10 Apr 2013 15:05:06 -0700, by Bryan O'Sullivan
-
manifestmerge: handle workdir removed, remote removed with flagsWed, 10 Apr 2013 12:34:42 -0700, by Siddharth Agarwal
-
dicthelpers.diff: compare against default for missing valuesWed, 10 Apr 2013 12:31:07 -0700, by Siddharth Agarwal
-
templater: back out 0615b22da148, it breaks schemes ({1})Tue, 09 Apr 2013 21:38:08 -0700, by Brendan Cully
-
debuglabelcomplete: compute active branch heads correctlyTue, 09 Apr 2013 09:40:40 -0700, by Bryan O'Sullivan
-
merge with i18nMon, 08 Apr 2013 17:57:42 -0500, by Matt Mackall
-
hg-i18n-it: minor fixesFri, 05 Apr 2013 17:04:37 +0200, by Stefano Tortarolo
-
templater: fix check-code errorMon, 08 Apr 2013 15:04:17 -0700, by Bryan O'Sullivan
-
smtp: verify the certificate of the SMTP server for STARTTLS/SMTPSTue, 26 Mar 2013 02:28:10 +0900, by FUJIWARA Katsunori
-
sslutil: abort if peer certificate is not verified for secure useTue, 26 Mar 2013 02:28:10 +0900, by FUJIWARA Katsunori
-
smtp: add the class to verify the certificate of the SMTP server for SMTPSTue, 26 Mar 2013 02:27:43 +0900, by FUJIWARA Katsunori
-
smtp: add the class to verify the certificate of the SMTP server for STARTTLSTue, 26 Mar 2013 02:27:23 +0900, by FUJIWARA Katsunori
-
template: allow unquoted int function argumentsSun, 07 Apr 2013 23:25:50 -0700, by Brendan Cully
-
Merge with mainMon, 08 Apr 2013 09:44:26 -0700, by Brendan Cully
-
graft: use missing ancestors algorithm to find earlier graftsSat, 06 Apr 2013 19:50:03 -0700, by Siddharth Agarwal
-
graft: find ancestors of destination lazilySat, 06 Apr 2013 20:05:17 -0700, by Siddharth Agarwal
-
merge with crewFri, 05 Apr 2013 12:21:38 -0500, by Matt Mackall
-
sslutil: try harder to avoid getpeercert problemsFri, 05 Apr 2013 12:20:14 -0500, by Matt Mackall
-
copies._forwardcopies: use set operations to find missing filesThu, 04 Apr 2013 20:22:29 -0700, by Siddharth Agarwal
-
perf: add a command to test copies.pathcopies perfThu, 04 Apr 2013 20:36:46 -0700, by Siddharth Agarwal
-
merge with stableThu, 04 Apr 2013 16:37:37 -0500, by Matt Mackall
-
applyupdates: assign variable before we try to use it (issue3855) stable 2.5.4Mon, 18 Mar 2013 16:37:20 -0500, by Kevin Bullock
-
merge with mpmWed, 03 Apr 2013 17:04:38 -0700, by Bryan O'Sullivan
-
perf: add a command to test addremove performanceMon, 01 Apr 2013 23:09:36 -0700, by Siddharth Agarwal
-
merge with crewWed, 03 Apr 2013 14:14:30 -0500, by Matt Mackall
-
dirstate: only call lstat once per flags invocationWed, 03 Apr 2013 11:35:27 -0700, by Bryan O'Sullivan
-
util: add functions to check symlink/exec bitsWed, 03 Apr 2013 11:35:27 -0700, by Bryan O'Sullivan
-
Merge with stable.Wed, 03 Apr 2013 13:03:50 -0500, by Augie Fackler
-
scmutil.addremove: use iteritems on walk resultsTue, 02 Apr 2013 14:50:50 -0700, by Siddharth Agarwal
-
scmutil.addremove: stop sorting all walk resultsTue, 02 Apr 2013 14:50:31 -0700, by Siddharth Agarwal
-
scmutil.addremove: pull ui.status printing out of the loopTue, 02 Apr 2013 10:56:24 -0700, by Siddharth Agarwal
-
scmutil.addremove: remove redundant directory and symlink checksTue, 02 Apr 2013 14:49:34 -0700, by Siddharth Agarwal
-
scmutil.addremove: pull repo.dirstate fetch out of the loopTue, 02 Apr 2013 14:46:55 -0700, by Siddharth Agarwal
-
scmutil: remove dead updatedir codeMon, 01 Apr 2013 20:38:37 -0700, by Siddharth Agarwal
-
merge with mpmTue, 02 Apr 2013 08:58:42 -0700, by Bryan O'Sullivan
-
merge with stableTue, 02 Apr 2013 01:15:31 -0500, by Matt Mackall
-
hgweb: show correct error message for i18n environment stable 2.5.3Fri, 15 Feb 2013 18:07:14 +0900, by Takumi IINO
-
commands: fix typo in debugobsolete docstring stableMon, 01 Apr 2013 18:48:12 -0300, by Wagner Bruna
-
duplicatecopies: do not mark items not in the dirstate as copiesThu, 28 Mar 2013 18:27:19 -0700, by Siddharth Agarwal
-
duplicatecopies: fix arg name and docstringThu, 28 Mar 2013 00:14:27 -0700, by Siddharth Agarwal
-
pull: list bookmarks before pulling changesets (issue3873)Fri, 29 Mar 2013 19:54:06 -0700, by Siddharth Agarwal
-
test-hook.t: remove prelistkeys.forbid hook before moving onFri, 29 Mar 2013 19:52:02 -0700, by Siddharth Agarwal
-
bookmarks.updatefromremote: rename local rb to remotemarksFri, 29 Mar 2013 18:28:59 -0700, by Siddharth Agarwal
-
pull: rename local rb to remotebookmarksFri, 29 Mar 2013 19:06:23 -0700, by Siddharth Agarwal
-
dicthelpers: inline diff and join codeFri, 29 Mar 2013 16:07:57 -0700, by Siddharth Agarwal
-
dicthelpers: add docstrings for diff and joinFri, 29 Mar 2013 15:23:19 -0700, by Siddharth Agarwal
-
perf: add perfdirs commandMon, 01 Apr 2013 13:46:32 -0700, by Bryan O'Sullivan
-
merge with stableMon, 01 Apr 2013 15:19:16 -0500, by Matt Mackall
-
zsh_completion: fix trailing carriage return spoiling tag completion stableFri, 29 Mar 2013 18:45:07 -0700, by Nikolaj Sjujskij
-
filesets: add eol predicateFri, 29 Mar 2013 16:48:32 -0700, by Matt Mackall
-
merge with stableFri, 29 Mar 2013 15:27:33 -0700, by Matt Mackall
-
i18n-ja: synchronized with 61c8327ced50 stableFri, 01 Mar 2013 03:25:19 +0900, by FUJIWARA Katsunori
-
perf: remove mysterious trailing newlinesThu, 28 Mar 2013 18:21:20 -0700, by Bryan O'Sullivan
-
blackbox: fix a few check-code portability errorsWed, 27 Mar 2013 09:00:43 -0700, by Bryan O'Sullivan
-
check-code: fix a check-code failure in check-codeWed, 27 Mar 2013 08:57:45 -0700, by Bryan O'Sullivan
-
check-code: re-add check for missing globFri, 01 Mar 2013 00:59:22 +0100, by Simon Heimberg
-
tests: append missing glob to filename output and check-code itFri, 01 Mar 2013 00:03:51 +0100, by Simon Heimberg
-
check-code: extract windows glob warning messageThu, 28 Feb 2013 23:45:51 +0100, by Simon Heimberg
-
blackbox: defer opening a log file until needed (issue3869)Tue, 26 Mar 2013 16:27:51 -0700, by Bryan O'Sullivan
-
patch: match 'diff --git a/' instead of 'diff --git'Fri, 22 Mar 2013 17:27:06 -0500, by Sean Farley
-
color: drop unnecessary global statementThu, 21 Mar 2013 18:16:49 +0100, by Simon Heimberg
-
serve: pass on the repo instad of recreating it in hgwebThu, 21 Mar 2013 18:16:49 +0100, by Simon Heimberg
-
serve: pass the prepared baseui to hgwebThu, 21 Mar 2013 18:16:48 +0100, by Simon Heimberg
-
hgweb: do not pass on repo.ui when recreating a repoThu, 21 Mar 2013 18:16:48 +0100, by Simon Heimberg
-
repo: repo isolation, do not pass on repo.ui for creating new reposWed, 10 Oct 2012 21:55:49 +0200, by Simon Heimberg
-
diff: fix binary file removals in git mode.Mon, 04 Mar 2013 22:34:11 +0000, by Johan Bjork
-
manifestmerge: drop redundant flags callsSun, 24 Mar 2013 16:56:25 -0700, by Siddharth Agarwal
-
manifestmerge: use dicthelpers.diff and joinMon, 25 Mar 2013 17:41:06 -0700, by Siddharth Agarwal
-
manifestdict: add a method to diff _flagsSun, 24 Mar 2013 17:17:38 -0700, by Siddharth Agarwal
-
mercurial: implement diff and join for dictsMon, 25 Mar 2013 17:40:39 -0700, by Siddharth Agarwal
-
convert: add closesort algorithm to mercurial sourcesSun, 24 Mar 2013 00:06:52 +0700, by Constantine Linnick
-
manifestmerge: rename n to n1 and n2Sun, 24 Mar 2013 16:43:25 -0700, by Siddharth Agarwal
-
perf: add a command to measure merge.calculateupdates perfSun, 24 Mar 2013 17:06:10 -0700, by Siddharth Agarwal
-
hgk: fix a pyflakes errorMon, 25 Mar 2013 16:57:36 -0700, by Bryan O'Sullivan
-
dirstate.walk: fast path none-seen + match-always case for step 3Fri, 22 Mar 2013 17:03:49 -0700, by Siddharth Agarwal
-
dirstate.walk: fast path match-always case during traversalFri, 22 Mar 2013 17:03:00 -0700, by Siddharth Agarwal
-
largefiles: fix _always for match overridesMon, 25 Mar 2013 14:22:34 -0700, by Siddharth Agarwal
-
dirstate.walk: remove subrepo and .hg from results before step 3Mon, 25 Mar 2013 14:12:39 -0700, by Siddharth Agarwal
-
merge with stableMon, 25 Mar 2013 12:12:41 -0500, by Kevin Bullock
-
blackbox: account for another source of errorsFri, 22 Mar 2013 10:56:55 -0700, by Bryan O'Sullivan
-
hgk: remove regsub, split on \r insteadTue, 16 Oct 2012 22:44:14 +0200, by Andrew Shadura
-
hgk: simplify tags parserTue, 16 Oct 2012 22:41:44 +0200, by Andrew Shadura
-
hgk: add support for phasesFri, 22 Mar 2013 09:19:41 -0700, by Andrew Shadura
-
hgk: in popups, replace labels with window titlesSun, 10 Mar 2013 16:42:23 +0100, by Andrew Shadura
-
hgk: update backgroud colour when Ttk is availableSun, 10 Mar 2013 16:42:16 +0100, by Andrew Shadura
-
hgk: fix pop-up windowsTue, 16 Oct 2012 15:31:56 +0200, by Andrew Shadura
-
hgk: don't use fixed format for datesSun, 10 Mar 2013 16:12:26 +0100, by Andrew Shadura
-
hgk: reformat changsets fieldsSun, 10 Mar 2013 16:07:57 +0100, by Andrew Shadura
-
hgk: drop committer field from the UITue, 16 Oct 2012 15:07:41 +0200, by Andrew Shadura
-
test-completion: test completion of tagsThu, 21 Mar 2013 22:42:51 -0700, by Bryan O'Sullivan
-
debugpathcomplete: satisfy the code checkerThu, 21 Mar 2013 22:29:31 -0700, by Bryan O'Sullivan
-
tests: test debugpathcomplete and debuglabelcompleteThu, 21 Mar 2013 22:26:01 -0700, by Bryan O'Sullivan
-
tests: rename test-debugcomplete.t to test-completion.tThu, 21 Mar 2013 22:22:21 -0700, by Bryan O'Sullivan
-
pathcomplete: complete directories more conservativelyThu, 21 Mar 2013 22:10:54 -0700, by Bryan O'Sullivan
-
sadclown: another test failure eluded meThu, 21 Mar 2013 21:20:40 -0700, by Bryan O'Sullivan
-
bash_completion: recognize normal command abbreviationsThu, 21 Mar 2013 21:07:22 -0700, by Bryan O'Sullivan
-
completion: selectively use debugpathcomplete in bash_completionThu, 21 Mar 2013 16:31:29 -0700, by Bryan O'Sullivan
-
completion: add a debugpathcomplete commandThu, 21 Mar 2013 16:31:28 -0700, by Bryan O'Sullivan
-
tests: add new command to test-debugcompleteThu, 21 Mar 2013 11:35:34 -0700, by Bryan O'Sullivan
-
completion: add a debuglabelcomplete commandThu, 21 Mar 2013 10:51:18 -0700, by Bryan O'Sullivan
-
bash_completion: nuke a duplicated functionThu, 21 Mar 2013 09:13:16 -0700, by Bryan O'Sullivan
-
run-tests: only sort files when not given as argumentThu, 21 Mar 2013 08:56:21 +0100, by Simon Heimberg
-
blackbox: use util.getuser for portabilityWed, 20 Mar 2013 13:40:06 -0700, by Bryan O'Sullivan
-
blackbox: prevent failed I/O from causing hg to abortWed, 20 Mar 2013 13:40:05 -0700, by Bryan O'Sullivan
-
merge with crew-stableTue, 19 Mar 2013 16:19:45 -0700, by Bryan O'Sullivan
-
largefiles: don't query the dirstate for key NoneTue, 19 Mar 2013 13:49:34 -0700, by Siddharth Agarwal
-
mergeMon, 18 Mar 2013 19:59:05 -0500, by Kevin Bullock
-
bookmarks: moving the active bookmark deactivates itSat, 16 Mar 2013 22:48:22 -0500, by Kevin Bullock
-
bookmarks: allow (re-)activating a bookmark on the current changesetSat, 16 Mar 2013 21:36:44 -0500, by Kevin Bullock
-
applyupdates: assign variable before we try to use it (issue3855)Mon, 18 Mar 2013 16:37:20 -0500, by Kevin Bullock
-
revset: don't abort when regex to tag() matches nothing (issue3850)Mon, 18 Mar 2013 16:04:10 -0500, by Kevin Bullock
-
rebase: fix --collapse when a file was added then removedFri, 15 Mar 2013 11:23:29 -0700, by Durham Goode
-
MergeSun, 17 Mar 2013 23:27:14 -0500, by Augie Fackler
-
grep: use re2 if possibleMon, 11 Mar 2013 12:07:33 -0700, by Bryan O'Sullivan
-
util: add flag support to compilereMon, 11 Mar 2013 12:06:13 -0700, by Bryan O'Sullivan
-
bookmarks: fix test broken by 0bba1ff2ac7bSat, 16 Mar 2013 21:21:54 -0500, by Kevin Bullock
-
bookmarks: allow moving a bookmark forward to a descendantFri, 15 Mar 2013 23:39:07 -0500, by Kevin Bullock
-
hgweb: change manifest archive links to only archive the current directoryTue, 26 Feb 2013 21:20:35 +0100, by Angel Ezquerra
-
hgweb: teach archive how to download a specific directory or fileSun, 10 Feb 2013 11:52:05 +0100, by Angel Ezquerra
-
test-archive: gracefully handle HTTPErrors on get-with-headersWed, 06 Feb 2013 10:06:45 +0100, by Angel Ezquerra
-
bash_completion: tell an editor what type of file this isThu, 14 Mar 2013 16:56:10 -0700, by Bryan O'Sullivan
-
bash_completion: allow remove to complete normal filesThu, 14 Mar 2013 16:50:53 -0700, by Bryan O'Sullivan
-
bash_completion: match more narrowlyThu, 14 Mar 2013 16:49:02 -0700, by Bryan O'Sullivan
-
blackbox: add backup bundle paths to blackbox logsWed, 13 Mar 2013 10:43:51 -0700, by Durham Goode
-
tests: fix test-profile to not depend on HGPROF environment variableTue, 12 Mar 2013 10:37:48 -0700, by Durham Goode
-
merge with crew-stableTue, 12 Mar 2013 10:43:59 -0700, by Bryan O'Sullivan
-
tests: fix test-profile to not depend on HGPROF environment variableTue, 12 Mar 2013 10:37:48 -0700, by Durham Goode
-
check-code: do not prepend "warning" to a failure messageSat, 09 Mar 2013 22:14:46 +0100, by Simon Heimberg
-
merge with crew-stableSat, 09 Mar 2013 16:09:27 -0800, by Bryan O'Sullivan
-
strip: make --keep option not set all dirstate times to 0Wed, 06 Mar 2013 20:13:09 -0800, by Durham Goode
-
sshpeer: store subprocess so it cleans up correctlyFri, 08 Mar 2013 16:59:36 -0800, by Durham Goode
-
blackbox: fix exception when logging commands with format charactersThu, 28 Feb 2013 10:12:26 -0800, by Durham Goode
-
localrepo: always write the filtered phasecache when nodes are destroyed (issue3827) stableSat, 23 Mar 2013 13:34:50 +0200, by Idan Kamara
-
rebase: restore active bookmark after rebase --continue stableMon, 11 Mar 2013 15:37:28 -0700, by Durham Goode
-
setup.py: add metadata to register package to PyPI stableMon, 04 Mar 2013 10:13:28 +0100, by Benoit Boissinot
-
minirst: optimize HTML table generation a bitSat, 09 Feb 2013 21:51:21 +0000, by Dan Villiom Podlaski Christiansen
-
minirst: HTML formatter tweaksSat, 09 Feb 2013 21:51:21 +0000, by Dan Villiom Podlaski Christiansen
-
minirst: CGI escape strings prior to embedding it in the HTMLSat, 09 Feb 2013 17:44:25 -0500, by Dan Villiom Podlaski Christiansen
-
minirst: don't generate TH elements for the first row in tableSat, 09 Feb 2013 21:51:21 +0000, by Dan Villiom Podlaski Christiansen
-
help: use a full header for topic titlesSun, 10 Feb 2013 12:58:57 +0100, by Dan Villiom Podlaski Christiansen
-
hgweb: generate HTML documentationSat, 09 Feb 2013 21:51:21 +0000, by Dan Villiom Podlaski Christiansen
-
help: move the majority of the help command to the help moduleSat, 09 Feb 2013 21:51:21 +0000, by Dan Villiom Podlaski Christiansen
-
hgweb help: split up long lines (in generated output)Sat, 09 Feb 2013 21:51:21 +0000, by Dan Villiom Podlaski Christiansen
-
hgweb help: add testsFri, 01 Mar 2013 19:42:42 +0100, by Dan Villiom Podlaski Christiansen
-
merge with stableFri, 01 Mar 2013 10:05:37 -0600, by Kevin Bullock
-
merge with crewThu, 28 Feb 2013 21:58:37 -0600, by Matt Mackall
-
setparents: drop copies from dropped p2 (issue3843) stable 2.5.2Thu, 28 Feb 2013 21:29:31 -0600, by Matt Mackall
-
httppeer: avoid large dumps when we don't see an hgweb repoSun, 17 Feb 2013 14:41:31 -0600, by Matt Mackall
-
httppeer: improve protocol checkSun, 17 Feb 2013 14:34:53 -0600, by Matt Mackall
-
util: add a timed function for use during developmentThu, 28 Feb 2013 13:11:42 -0800, by Bryan O'Sullivan
-
util: generalize bytecount to unitcountfnThu, 28 Feb 2013 12:51:18 -0800, by Bryan O'Sullivan
-
help: new SHA-1 fingerprint of hg.intevation.org in hostfingerprints exampleThu, 28 Feb 2013 21:34:44 +0100, by Thomas Arendsen Hein
-
tests: work around msys bash mangling of paths in test-mq.tTue, 26 Feb 2013 21:04:50 +0100, by Mads Kiilerich
-
largefiles: remove wrong comment on standin matcher and code for creating dirsThu, 28 Feb 2013 14:05:15 +0100, by Mads Kiilerich
-
merge with stableThu, 28 Feb 2013 14:51:59 +0100, by Mads Kiilerich
-
largefiles: updatelfiles should use working dir standins, not standins from p1 stableThu, 28 Feb 2013 13:45:18 +0100, by Mads Kiilerich
-
largefiles: simplify cachelfiles - don't spend a lot of time checking hashes stableThu, 28 Feb 2013 13:45:18 +0100, by Mads Kiilerich
-
largefiles: don't let update leave wrong largefiles in wd if fetch fails stableThu, 28 Feb 2013 13:45:18 +0100, by Mads Kiilerich
-
largefiles: missing largefiles should not be committed as removed stableThu, 28 Feb 2013 13:45:18 +0100, by Mads Kiilerich
-
largefiles: don't assume that .hg/largefiles/ still exists stableThu, 28 Feb 2013 13:45:18 +0100, by Mads Kiilerich
-
largefiles: getstandinmatcher should not depend on existence of directories stableThu, 28 Feb 2013 13:45:18 +0100, by Mads Kiilerich
-
tests: don't rely on broken behaviour in test-largefiles-cache.t stableThu, 28 Feb 2013 13:44:59 +0100, by Mads Kiilerich
-
largefiles: fix download of largefiles from an empty list of changesets stableThu, 28 Feb 2013 13:44:24 +0100, by Mads Kiilerich
-
largefiles: fix off-by-one error on pull --all-largefiles stableThu, 28 Feb 2013 13:44:22 +0100, by Mads Kiilerich
-
tests: remove glob lines which unnecessary match / for \ on windowsSat, 23 Feb 2013 22:54:57 +0100, by Simon Heimberg
-
tests: append glob to filename output when required for windowsSat, 23 Feb 2013 22:07:38 +0100, by Simon Heimberg
-
convert: stabilize cvsps commitid sort orderFri, 22 Feb 2013 16:40:27 -0600, by Matt Mackall
-
pager: catch ctrl-c on exit (issue3834)Fri, 22 Feb 2013 15:17:33 -0600, by Matt Mackall
-
merge with crewFri, 22 Feb 2013 13:46:54 -0600, by Matt Mackall
-
templater: properly handle file_copies with %Fri, 22 Feb 2013 13:45:46 -0600, by Matt Mackall
-
localrepo: iterate over manifest key/value pairs in statusFri, 22 Feb 2013 10:05:22 -0800, by Bryan O'Sullivan
-
match: more accurately report when we're always going to matchThu, 21 Feb 2013 12:55:39 -0800, by Bryan O'Sullivan
-
scmutil: fix NameError on windowsThu, 21 Feb 2013 13:16:02 -0600, by Kevin Bullock
-
commands: exit from the log loop at the right timeWed, 20 Feb 2013 11:31:41 -0800, by Bryan O'Sullivan
-
cmdutil: use a small initial window with --limitWed, 20 Feb 2013 11:31:38 -0800, by Bryan O'Sullivan
-
worker: handle worker failures more aggressivelyWed, 20 Feb 2013 11:31:34 -0800, by Bryan O'Sullivan
-
worker: fix a race in SIGINT handlingWed, 20 Feb 2013 11:31:31 -0800, by Bryan O'Sullivan
-
worker: on error, exit similarly to the first failing workerWed, 20 Feb 2013 11:31:27 -0800, by Bryan O'Sullivan
-
merge with stableTue, 19 Feb 2013 13:35:39 -0600, by Kevin Bullock
-
merge with mainTue, 19 Feb 2013 13:35:25 -0600, by Kevin Bullock
-
largefiles: don't cache largefiles for pulled heads by defaultSat, 09 Feb 2013 21:07:42 +0000, by Na'Tosha Bard
-
merge with stableMon, 18 Feb 2013 13:21:27 -0600, by Matt Mackall
-
merge with crewMon, 18 Feb 2013 13:20:59 -0600, by Matt Mackall
-
bundle: treat branches created newly on the local correctly (issue3828) stableMon, 18 Feb 2013 00:04:28 +0900, by FUJIWARA Katsunori
-
merge with stableFri, 15 Feb 2013 21:20:24 -0600, by Kevin Bullock
-
mergetools: vimdiff issue a warning explaining how to abort stableFri, 15 Feb 2013 11:28:04 +0100, by Pierre-Yves David
-
httppeer: improve protocol checkSun, 17 Feb 2013 14:34:53 -0600, by Matt Mackall
-
httppeer: avoid large dumps when we don't see an hgweb repoSun, 17 Feb 2013 14:41:31 -0600, by Matt Mackall
-
mergetools: refine vimdiff warning messageFri, 15 Feb 2013 15:06:43 -0600, by Kevin Bullock
-
mergetools: vimdiff issue a warning explaining how to abortFri, 15 Feb 2013 11:28:04 +0100, by Pierre-Yves David
-
dispatch: also a separate warning message on aliases with --configTue, 12 Feb 2013 22:15:31 +0100, by Simon Heimberg
-
extensions: remove erroneous commentThu, 14 Feb 2013 13:56:02 -0600, by Kevin Bullock
-
blackbox: do not translate the log messagesWed, 13 Feb 2013 12:51:30 -0800, by Durham Goode
-
scmutil: split platform-specific bits into their own modulesTue, 12 Feb 2013 11:36:21 -0600, by Kevin Bullock
-
backout: call cmdutil.commit directly instead of commands.commitTue, 12 Feb 2013 16:36:44 +0000, by Kevin Bullock
-
commit: factor out status printing into a helper functionTue, 12 Feb 2013 16:32:14 +0000, by Kevin Bullock
-
backout: remove unnecessary dict copyTue, 12 Feb 2013 16:05:00 +0000, by Kevin Bullock
-
backout: remove unnecessary frobbing of addremove optionTue, 12 Feb 2013 15:47:30 +0000, by Kevin Bullock
-
backout: use cmdutil.revert directly instead of commands.revertTue, 12 Feb 2013 15:07:17 +0000, by Kevin Bullock
-
merge with stableWed, 13 Feb 2013 15:09:43 -0600, by Kevin Bullock
-
check-code: warn about line glob match with no glob character (?*/)Wed, 13 Feb 2013 21:51:47 +0100, by Simon Heimberg
-
tests: remove glob from output lines containing no glob characterWed, 13 Feb 2013 22:05:30 +0100, by Simon Heimberg
-
tests: inform on Windows about unnecessary glob linesMon, 15 Oct 2012 23:28:45 +0200, by Simon Heimberg
-
tests: quickly check if the glob line already matches the outputWed, 13 Feb 2013 21:58:52 +0100, by Simon Heimberg
-
tests: append glob to filename output when required (windows) stableWed, 13 Feb 2013 12:35:57 +0100, by Simon Heimberg
-
util: make ensuredirs safer against racesWed, 13 Feb 2013 12:20:10 -0800, by Bryan O'Sullivan
-
blackbox: only show new heads on incomingWed, 13 Feb 2013 11:07:01 -0800, by Durham Goode
-
blackbox: fix copyrightWed, 13 Feb 2013 10:54:52 -0800, by Bryan O'Sullivan
-
blackbox: fix a failing pyflakes testTue, 12 Feb 2013 16:02:35 -0800, by Bryan O'Sullivan
-
blackbox: tests for the blackbox extensionSat, 09 Feb 2013 13:35:30 -0800, by Durham Goode
-
blackbox: adds a 'blackbox' command for viewing recent logsSat, 09 Feb 2013 09:09:46 -0800, by Durham Goode
-
blackbox: log incoming changes via ui.log()Sat, 09 Feb 2013 09:04:48 -0800, by Durham Goode
-
blackbox: logs python and extension hooks via ui.log()Sat, 09 Feb 2013 09:04:32 -0800, by Durham Goode
-
blackbox: log the commands that are runSat, 09 Feb 2013 09:04:14 -0800, by Durham Goode
-
blackbox: adds a blackbox extensionTue, 12 Feb 2013 14:08:33 -0800, by Durham Goode
-
scmutil: create directories in a race-safe way during updateMon, 11 Feb 2013 16:15:12 -0800, by Bryan O'Sullivan
-
MergeMon, 11 Feb 2013 14:50:54 -0800, by Bryan O'Sullivan
-
test-atomictempfile: convert to unit testSat, 09 Feb 2013 19:02:45 +0200, by Idan Kamara
-
tests: add a test runner utility that prints nothing when all tests passSat, 09 Feb 2013 19:13:39 +0200, by Idan Kamara
-
hgweb: consistent author name widthSun, 10 Feb 2013 13:14:31 +0100, by Dan Villiom Podlaski Christiansen
-
dirstate: fix generator/list error when using python 2.7Sun, 10 Feb 2013 12:23:39 -0800, by Durham Goode
-
mq: comply with filtering when injecting fake tags (issue3812)Mon, 11 Feb 2013 16:21:48 +0100, by Pierre-Yves David
-
commit: factor out post-commit cleanup into workingctxFri, 08 Feb 2013 05:36:08 -0800, by David Schleimer
-
localrepo: use workingctx for validation in commitFri, 08 Feb 2013 05:36:08 -0800, by David Schleimer
-
localrepo: create context used for actual commit earlierFri, 08 Feb 2013 05:36:07 -0800, by David Schleimer
-
merge with crew-stableMon, 11 Feb 2013 16:57:46 +0100, by Thomas Arendsen Hein
-
import: don't rollback on failed import --exact (issue3616)Sun, 10 Feb 2013 23:01:12 +0000, by Kevin Bullock
-
MergeSun, 10 Feb 2013 16:22:32 -0800, by Bryan O'Sullivan
-
MergeSun, 10 Feb 2013 16:21:30 -0800, by Bryan O'Sullivan
-
merge crew and mainMon, 11 Feb 2013 01:21:24 +0100, by Benoit Boissinot
-
merge crew and mainMon, 11 Feb 2013 01:17:50 +0100, by Benoit Boissinot
-
manifestmerge: fix order in which manifests are fetchedSun, 10 Feb 2013 16:55:01 +0000, by Siddharth Agarwal
-
merge: run _forgetremoved after manifestmergeSun, 10 Feb 2013 12:16:46 +0000, by Siddharth Agarwal
-
dirstate: disable gc while parsing the dirstateSun, 10 Feb 2013 16:23:14 +0000, by Siddharth Agarwal
-
export: show 'Date' header in a format that also is readable for humansFri, 08 Feb 2013 22:54:17 +0100, by Mads Kiilerich
-
factotum: fix urllib2 import so it no longer relies on a demandimport bugSun, 10 Feb 2013 18:26:04 +0100, by Mads Kiilerich
-
hgweb: make the test suite use hgweb in a more WSGI compliant waySun, 27 Jan 2013 03:32:09 +0100, by Mads Kiilerich
-
hgweb: simplify internal staticfile return codesSun, 10 Feb 2013 18:24:29 +0100, by Mads Kiilerich
-
spelling: fix some minor issues found by spell checkerSun, 10 Feb 2013 18:24:29 +0100, by Mads Kiilerich
-
bundlerepo: replace basemap with the base field in the indexFri, 08 Feb 2013 23:26:00 +0100, by Mads Kiilerich
-
profiling: replace '+' markup of nested lines with indentationFri, 08 Feb 2013 22:54:48 +0100, by Mads Kiilerich
-
Merge crew and main.Sun, 10 Feb 2013 04:04:22 -0600, by Augie Fackler
-
merge: don't fiddle with name lookups or i18n in hot loopsSat, 09 Feb 2013 15:51:32 -0800, by Bryan O'Sullivan
-
merge: apply non-interactive working dir updates in parallelSat, 09 Feb 2013 15:51:32 -0800, by Bryan O'Sullivan
-
worker: allow a function to be run in multiple worker processesSat, 09 Feb 2013 15:51:32 -0800, by Bryan O'Sullivan
-
worker: partition a list (of tasks) into equal-sized chunksSat, 09 Feb 2013 15:51:32 -0800, by Bryan O'Sullivan
-
worker: estimate whether it's worth running a task in parallelSat, 09 Feb 2013 15:51:26 -0800, by Bryan O'Sullivan
-
worker: count the number of CPUsSat, 09 Feb 2013 15:22:12 -0800, by Bryan O'Sullivan
-
tests: getremove test output changes (fold into previous patch)Sat, 09 Feb 2013 15:22:10 -0800, by Bryan O'Sullivan
-
merge: report non-interactive progress in chunksSat, 09 Feb 2013 15:22:09 -0800, by Bryan O'Sullivan
-
merge: handle subrepo merges and .hgsubstate speciallySat, 09 Feb 2013 15:22:08 -0800, by Bryan O'Sullivan
-
tests: update test output (will be folded into parent)Sat, 09 Feb 2013 15:22:04 -0800, by Bryan O'Sullivan
-
merge: split out mostly-non-interactive working dir updatesSat, 09 Feb 2013 15:21:58 -0800, by Bryan O'Sullivan
-
extensions: obsolete and remove interhg extensionSat, 09 Feb 2013 11:00:42 +0100, by Angel Ezquerra
-
hgweb: apply the websub filter to revision descriptionsSat, 09 Feb 2013 16:48:21 +0100, by Angel Ezquerra
-
hgweb: add websub template filterFri, 08 Feb 2013 18:05:32 +0100, by Angel Ezquerra
-
addremove: don't audit the path for paths already in the dirstateTue, 05 Feb 2013 14:36:19 -0800, by Durham Goode
-
dirstate: walk returns None for files that have a symlink in their pathMon, 04 Feb 2013 14:27:15 -0800, by Durham Goode
-
pathauditor: add check() methodTue, 05 Feb 2013 14:24:14 -0800, by Durham Goode
-
summary: add missing space for updated active bookmark displaySat, 09 Feb 2013 22:54:34 +0000, by Matt Mackall
-
summary: show active bookmark even if not at current changesetFri, 08 Feb 2013 21:47:22 +0000, by Kevin Bullock
-
summary: simplify handling of active bookmarkSun, 27 Jan 2013 11:53:46 -0600, by Kevin Bullock
-
summary: test that current bookmark isn't shownFri, 08 Feb 2013 21:32:43 +0000, by Kevin Bullock
-
merge crew headsSat, 09 Feb 2013 22:27:13 +0000, by Kevin Bullock
-
merge with stableSat, 09 Feb 2013 22:25:58 +0000, by Kevin Bullock
-
outgoing: fix possible filtering crash in outgoing (issue3814) stableSat, 09 Feb 2013 17:54:01 +0000, by Pierre-Yves David
-
test: display used python hash seedWed, 30 Jan 2013 01:24:04 +0100, by Pierre-Yves David
-
outgoing: fix possible filtering crash in outgoing (issue3814)Sat, 09 Feb 2013 17:54:01 +0000, by Pierre-Yves David
-
parsedate: understand "now" as a shortcut for the current timeSat, 09 Feb 2013 15:39:22 -0600, by Augie Fackler
-
export: clobber files with -o (bc) (issue3652)Sat, 09 Feb 2013 15:38:57 -0600, by Augie Fackler
-
merge: don't call copies.mergecopies unless we need toSat, 09 Feb 2013 21:24:36 +0000, by Bryan O'Sullivan
-
merge: rename p1 to wctx in manifestmergeSat, 09 Feb 2013 21:24:24 +0000, by Bryan O'Sullivan
-
largefiles: fix test and check codeSat, 09 Feb 2013 16:02:01 +0000, by Na'Tosha Bard
-
histedit: always abort with same message when working dir is wrong.Sat, 03 Aug 2013 16:40:13 +0200, by Simon Heimberg
-
histedit: report when revisions to edit are not ancestors of working dirSat, 03 Aug 2013 16:37:17 +0200, by Simon Heimberg
-
MergeSat, 09 Feb 2013 15:59:44 +0000, by Bryan O'Sullivan
-
manifestmerge: handle abort on local unknown, remote created filesSat, 09 Feb 2013 15:36:00 +0000, by Siddharth Agarwal
-
manifestmerge: pass in branchmerge and force separatelyFri, 08 Feb 2013 15:23:23 +0000, by Siddharth Agarwal
-
manifest: use a size 3 LRU cache to store parsed manifestsSat, 09 Feb 2013 15:43:02 +0000, by Siddharth Agarwal
-
util: add an LRU cache dictSat, 09 Feb 2013 15:41:46 +0000, by Siddharth Agarwal
-
tests: remove last two check-code warnings about killdaemonsSat, 09 Feb 2013 13:58:13 +0000, by Kevin Bullock
-
tests: guard against obsolete markers in the hg repo itselfSat, 09 Feb 2013 13:35:45 +0000, by Kevin Bullock
-
largefiles: make caching largefiles message more explicitSat, 09 Feb 2013 15:08:21 +0000, by Na'Tosha Bard
-
largefiles: document behavior of caching largefiles for new headsSat, 09 Feb 2013 15:25:46 +0000, by Na'Tosha Bard
-
check-code: add Makefile target to run check-codeSat, 09 Feb 2013 15:57:04 +0100, by Benoit Boissinot
-
byterange: remove now-unused sys importSat, 09 Feb 2013 07:44:22 -0600, by Augie Fackler
-
test-obsolete.t: migrate to killdaemons from kill `cat pidfile`Sat, 09 Feb 2013 05:37:36 -0600, by Augie Fackler
-
test-inotify.t: migrate to killdaemons from kill `cat pidfile`Sat, 09 Feb 2013 05:36:19 -0600, by Augie Fackler
-
test-inotify-lookup.t: migrate to killdaemons from kill `cat pidfile`Sat, 09 Feb 2013 05:35:20 -0600, by Augie Fackler
-
test-inotify-issue1556.t: migrate to killdaemons from kill `cat pidfile`Sat, 09 Feb 2013 05:34:22 -0600, by Augie Fackler
-
test-inotify-issue1542.t: migrate to killdaemons from kill `cat pidfile`Sat, 09 Feb 2013 05:33:39 -0600, by Augie Fackler
-
test-inotify-issue1371.t: switch to killdaemons from kill `cat pidfile`Sat, 09 Feb 2013 05:32:00 -0600, by Augie Fackler
-
test-inotify-debuginotify.t: migrate to killdaemons from kill `cat pidfile`Sat, 09 Feb 2013 05:30:40 -0600, by Augie Fackler
-
test-hgweb-raw.t: use killdaemons instead of kill `cat pidfile`Sat, 09 Feb 2013 05:29:10 -0600, by Augie Fackler
-
test-https.t: stop using kill `cat $pidfile`Sat, 09 Feb 2013 05:26:16 -0600, by Augie Fackler
-
changelog: hexlify node when throwing a LookupError on a filtered nodeSat, 09 Feb 2013 06:07:32 -0600, by Augie Fackler
-
byterange: remove old two-arg raise trickFri, 08 Feb 2013 17:14:12 -0600, by Augie Fackler
-
revlog: document v0 formatSat, 09 Feb 2013 12:08:02 +0100, by Benoit Boissinot
-
merge crew headsSat, 09 Feb 2013 10:40:26 +0000, by Kevin Bullock
-
merge with mpm stableSat, 09 Feb 2013 10:36:31 +0000, by Kevin Bullock
-
templater: add get() function to access dict element (e.g. extra)Fri, 08 Feb 2013 23:49:14 +0100, by Benoit Boissinot
-
templates: export extra as a dict to templatesFri, 08 Feb 2013 21:55:46 +0100, by Benoit Boissinot
-
i18n-de: fix duplicated shortcut key b for record (edit and quit) stableTue, 05 Feb 2013 22:02:11 +0100, by Arne Babenhauserheide
-
check-code: fix platform-specific error code varianceFri, 08 Feb 2013 22:42:07 +0000, by Kevin Bullock
-
check-code: warn to use killdaemons instead of kill `cat PIDFILE`Fri, 08 Feb 2013 19:32:56 +0000, by Kevin Bullock
-
largefiles: docstrings for verify methodsFri, 08 Feb 2013 13:08:25 +0100, by Mads Kiilerich
-
largefiles: fold oddly named _verify into remotestore.existsFri, 08 Feb 2013 13:00:08 +0100, by Mads Kiilerich
-
git convert: some versions of git use fatal: instead of error:Fri, 08 Feb 2013 07:09:48 -0600, by Augie Fackler
-
test-convert-git: stabilize corruption of test git repoFri, 08 Feb 2013 07:57:32 -0600, by Ross Lagerwall
-
convert/git: catch errors from modern git-ls-remote (issue3428)Fri, 08 Feb 2013 08:02:57 -0600, by Ross Lagerwall
-
merge with stableFri, 08 Feb 2013 14:26:00 +0000, by Kevin Bullock
-
incoming: fix incoming when a local head is remotely filtered (issue3805) stableWed, 06 Feb 2013 07:55:29 +0000, by Pierre-Yves David
-
dirstate: move pure python dirstate packing to pure/parsers.pyThu, 17 Jan 2013 23:46:08 -0800, by Siddharth Agarwal
-
bookmark: don't allow integers as bookmark/branch/tag namesTue, 05 Feb 2013 16:22:53 -0800, by Durham Goode
-
run-tests: do not fail on empty tsttest fileWed, 24 Oct 2012 23:09:31 +0200, by Simon Heimberg
-
merge with stableWed, 06 Feb 2013 14:43:29 -0600, by Matt Mackall
-
hgweb: make 'summary' work with hidden changesets (issue3810) stableTue, 05 Feb 2013 11:31:43 -0600, by Kevin Bullock
-
merge with stableWed, 06 Feb 2013 13:22:01 +0100, by Mads Kiilerich
-
hgk: support the old way of getting the current Ttk theme (issue3808) stableTue, 05 Feb 2013 12:58:21 +0100, by Andrew Shadura
-
addremove: don't perform m.exact/rel until neededMon, 04 Feb 2013 14:10:09 -0800, by Durham Goode
-
addremove: don't call lexists, isdir, and islinkMon, 04 Feb 2013 14:06:20 -0800, by Durham Goode
-
addremove: only query dirstate once per pathMon, 04 Feb 2013 14:01:40 -0800, by Durham Goode
-
tests: fix windows test failure with largefilesMon, 04 Feb 2013 23:48:34 +0100, by Mads Kiilerich
-
merge with stableMon, 04 Feb 2013 23:53:37 +0100, by Mads Kiilerich
-
tests: fix windows test failure in test-subrepo.t stableMon, 04 Feb 2013 23:41:11 +0100, by Mads Kiilerich
-
merge with stableMon, 04 Feb 2013 16:39:02 -0600, by Matt Mackall
-
largefiles: don't crash when trying to find default dest for url without path stableMon, 04 Feb 2013 23:26:44 +0100, by Mads Kiilerich
-
hgweb.cgi: fix internal WSGI emulation (issue3804) stableMon, 04 Feb 2013 23:25:25 +0100, by Mads Kiilerich
-
bdiff: simplify overflow checksSat, 02 Feb 2013 16:15:22 -0600, by Matt Mackall
-
Merge crew-stable into crewMon, 04 Feb 2013 11:42:10 -0800, by Bryan O'Sullivan
-
rebase: derive node from target rev (issue3802) stableSun, 03 Feb 2013 14:26:39 -0800, by Siddharth Agarwal
-
profiling: introduce limit configuration optionMon, 04 Feb 2013 02:46:53 +0100, by Mads Kiilerich
-
largefiles: make verify --lfa and --lfc work without --largeThu, 24 Jan 2013 23:57:44 +0100, by Mads Kiilerich
-
largefiles: verify status should be written as status, not as writeMon, 04 Feb 2013 02:46:53 +0100, by Mads Kiilerich
-
largefiles: report localstore errors with single line warnings messagesMon, 04 Feb 2013 02:46:53 +0100, by Mads Kiilerich
-
merge: inline act()Mon, 04 Feb 2013 02:46:53 +0100, by Mads Kiilerich
-
merge: don't indent "local changed %s which remote deleted" promptMon, 04 Feb 2013 02:46:53 +0100, by Mads Kiilerich
-
merge: backout manifest sorting and workarounds for cost of itMon, 04 Feb 2013 02:46:38 +0100, by Mads Kiilerich
-
merge: delay debug messages for merge actionsThu, 24 Jan 2013 23:57:44 +0100, by Mads Kiilerich
-
merge: make all action tuples have the same length - keep args as tupleThu, 24 Jan 2013 23:57:44 +0100, by Mads Kiilerich
-
merge: delay prompts a bit and show them in (extra) sorted orderThu, 24 Jan 2013 23:57:44 +0100, by Mads Kiilerich
-
commit: show active bookmark in commit editor helper textSat, 02 Feb 2013 15:37:17 -0200, by Antonio Zanardo
-
dates: support 'today' and 'yesterday' in parsedate (issue3764)Wed, 23 Jan 2013 09:51:45 -0800, by Paul Cavallaro
-
revset: change ancestor to accept 0 or more arguments (issue3750)Mon, 28 Jan 2013 12:19:21 -0800, by Paul Cavallaro
-
merge with stableFri, 01 Feb 2013 15:48:33 -0600, by Matt Mackall
-
test-obsolete: now gets 404 for hidden change stable 2.5Fri, 01 Feb 2013 15:21:47 -0600, by Matt Mackall
-
i18n-pt_BR: added message from crew 0324a1d88a53 stableFri, 01 Feb 2013 17:59:56 -0200, by Wagner Bruna
-
i18n-pt_BR: added message from crew 9fbeb61b8ad2 stableFri, 01 Feb 2013 11:01:39 -0200, by Wagner Bruna
-
i18n-ja: synchronized with 2a1fac3650a5 stableThu, 31 Jan 2013 23:01:31 +0900, by FUJIWARA Katsunori
-
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names stableFri, 01 Feb 2013 20:43:35 +0100, by Thomas Arendsen Hein
-
hgweb: rename 'currentbaseline' template keyword to 'basenode' stableFri, 01 Feb 2013 10:12:41 -0600, by Kevin Bullock
-
hgweb: rename 'changesetbaseline' template to 'difffrom' stableFri, 01 Feb 2013 09:58:25 -0600, by Kevin Bullock
-
hgweb: add a `web.view` to control filtering stableThu, 31 Jan 2013 19:56:55 +0100, by Pierre-Yves David
-
hgweb: returns 404 for unknow revision instead of 500 stableThu, 31 Jan 2013 22:30:52 +0100, by Pierre-Yves David
-
subrepo: allows to drop courtesy phase sync (issue3781) stableThu, 31 Jan 2013 01:44:29 +0100, by Pierre-Yves David
-
tests: fix toctou race in tinyproxy.py (issue3795) stableThu, 31 Jan 2013 19:13:13 +0100, by Mads Kiilerich
-
hgweb: remove baseline info from paper template stableFri, 01 Feb 2013 05:40:06 +0100, by Pierre-Yves David
-
hgwebdir: use web.prefix when creating url breadcrumbs (issue3790) stableThu, 31 Jan 2013 22:36:22 +0100, by Angel Ezquerra
-
rebase: delete divergent bookmarks on destination (issue3685) stableWed, 30 Jan 2013 16:08:32 -0800, by Siddharth Agarwal
-
bookmarks: factor out delete divergent code stableWed, 30 Jan 2013 15:35:00 -0800, by Siddharth Agarwal
-
rebase: remove bogus nullmerge check in updatebookmarks stableWed, 30 Jan 2013 17:49:54 -0800, by Siddharth Agarwal
-
share: backout fd903f89e42b, except the test stableTue, 27 Nov 2012 21:31:59 -0500, by Matt Harbison
-
subrepo: use sharepath if available when locating the source repo stableTue, 27 Nov 2012 20:56:27 -0500, by Matt Harbison
-
test-histedit: add tests for dropping head changeset stableTue, 22 Jan 2013 14:33:17 +0100, by Pierre-Yves David
-
tests: use `pwd` instead of ${PWD} in test-convert-git.t - because of Solaris stableThu, 31 Jan 2013 02:39:55 +0100, by Mads Kiilerich
-
histedit: prevent parent guessed via --outgoing from being a revset (issue3770) stableWed, 30 Jan 2013 10:57:28 -0500, by Augie Fackler
-
tests: fix for windows - slashes and no serve stableWed, 30 Jan 2013 19:40:07 +0100, by Mads Kiilerich
-
parsers: fix memleak of revlog cache entries on strip stableMon, 28 Jan 2013 19:05:35 +0900, by Yuya Nishihara
-
hgweb: fix navigation label (issue3792) stableWed, 30 Jan 2013 17:32:17 +0100, by Pierre-Yves David
-
profiling: add documentation of lsprof 'sort' and 'nested' stableTue, 29 Jan 2013 20:03:51 +0100, by Mads Kiilerich
-
OS X: try cheap ascii .lower() in normcase before making full unicode dance stableTue, 29 Jan 2013 17:01:41 +0100, by Mads Kiilerich
-
run-tests.py: inherit PYTHONHASHSEED from environment if set stableTue, 29 Jan 2013 20:03:51 +0100, by Mads Kiilerich
-
test-obsolete: validate that bundle is not affected by issue3788 stableTue, 29 Jan 2013 15:25:33 +0100, by Pierre-Yves David
-
pull: fix crash when pulling changeset that get hidden locally (issue3788) stableTue, 29 Jan 2013 15:26:10 +0100, by Pierre-Yves David
-
hgweb: prevent traceback during search when filtered (issue3783) stableTue, 29 Jan 2013 16:44:51 +0100, by Pierre-Yves David
-
bookmarks: hide bookmarks on filtered revs from listkeys stableSun, 27 Jan 2013 15:13:53 -0600, by Kevin Bullock
-
bookmarks: don't use bookmarks.listbookmarks in local computations stableSun, 27 Jan 2013 14:24:37 -0600, by Kevin Bullock
-
filtering: test that bookmarks prevent hiding of changesets stableMon, 28 Jan 2013 20:25:56 -0600, by Kevin Bullock
-
discovery: outgoing pass unfiltered repo to findcommonincoming (issue3776) stableMon, 28 Jan 2013 13:56:11 +0100, by Pierre-Yves David
-
largefiles: fix cat when using relative paths from subdirectory stableFri, 25 Jan 2013 18:20:13 +0100, by Mads Kiilerich
-
largefiles: fix commit when using relative paths from subdirectory stableFri, 25 Jan 2013 16:59:34 +0100, by Mads Kiilerich
-
largefiles: allow use of urls with #revision stableMon, 28 Jan 2013 15:19:44 +0100, by Mads Kiilerich
-
largefiles: don't verify largefile hashes on servers when processing statlfile stableMon, 28 Jan 2013 15:19:44 +0100, by Mads Kiilerich
-
tests: clarify test for pushing corrupted largefile stableMon, 28 Jan 2013 15:19:44 +0100, by Mads Kiilerich
-
largefiles: verify all files in each revision and report errors in any revision stableMon, 28 Jan 2013 15:19:44 +0100, by Mads Kiilerich
-
tests: better test coverage of largefiles localstore verify stableMon, 28 Jan 2013 15:19:44 +0100, by Mads Kiilerich
-
largefiles: adapt remotestore._getfile to batched statlfile stableMon, 28 Jan 2013 15:19:44 +0100, by Mads Kiilerich
-
largefiles: don't allow corruption to propagate after detection stableMon, 28 Jan 2013 15:19:44 +0100, by Mads Kiilerich
-
largefiles: adapt verify to batched remote statlfile (issue3780) stableMon, 28 Jan 2013 15:19:44 +0100, by Mads Kiilerich
-
largefiles: let wirestore._stat return stats as expected by remotestore verify stableMon, 28 Jan 2013 15:19:44 +0100, by Mads Kiilerich
-
tests: improve description of hgweb secret bookmarks test stableSun, 27 Jan 2013 11:39:51 -0600, by Kevin Bullock
-
bookmarks: show active bookmark even if not at working dir stableSun, 27 Jan 2013 11:29:14 -0600, by Kevin Bullock
-
hgweb: don't attempt to show hidden bookmarks (issue3774) stableFri, 25 Jan 2013 11:43:54 -0600, by Kevin Bullock
-
hgweb: fetch tipmost unfiltered rev thru the changelog stableFri, 25 Jan 2013 14:50:18 -0600, by Kevin Bullock
-
help: update verbose 'clone' help to include '@' bookmark stableFri, 25 Jan 2013 16:11:16 -0600, by Kevin Bullock
-
tests: fix test-help.t for '@' bookmark documentation stableFri, 25 Jan 2013 11:38:54 -0600, by Kevin Bullock
-
help: document '@' bookmark in 'help bookmarks' and 'help clone' stableFri, 25 Jan 2013 11:06:30 -0600, by Kevin Bullock
-
revset: evaluate sub expressions correctly (issue3775) stableWed, 23 Jan 2013 22:52:55 +0900, by FUJIWARA Katsunori
-
test-rebase: add another test for rebase with multiple roots stableSat, 19 Jan 2013 04:08:16 +0100, by Pierre-Yves David
-
update: update to current bookmark if it moved out from under us (issue3682) stableMon, 21 Jan 2013 13:47:10 -0600, by Kevin Bullock
-
test-bookmarks-pushpull.t: don't set bookmark active unnecessarily stableMon, 21 Jan 2013 12:58:59 -0600, by Kevin Bullock
-
doc: use "tag" revset predicate instead of "tagged" for example in help stableThu, 24 Jan 2013 00:21:22 +0900, by FUJIWARA Katsunori
-
tests: add regression tests for another revrange edge case stableWed, 23 Jan 2013 11:55:39 -0600, by Kevin Bullock
-
graphmod: don't try to visit nullrev (issue3772) stableWed, 23 Jan 2013 00:20:26 -0600, by Bryan O'Sullivan
-
log: remove any ancestors of nullrev (issue3772) stableWed, 23 Jan 2013 00:12:52 -0600, by Sean Farley
-
help: add documentation for new template functions stableTue, 22 Jan 2013 18:40:23 -0600, by Sean Farley
-
documentation: update to new filter names stableMon, 21 Jan 2013 19:40:15 +0100, by Pierre-Yves David
-
largefiles: enhance error message to make it more i18n-friendly stableMon, 21 Jan 2013 13:42:04 -0200, by Wagner Bruna
-
largefiles: fix largefiles+subrepo update (issue3752) stableWed, 23 Jan 2013 00:51:53 +0100, by Benoit Boissinot
-
merge: only sort manifests in debug mode (issue3769) stableSun, 20 Jan 2013 17:18:00 -0600, by Matt Mackall
-
merge default into stable for 2.5 code freeze stable 2.5-rcSat, 19 Jan 2013 17:24:33 -0600, by Matt Mackall
-
pathencode: don't use alloca() for safety/portabilitySat, 19 Jan 2013 17:20:39 -0600, by Matt Mackall
-
branchmap: display filtername when `updatebranch` fails to do its jobsSat, 19 Jan 2013 02:29:56 +0100, by Pierre-Yves David
-
scmutil: localize and improve 'not under root' messageFri, 18 Jan 2013 01:24:29 +0100, by Mads Kiilerich
-
run-tests.py: don't let hg run interactively in debug modeFri, 18 Jan 2013 01:23:51 +0100, by Mads Kiilerich
-
run-tests.py: backout "don't use console for stdin when running in debug mode"Fri, 18 Jan 2013 01:16:16 +0100, by Mads Kiilerich
-
rebase: properly handle unrebased revision between rebased oneFri, 18 Jan 2013 23:41:48 +0100, by Pierre-Yves David
-
rebase: lose the comparison to `nullmerge`Fri, 18 Jan 2013 23:21:32 +0100, by Pierre-Yves David
-
repoview: cache filtered changelogFri, 18 Jan 2013 23:43:32 +0100, by Pierre-Yves David
-
rebase: do not invent successor to skipped changesetFri, 18 Jan 2013 14:15:32 +0100, by Pierre-Yves David
-
repoview: protect `base` computation from weird phase rootThu, 17 Jan 2013 17:51:30 +0100, by Pierre-Yves David
-
posix: don't compare atime when determining if a file has changedFri, 18 Jan 2013 15:55:16 -0800, by Siddharth Agarwal
-
hg: replace DirCleanup class with normal try/finally useFri, 05 Oct 2012 18:10:56 -0500, by Augie Fackler
-
histedit: proper phase conservation (issue3724)Wed, 16 Jan 2013 19:21:03 +0100, by Pierre-Yves David
-
test-histedit: reorder phases test and prepare for moreWed, 16 Jan 2013 19:19:56 +0100, by Pierre-Yves David
-
test-histedit: fix instability creation testWed, 16 Jan 2013 19:17:36 +0100, by Pierre-Yves David
-
histedit: record histedit source (issue3681)Wed, 16 Jan 2013 19:14:22 +0100, by Pierre-Yves David
-
histedit: factor most commit creation in a functionWed, 16 Jan 2013 19:11:06 +0100, by Pierre-Yves David
-
store: switch to C-based hashed path encodingWed, 12 Dec 2012 13:09:37 -0800, by Bryan O'Sullivan
-
pathencode: implement both basic and hashed encoding in CWed, 12 Dec 2012 13:09:36 -0800, by Bryan O'Sullivan
-
pathencode: implement hashed encoding in CWed, 12 Dec 2012 13:09:36 -0800, by Bryan O'Sullivan
-
pathencode: implement the "mangling" part of hashed encoding in CWed, 12 Dec 2012 13:09:35 -0800, by Bryan O'Sullivan
-
pathencode: add a SHA-1 hash functionWed, 12 Dec 2012 13:09:34 -0800, by Bryan O'Sullivan
-
store: implement lowerencode in CWed, 12 Dec 2012 13:09:33 -0800, by Bryan O'Sullivan
-
hgweb: run with "served" filterTue, 15 Jan 2013 22:34:56 +0100, by Pierre-Yves David
-
hgweb: walk the graph through the changelogWed, 16 Jan 2013 14:22:43 +0100, by Pierre-Yves David
-
hgweb: use changelog for iterationFri, 11 Jan 2013 01:08:00 +0100, by Pierre-Yves David
-
hgweb: ignore filtered revision in revnavWed, 16 Jan 2013 14:19:28 +0100, by Pierre-Yves David
-
hgweb: generate revnav in two phaseThu, 10 Jan 2013 19:29:48 +0100, by Pierre-Yves David
-
rebase: support multiple roots for rebasesetThu, 17 Jan 2013 00:35:01 +0100, by Pierre-Yves David
-
clfilter: stronger detection of filtered changeset in changectx.__init__Wed, 16 Jan 2013 05:21:11 +0100, by Pierre-Yves David
-
validate: check for spurious incoming filelog entriesTue, 11 Dec 2012 20:13:21 +0100, by Sune Foldager
-
zsh_completion: add descriptive branch names to head revisionsThu, 17 Jan 2013 01:06:00 +0100, by Johannes Schlatow
-
zsh_completion: add completion of branch namesThu, 17 Jan 2013 00:54:49 +0100, by Johannes Schlatow
-
zsh_completion: fix issue with overlong branch/tag namesThu, 17 Jan 2013 01:55:50 +0100, by Johannes Schlatow
-
bundlerepo: remove old style check of file namesWed, 16 Jan 2013 20:52:56 +0100, by Mads Kiilerich
-
bundlerepo: use revlog._checkhashWed, 16 Jan 2013 20:41:41 +0100, by Mads Kiilerich
-
bundlerepo: store validated deltabase rev in basemap instead of nodeWed, 16 Jan 2013 20:41:41 +0100, by Mads Kiilerich