Mercurial > hg
graph
-
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