Mercurial > hg
graph
-
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
-
obsolete: os.SEEK_END first appeared in Python 2.5Tue, 17 Jul 2012 00:55:22 +0200, by Adrian Buehlmann
-
tests: convert a push test to use revsetsSun, 15 Jul 2012 12:43:10 -0400, by Matt Harbison
-
outgoing: accept revset argument for --revSun, 15 Jul 2012 12:43:10 -0400, by Matt Harbison
-
dirstate: drop assertMon, 16 Jul 2012 16:19:53 -0500, by Matt Mackall
-
dirstate: eliminate redundant check parameter on _addpath()Wed, 04 Jul 2012 01:31:37 +0200, by Adrian Buehlmann
-
obsolete: add seek to end of file before calling tell (issue3543)Mon, 16 Jul 2012 22:37:44 +0200, by Adrian Buehlmann
-
peer: remove cancopy from peer api; use directly on repo insteadFri, 13 Jul 2012 21:52:37 +0200, by Sune Foldager
-
peer: introduce canpush and improve error messageFri, 13 Jul 2012 21:52:28 +0200, by Sune Foldager
-
peer: introduce real peer classesFri, 13 Jul 2012 21:47:06 +0200, by Peter Arrenbrecht
-
peer: introduce peer methods to prepare for peer classesFri, 13 Jul 2012 21:46:53 +0200, by Sune Foldager
-
bookmarks: document behavior of -B/--bookmark in helpFri, 06 Jul 2012 14:12:42 -0500, by Augie Fackler
-
test-bookmarks-pushpull.t: verify correct push -B behaviorFri, 06 Jul 2012 14:11:58 -0500, by Augie Fackler
-
debugrevlog: handle numrevs == numfull case (issue3537)Wed, 11 Jul 2012 11:52:42 +0200, by Patrick Mezard
-
templatekw/help: document the {parents} keywordTue, 10 Jul 2012 09:11:53 -0700, by epriestley
-
revset: add destination() predicateSat, 07 Jul 2012 00:47:55 -0400, by Matt Harbison
-
revset: add origin() predicateSat, 07 Jul 2012 00:47:30 -0400, by Matt Harbison
-
convert: remove unused newnames variable in filemapMon, 16 Jul 2012 15:50:19 +0200, by Patrick Mezard
-
push: fix bug in detection of remote obsolete supportThu, 12 Jul 2012 03:03:19 +0200, by Pierre-Yves David
-
incoming/outgoing: handle --graph in coreWed, 11 Jul 2012 18:22:07 +0200, by Patrick Mezard
-
log: support --graph without graphlog extensionSat, 14 Jul 2012 19:09:22 +0200, by Patrick Mezard
-
graphlog: extract revset/support functions into cmdutilSat, 14 Jul 2012 18:55:21 +0200, by Patrick Mezard
-
graphlog: extract ascii drawing code into graphmodWed, 11 Jul 2012 17:13:39 +0200, by Patrick Mezard
-
patchbomb: rewrite getoutgoing() with revsetsSun, 24 Jun 2012 18:11:52 +0200, by Patrick Mezard
-
patchbomb: support --outgoing and revsetsSun, 24 Jun 2012 17:39:27 +0200, by Patrick Mezard
-
patchbomb: make --outgoing ignore secret changesetsSat, 14 Jul 2012 19:21:31 +0200, by Patrick Mezard
-
merge with stableSun, 15 Jul 2012 14:48:50 -0500, by Matt Mackall
-
convert: make filemap renames consistently override revision renames stableFri, 06 Jul 2012 01:14:02 -0300, by Wagner Bruna
-
obsolete: compute extinct changesetsFri, 06 Jul 2012 19:34:09 +0200, by Pierre-Yves David
-
push: refuse to push unstable changesets without forceTue, 10 Jul 2012 01:39:03 +0200, by Pierre-Yves David
-
obsolete: compute unstable changesetFri, 06 Jul 2012 00:18:09 +0200, by Pierre-Yves David
-
revset: add an `obsolete` symbolFri, 06 Jul 2012 19:29:10 +0200, by Pierre-Yves David
-
push: refuse to push obsolete changesetsTue, 10 Jul 2012 01:32:18 +0200, by Pierre-Yves David
-
push: accept revset argument for --revThu, 05 Jul 2012 19:53:04 +0200, by Pierre-Yves David
-
check-code: recognise %= as an operatorFri, 06 Jul 2012 19:48:19 +0200, by Pierre-Yves David
-
tests: do exclude what is expectedWed, 04 Jul 2012 08:55:16 +0200, by Simon Heimberg
-
parsers.c: remove warning: 'size' may be used uninitialized in this functionFri, 06 Jul 2012 00:48:45 +0200, by Mads Kiilerich
-
graphlog: remove unused ASCIIDATA constantWed, 11 Jul 2012 16:47:33 +0200, by Patrick Mezard
-
graphlog: make functions private, fix namesWed, 11 Jul 2012 17:10:21 +0200, by Patrick Mezard
-
graphlog: remove unused get_revs() functionWed, 11 Jul 2012 17:05:20 +0200, by Patrick Mezard
-
localrepo: use file API via vfs while ensuring repository directoryFri, 06 Jul 2012 18:45:27 +0900, by FUJIWARA Katsunori
-
localrepo: use "vfs" intead of "opener" while ensuring repository directoryFri, 06 Jul 2012 18:45:27 +0900, by FUJIWARA Katsunori
-
localrepo: use the path relative to "self.vfs" instead of "path" argumentFri, 06 Jul 2012 18:45:27 +0900, by FUJIWARA Katsunori
-
localrepo: use "self.wvfs.join()" instead of "os.path.join()"Fri, 06 Jul 2012 18:45:27 +0900, by FUJIWARA Katsunori
-
localrepo: use path expansion API via vfsFri, 06 Jul 2012 18:45:27 +0900, by FUJIWARA Katsunori
-
localrepo: add "vfs" fields to "localrepository" for migration from "opener"Fri, 06 Jul 2012 18:45:26 +0900, by FUJIWARA Katsunori
-
largefiles: optimize status by synchronizing lfdirstate with the largefile on updateFri, 13 Jul 2012 14:49:16 +0200, by Na'Tosha Bard
-
store: abstract out how we retrieve a file's sizeMon, 25 Jun 2012 15:14:06 -0700, by Bryan O'Sullivan
-
mq: check subrepo synchronizations against parent of workdir or other appropriate contextWed, 27 Jun 2012 22:03:27 +0900, by FUJIWARA Katsunori
-
mq: create patch file after commit to import diff of ".hgsubstate" at qrefreshWed, 27 Jun 2012 22:03:27 +0900, by FUJIWARA Katsunori
-
mq: add ".hgsubstate" to patch target list only if it is not listed up yetWed, 27 Jun 2012 22:03:22 +0900, by FUJIWARA Katsunori
-
backout e7167007c083Thu, 12 Jul 2012 14:20:34 -0500, by Matt Mackall
-
merge with crew-stableThu, 12 Jul 2012 13:33:53 +0200, by Martin Geisler
-
revert: use term "uncommitted merge" in help text stableMon, 09 Jul 2012 17:51:46 +0200, by Adrian Buehlmann
-
histedit: use cmdutil.command decoratorFri, 06 Jul 2012 22:43:10 +0200, by Adrian Buehlmann
-
hgweb: show help with verbose sections includedTue, 10 Jul 2012 17:52:43 +0200, by Adrian Buehlmann
-
merge with crew-stableThu, 12 Jul 2012 10:41:56 +0200, by Martin Geisler
-
update: mention how update can be used to cancel an uncommitted merge stableTue, 10 Jul 2012 21:26:18 +0200, by Adrian Buehlmann
-
update: move help text about parent revision higher up stableTue, 10 Jul 2012 11:15:22 +0200, by Adrian Buehlmann
-
rollback: move examples and --force note in help into verbose section stableWed, 11 Jul 2012 09:12:31 +0200, by Adrian Buehlmann
-
rollback: split off command example paragraph in help stableWed, 11 Jul 2012 09:08:26 +0200, by Adrian Buehlmann
-
subrepo: add missing newline in Git warning message stableThu, 12 Jul 2012 09:58:40 +0200, by Martin Geisler
-
merge with mainThu, 12 Jul 2012 10:03:50 +0200, by Martin Geisler
-
MergeWed, 11 Jul 2012 15:39:00 -0700, by Bryan O'Sullivan
-
localrepo: make requirements and openerreqs mutable by subclassesWed, 11 Jul 2012 15:36:00 -0700, by Bryan O'Sullivan
-
test-clone: load extensions before doing anythingWed, 11 Jul 2012 15:34:01 -0700, by Bryan O'Sullivan
-
test-clone: load extensions before doing anythingWed, 11 Jul 2012 15:34:32 -0700, by Bryan O'Sullivan
-
revlog: fix for generaldelta distance calculationWed, 11 Jul 2012 12:38:42 +0200, by Friedrich Kastner-Masilko
-
MergeWed, 11 Jul 2012 15:05:06 -0700, by Bryan O'Sullivan
-
tests: reduce spurious failures when run with generaldeltaWed, 11 Jul 2012 15:03:10 -0700, by Bryan O'Sullivan
-
histedit: add extension docstring from external READMEFri, 06 Jul 2012 12:17:53 -0500, by Augie Fackler
-
histedit: don't crash if the result of fixing up a fold is emptyFri, 06 Jul 2012 11:39:02 -0500, by Augie Fackler
-
histedit: replace hexshort lambda with node.shortFri, 06 Jul 2012 11:06:57 -0500, by Augie Fackler
-
revlog: make compress a methodMon, 25 Jun 2012 13:56:13 -0700, by Bryan O'Sullivan
-
largefiles: batch statlfile requests when pushing a largefiles repo (issue3386)Sun, 24 Jun 2012 20:36:22 +0200, by Na'Tosha Bard
-
obsolete: write obsolete marker inside a transactionWed, 04 Jul 2012 02:21:04 +0200, by Pierre-Yves David
-
obsolete: append new markers to obsstore file instead of rewriting everythingWed, 04 Jul 2012 02:02:48 +0200, by Pierre-Yves David
-
obsolete: move obsolete markers read/write logic to obsstore objectWed, 04 Jul 2012 02:00:36 +0200, by Pierre-Yves David
-
debugobsolete: remove spurious ctx from variable nameWed, 11 Jul 2012 18:35:14 -0500, by Matt Mackall
-
MergeFri, 06 Jul 2012 20:28:32 -0700, by Bryan O'Sullivan
-
setup: disable -mno-cygwin if building under mingw32Fri, 06 Jul 2012 20:19:55 -0700, by Bryan O'Sullivan
-
graphlog: don't truncate template value at last \nFri, 06 Jul 2012 00:30:18 +0200, by Mads Kiilerich
-
graphlog: display obsolete changeset as "x"Wed, 04 Jul 2012 17:29:49 +0200, by Pierre-Yves David
-
obsolete: fix context.obsolete() methodWed, 04 Jul 2012 17:26:51 +0200, by Pierre-Yves David
-
obsolete: fix error message at marker creationWed, 04 Jul 2012 16:37:00 +0200, by Pierre-Yves David
-
help: explain effect of .hgignore on tracked filesMon, 02 Jul 2012 00:31:22 +0200, by Adrian Buehlmann
-
hgignore: simply ignore all *.exe's everywhereSun, 01 Jul 2012 10:06:16 +0200, by Adrian Buehlmann
-
tests: ignore pax_global_header in test-subrepo-git.tThu, 05 Jul 2012 02:25:49 +0200, by Mads Kiilerich
-
tests: remove GNU quoting in test-subrepo-deep-nested-change.tThu, 05 Jul 2012 01:47:17 +0200, by Mads Kiilerich
-
tests: add '(glob)' for Windows paths in test-subrepo-deep-nested-change.tThu, 05 Jul 2012 00:51:05 +0200, by Mads Kiilerich
-
check-code: verify that 'saved backup bundle to ...' is '(glob)'edThu, 05 Jul 2012 00:49:26 +0200, by Mads Kiilerich
-
tests: fix test markup in test-merge-types.tThu, 05 Jul 2012 00:35:42 +0200, by Mads Kiilerich
-
test-hgweb-diffs: partially adapt for WindowsWed, 04 Jul 2012 12:43:13 +0200, by Adrian Buehlmann
-
subrepo: propagate matcher to subrepos when archivingSat, 16 Jun 2012 22:34:06 -0400, by Matt Harbison
-
largefiles: remove a standin check that could never be trueMon, 18 Jun 2012 22:45:21 -0400, by Matt Harbison
-
largefiles: fix the directory structure when archiving a subrepo in a subrepoMon, 18 Jun 2012 23:02:51 -0400, by Matt Harbison
-
largefiles: fix a traceback when archiving a subrepo in a subrepoSun, 17 Jun 2012 21:57:48 -0400, by Matt Harbison
-
help: improve hgweb helpThu, 21 Jun 2012 12:50:15 +0200, by Mads Kiilerich
-
convert: keep branch switching merges with ancestors (issue3340)Mon, 18 Jun 2012 18:19:28 +0200, by Patrick Mezard
-
revset: add "diff" field to "matching" keywordWed, 13 Jun 2012 23:32:58 +0200, by Angel Ezquerra
-
mq: defer command wrapping to extsetup (API)Fri, 08 Jun 2012 23:27:59 -0400, by Matt Harbison
-
revset: ensure we are reversing a list (issue3530)Wed, 04 Jul 2012 09:38:07 -0700, by Bryan O'Sullivan
-
test-keyword: adapt for WindowsTue, 03 Jul 2012 18:02:07 +0200, by Adrian Buehlmann
-
tests: don't use dates before epoch in test-keyword.tWed, 04 Jul 2012 02:04:58 +0200, by Mads Kiilerich
-
tests: make test-convert-bzr.t more stableWed, 04 Jul 2012 01:45:28 +0200, by Mads Kiilerich
-
casecollision: add testsWed, 27 Jun 2012 12:37:01 -0700, by Joshua Redstone
-
dirstate: add dir/file collision testWed, 27 Jun 2012 12:28:26 -0700, by Joshua Redstone
-
dirstate: factor common update code into _addpathMon, 18 Jun 2012 08:06:42 -0700, by Joshua Redstone
-
test-subrepo-relative-path: partially adapt for WindowsMon, 02 Jul 2012 16:54:01 +0200, by Adrian Buehlmann
-
tests: make rm of usercache in test-largefiles.t more robustTue, 03 Jul 2012 01:49:51 +0200, by Mads Kiilerich
-
merge with stableSun, 01 Jul 2012 21:20:30 -0500, by Matt Mackall
-
merge with crewSun, 01 Jul 2012 21:19:57 -0500, by Matt Mackall
-
tests: enable test-largefiles.t on Windows MSYSMon, 02 Jul 2012 01:48:12 +0200, by Mads Kiilerich
-
test-largefiles: partially adapt for WindowsSat, 30 Jun 2012 19:31:03 +0200, by Adrian Buehlmann
-
tests: make histedit pass on Windows MSYSMon, 02 Jul 2012 01:47:59 +0200, by Mads Kiilerich
-
tests: make histedit tests more resilient to filesystem variationSat, 30 Jun 2012 03:34:50 +0200, by Mads Kiilerich
-
tests: convert histedit tests to .tSat, 30 Jun 2012 03:34:44 +0200, by Mads Kiilerich
-
histedit: use stable iteration order for processing bookmarksSat, 30 Jun 2012 03:34:41 +0200, by Mads Kiilerich
-
record: fix display of non-ASCII names stable 2.2.3Sun, 01 Jul 2012 13:10:54 -0500, by Matt Mackall
-
i18n-ja: synchronized with 86a3bb9c5f5c stableSat, 30 Jun 2012 21:59:16 +0900, by FUJIWARA Katsunori
-
obsolete: function and method to access some obsolete dataWed, 06 Jun 2012 01:56:58 +0200, by Pierre-Yves David
-
obsolete: exchange obsolete marker over pushkeyThu, 07 Jun 2012 19:21:59 +0200, by Pierre-Yves David
-
debugobsolete: list all obsolete marker if no argument are specifiedThu, 07 Jun 2012 19:20:44 +0200, by Pierre-Yves David
-
obsolete: add easy way to iterate over obsolete marker objectMon, 04 Jun 2012 00:50:19 +0200, by Pierre-Yves David
-
obsolete: helper class to access obsolete marker dataThu, 07 Jun 2012 19:19:58 +0200, by Pierre-Yves David
-
command: creation of obsolete markerThu, 07 Jun 2012 19:15:23 +0200, by Pierre-Yves David
-
obsolete: introduction of obsolete markersThu, 07 Jun 2012 19:07:39 +0200, by Pierre-Yves David
-
histedit: mark as a first party extensionThu, 28 Jun 2012 08:45:38 -0500, by Augie Fackler
-
histedit: remove use of reduce() builtin spotted by check-codeWed, 27 Jun 2012 18:42:48 -0500, by Augie Fackler
-
test-histedit-edit: improve coverage of histedit codeWed, 27 Jun 2012 18:41:14 -0500, by Augie Fackler
-
histedit: fix most check-code violationsWed, 27 Jun 2012 18:35:33 -0500, by Augie Fackler
-
histedit tests: fix check-code problemsWed, 27 Jun 2012 18:34:31 -0500, by Augie Fackler
-
histedit: new extension for interactive history editingWed, 27 Jun 2012 17:52:54 -0500, by Augie Fackler
-
exewrapper: use generic term scriptFri, 29 Jun 2012 08:10:43 +0200, by Adrian Buehlmann
-
Makefile: add build_hgexe -i for localFri, 29 Jun 2012 13:12:35 +0200, by Adrian Buehlmann
-
setup: compile hg.exeFri, 29 Jun 2012 13:10:48 +0200, by Adrian Buehlmann
-
test-commit-amend: adapt for Windows after fba17a64fa49Fri, 29 Jun 2012 15:21:35 +0200, by Adrian Buehlmann
-
merge with stableFri, 29 Jun 2012 00:40:52 -0500, by Matt Mackall
-
exewrapper: adding new exewrapper.cFri, 29 Jun 2012 00:01:19 +0200, by Adrian Buehlmann
-
keyword: use ui.formatter for kwfiles outputThu, 28 Jun 2012 15:06:41 +0100, by Christian Ebert
-
discovery: simplify branchmap construction against legacy serverFri, 22 Jun 2012 12:17:49 +0200, by Pierre-Yves David
-
copies: re-include root directory in directory rename detection (issue3511)Wed, 27 Jun 2012 13:41:04 -0500, by Matt Mackall
-
store: sort filenames in placeMon, 25 Jun 2012 15:14:05 -0700, by Bryan O'Sullivan
-
convert: check for failed svn import in debugsvnlog and abort cleanlyFri, 29 Jun 2012 01:51:48 +0200, by Mads Kiilerich
-
convert: accept Subversion 'file:///c%3A/svnrepo' syntax on WindowsThu, 28 Jun 2012 03:41:37 +0200, by Mads Kiilerich
-
win32: remove uneeded usage of _STARTF_USESHOWWINDOWMon, 25 Jun 2012 19:26:29 +0200, by Adrian Buehlmann
-
win32: specify _CREATE_NO_WINDOW on spawndetached()Mon, 25 Jun 2012 19:11:29 +0200, by Adrian Buehlmann
-
amend: disable hooks when creating intermediate commit (issue3501) stableSat, 23 Jun 2012 19:57:29 +0300, by Idan Kamara
-
ui: add a variable to control whether hooks should be called stableSat, 23 Jun 2012 19:57:07 +0300, by Idan Kamara
-
strip: update help to state than you can strip public changeset stableThu, 28 Jun 2012 18:39:16 +0200, by Pierre-Yves David
-
bookmarks: correctly update current bookmarks on rebase (issue2277) stableFri, 22 Jun 2012 11:40:31 -0700, by David Schleimer
-
graft: don't drop the second parent on unsuccessful merge (issue3498) stableSat, 16 Jun 2012 17:05:55 +0900, by Yuya Nishihara
-
tests: add missing path globbing for Windows in svn testsWed, 27 Jun 2012 02:34:58 +0200, by Mads Kiilerich
-
fix push of moved bookmark when creating new branch headsTue, 26 Jun 2012 23:05:25 +0200, by Sune Foldager
-
merge with stableTue, 26 Jun 2012 15:08:10 -0500, by Matt Mackall
-
i18n-de: Move policies from header of de.po to http://mercurial.selenic.com/wiki/GermanTranslation stableThu, 21 Jun 2012 18:23:18 +0200, by Martin Schröder
-
scmutil: speed up new-style range extensionFri, 22 Jun 2012 12:00:41 -0700, by Bryan O'Sullivan
-
merge with crew-stableTue, 26 Jun 2012 14:32:20 +0200, by Thomas Arendsen Hein
-
subrepo/svn: make rev number retrieval compatible with svn 1.5 (issue2968) stableTue, 26 Jun 2012 14:27:33 +0200, by Thomas Arendsen Hein