Mercurial > hg
graph
-
transplant: handle non-empty patches doing nothing (issue2806) stableTue, 31 Jul 2012 17:39:32 +0200, by Patrick Mezard
-
help/config.txt: document web.maxshortchanges stableSun, 29 Jul 2012 19:44:57 +0200, by Patrick Mezard
-
histedit: make comment part of the file describing rules as translatable stableMon, 30 Jul 2012 03:27:07 +0900, by FUJIWARA Katsunori
-
i18n-ru: add missing space in summary output template stableFri, 20 Jul 2012 12:18:31 +0400, by Nikolaj Sjujskij
-
i18n-ja: synchronized with 3339e3df159d stableWed, 01 Aug 2012 05:58:00 +0900, by FUJIWARA Katsunori
-
log: make opts entries optional (issue2423) stableWed, 01 Aug 2012 15:49:00 +0200, by Patrick Mezard
-
obsolete: fix typos in comments introduced by 6955d69a52a4 stableTue, 31 Jul 2012 15:57:50 +0200, by Thomas Arendsen Hein
-
pager: drop -S option for less in example for pager configuration stableTue, 31 Jul 2012 15:50:44 +0200, by Thomas Arendsen Hein
-
obsolete: properly increment currentlen when building pushkey payload stableTue, 31 Jul 2012 15:32:08 +0200, by Pierre-Yves David
-
hgweb: fixes invalid parents / children in comparison stableTue, 31 Jul 2012 00:59:38 +0200, by wujek srujek
-
hgweb: fixes traceback for invalid files by removing top-level template stableTue, 31 Jul 2012 14:14:15 +0200, by wujek srujek
-
i18n-ja: synchronized with b087cfebc3ac stableMon, 30 Jul 2012 03:37:28 +0900, by FUJIWARA Katsunori
-
pushkey: do not exchange obsole markers if feature is disabled stableSat, 28 Jul 2012 13:33:06 +0200, by Pierre-Yves David
-
obsolete: warns if markers exist in a repo where the feature is not enabled stableSat, 28 Jul 2012 13:05:25 +0200, by Pierre-Yves David
-
obsolete: introduce an `_enabled` switch to disable the feature by default stableSat, 28 Jul 2012 13:19:06 +0200, by Pierre-Yves David
-
pushkey: splits obsolete marker exchange into multiple keys stableFri, 27 Jul 2012 18:32:56 +0200, by Pierre-Yves David
-
obsolete: add debug output regarding obsolete marker exchange. stableThu, 26 Jul 2012 16:41:42 +0200, by Pierre-Yves David
-
pushkey: add more verbose debug output regarding pushkey stableSat, 28 Jul 2012 12:28:35 +0200, by Pierre-Yves David
-
debugobsolete: do not traceback on invalid node identifiers stableMon, 30 Jul 2012 19:26:05 +0200, by Patrick Mezard
-
revset: minor doc fixes on obsolete related revsets stableMon, 30 Jul 2012 15:48:04 +0200, by Patrick Mezard
-
hgweb: make paper:error consistent with template stableMon, 30 Jul 2012 11:33:27 +0200, by Ross Lagerwall
-
hgweb: avoid traceback when file or node parameters are missing stableMon, 30 Jul 2012 11:02:10 +0200, by Ross Lagerwall
-
hgweb: fix "branches" links in gitweb template stableMon, 30 Jul 2012 08:18:25 +0200, by Ross Lagerwall
-
hgweb: fix capitalization in monoblue template stableMon, 30 Jul 2012 08:06:05 +0200, by Ross Lagerwall
-
histedit: add trailing newline when editing commit messages stableMon, 30 Jul 2012 03:53:38 +0200, by Mads Kiilerich
-
test-histedit-outgoing.t: remove unused section stableMon, 30 Jul 2012 02:38:32 +0200, by Mads Kiilerich
-
test-hook.t: Solaris /usr/bin/egrep do not support {4} stableMon, 30 Jul 2012 02:38:29 +0200, by Mads Kiilerich
-
win32: update Inno Setup installer extensions list stableSun, 29 Jul 2012 17:04:51 +0200, by Pascal Quantin
-
hgweb: avoid traceback if raw is used as default style stableSun, 29 Jul 2012 11:08:45 -0500, by Matt Mackall
-
largefiles: use hg.peer instead of hg.remoteui stableSat, 28 Jul 2012 22:55:01 +0200, by Simon Heimberg
-
histedit: remove updating statistics line from the examples describing rules stableSun, 29 Jul 2012 16:19:32 +0900, by FUJIWARA Katsunori
-
peer: delete double definition of method peer stableSat, 28 Jul 2012 22:36:22 +0200, by Simon Heimberg
-
revset: fix the definition of "unstable changesets" for "unstable" predicate stableSat, 28 Jul 2012 23:51:57 +0900, by FUJIWARA Katsunori
-
largefiles: support revsets for outgoing --large stableFri, 20 Jul 2012 19:08:26 -0400, by Matt Harbison
-
largefiles: fix a traceback introduced with recent peer changes stableFri, 20 Jul 2012 23:50:52 -0400, by Matt Harbison
-
doc: unify section level between help topics stableWed, 25 Jul 2012 16:40:38 +0900, by FUJIWARA Katsunori
-
addremove: mention --similarity defaults to 100 (issue3430) stableMon, 23 Jul 2012 19:03:32 +0200, by Patrick Mezard
-
revset: polish explanation of the difference between file() and filelog() stableWed, 25 Jul 2012 22:41:26 -0400, by Greg Ward
-
strip: move bookmarks to nearest ancestor rather than '.' stableThu, 26 Jul 2012 16:57:50 -0500, by Augie Fackler
-
largefiles: fix exception hack for i18n (issue3197) stableFri, 27 Jul 2012 12:33:48 -0500, by Matt Mackall
-
webcommands: do not modify repo.tagslist() stableFri, 27 Jul 2012 17:48:49 +0200, by Patrick Mezard
-
tag: don't allow tagging the null revision (issue1915) stableTue, 05 Jun 2012 17:00:13 -0700, by Brad Hall
-
i18n: add/relocate "i18n keyword" comments for i18n messages in revset.py stableThu, 26 Jul 2012 13:58:43 +0900, by FUJIWARA Katsunori
-
revset: use appropriate predicate name in error messages stableThu, 26 Jul 2012 13:58:43 +0900, by FUJIWARA Katsunori
-
tags: visit new heads in forward order when rebuilding cache stableThu, 26 Jul 2012 17:04:01 -0500, by Matt Mackall
-
identity: show trailing '+' for dirty subrepos (issue2839) stableFri, 27 Jul 2012 13:56:19 +0200, by Patrick Mezard
-
discovery: fix invalid comment about extinct being ignored stableFri, 27 Jul 2012 10:16:20 +0200, by Patrick Mezard
-
obsolete: fix decoding error message arguments stableThu, 26 Jul 2012 16:21:43 +0200, by Pierre-Yves David
-
push: do not try to push remote obsolete if local has none stableTue, 24 Jul 2012 21:20:56 +0200, by Patrick Mezard
-
pager: work around bug in python 2.4's subprocess module (issue3533) stableFri, 06 Jul 2012 18:06:52 -0400, by Michael Bacarella
-
clone: copy obsolete markers during local clone stableWed, 25 Jul 2012 19:02:35 +0200, by Pierre-Yves David
-
discovery: add extinct changesets to outgoing.excluded stableWed, 25 Jul 2012 19:34:31 +0200, by Patrick Mezard
-
convert/svn: handle non-local svn destination paths (issue3142) stableThu, 26 Jul 2012 12:07:55 +0200, by Patrick Mezard
-
setup: fix build_hgexe for mingw32 compiler stableWed, 25 Jul 2012 16:50:22 +0200, by Adrian Buehlmann
-
largefiles: fix path handling for cp/mv (issue3516) stableSun, 22 Jul 2012 23:37:53 -0400, by Matt Harbison
-
revset: add explanation about difference between 'filelog()' and 'file()' stableWed, 25 Jul 2012 16:15:28 +0900, by FUJIWARA Katsunori
-
histedit: fix new nodes computation with --continue (issue3534) stableWed, 25 Jul 2012 16:27:26 +0200, by Patrick Mezard
-
util: delegate seek and tell methods of atomictempfile stableMon, 23 Jul 2012 15:38:43 -0700, by Bryan O'Sullivan
-
encoding: add fast-path for ASCII uppercase. stableMon, 23 Jul 2012 15:55:26 -0600, by Martin Geisler
-
encoding: use s.decode to trigger UnicodeDecodeError stableMon, 23 Jul 2012 15:55:22 -0600, by Martin Geisler
-
test-largefiles: fix test failing on vfat file systems stableSun, 22 Jul 2012 13:16:45 +0200, by Adrian Buehlmann
-
largefiles: mark as a first party extension stableFri, 20 Jul 2012 22:10:52 -0400, by Matt Harbison
-
largefiles: ensure addlargefiles() doesn't add a standin as a largefile stableThu, 19 Jul 2012 23:35:13 -0400, by Matt Harbison
-
largefiles: fix a traceback when addremove follows a remove (issue3507) stableThu, 19 Jul 2012 11:12:05 -0400, by Matt Harbison
-
largefiles: defer lfdirstate.drop() until after commit (issue3364) stableThu, 19 Jul 2012 10:00:15 -0400, by Matt Harbison
-
dispatch: fix traceback when extension was tested with newer versions only stableThu, 19 Jul 2012 21:20:56 +0200, by Thomas Arendsen Hein
-
test-extension.t: use fixed version string instead of current tag stableThu, 19 Jul 2012 16:50:52 +0200, by Thomas Arendsen Hein
-
merge default into stable for 2.3 code freeze stable 2.3-rcWed, 18 Jul 2012 19:08:25 -0500, by Matt Mackall
-
merge with crewWed, 18 Jul 2012 19:08:11 -0500, by Matt Mackall
-
merge with stableThu, 19 Jul 2012 00:54:33 +0200, by Martin Geisler
-
windows: removed duplicate termwidth definition stableThu, 19 Jul 2012 00:53:27 +0200, by Martin Geisler
-
httprepo: ensure Content-Type header exists when pushing dataFri, 13 Jul 2012 13:21:20 +0200, by Pierre-Yves David
-
obsolete: obsstore.add now takes a list of markers.Fri, 13 Jul 2012 22:15:11 +0200, by Pierre-Yves David
-
obsolete: refactor writemarkers to only encode themThu, 12 Jul 2012 19:58:07 +0200, by Pierre-Yves David
-
update: put rules for uncommitted changes into verbose help sectionSat, 14 Jul 2012 18:29:46 +0200, by Adrian Buehlmann
-
hooks: print out more information when loading a python hook failsFri, 06 Jul 2012 18:41:25 +0200, by Simon Heimberg
-
perf: fix perfcca to work with new casecollisionauditor interfaceWed, 18 Jul 2012 07:51:20 -0700, by Joshua Redstone
-
checkheads: extract branchmap preprocessingTue, 17 Jul 2012 18:21:49 +0200, by Pierre-Yves David
-
checkheads: take future obsoleted heads into accountTue, 17 Jul 2012 17:59:29 +0200, by Pierre-Yves David
-
obsolete: add an any successors functionTue, 17 Jul 2012 17:31:29 +0200, by Pierre-Yves David
-
checkheads: extract bookmark computation from the branch loopTue, 17 Jul 2012 18:14:16 +0200, by Pierre-Yves David
-
checkheads: simplify the structure build by preprocessingTue, 17 Jul 2012 16:30:42 +0200, by Pierre-Yves David
-
_updatebranchcache: prevent deleting dict key during iterationTue, 17 Jul 2012 16:16:17 +0200, by Pierre-Yves David
-
checkheads: extract branchmap preprocessingTue, 17 Jul 2012 18:21:49 +0200, by Pierre-Yves David
-
obsolete: mark unreachable extinct changesets as hiddenMon, 16 Jul 2012 17:56:50 +0200, by Pierre-Yves David
-
hidden: move hiddenrevs set on the repositoryMon, 16 Jul 2012 17:44:46 +0200, by Pierre-Yves David
-
obsolete: do not exchange extinct changesetsFri, 13 Jul 2012 14:38:49 +0200, by Pierre-Yves David
-
repo: move visibleheads and visiblebranchmap logic in discoveryTue, 17 Jul 2012 01:22:31 +0200, by Pierre-Yves David
-
localpeer: return only visible heads and branchmapTue, 17 Jul 2012 01:04:45 +0200, by Pierre-Yves David
-
util, posix: eliminate encodinglower and encodingupperWed, 18 Jul 2012 14:41:58 +0200, by Adrian Buehlmann
-
hgweb: side-by-side comparison functionalitySun, 08 Jul 2012 17:17:02 +0200, by wujek srujek
-
scmutil: 25% speedup in casecollisionauditorFri, 06 Jul 2012 13:56:40 -0700, by Joshua Redstone