Mercurial > hg
graph
-
run-tests: use type of default to convert environment variableThu, 05 May 2011 20:03:43 +0200, by Martin Geisler
-
test-treediscovery: fix escaping for both dash and bashThu, 05 May 2011 19:29:02 +0200, by Martin Geisler
-
treediscovery: fix regression when run against older repos (issue2793)Thu, 05 May 2011 12:53:33 +0200, by Peter Arrenbrecht
-
commands: use util.Abort's hint some moreThu, 05 May 2011 14:57:21 +0200, by Martin Geisler
-
commands: use double-quotes for strings with single-quotesThu, 05 May 2011 12:16:43 +0200, by Martin Geisler
-
revlog: remove support for punched/shallowThu, 05 May 2011 12:46:02 +0200, by Sune Foldager
-
revlog: remove support for parentdeltaThu, 05 May 2011 12:55:12 +0200, by Sune Foldager
-
store: break up reference cycle introduced in 9cbff8a39a2aWed, 04 May 2011 12:58:59 +0200, by Adrian Buehlmann
-
test-https.t: clean up superfluous trailing whitespaceWed, 04 May 2011 10:32:08 -0500, by Augie Fackler
-
run-tests.py: correctly handle list options with parallel tasksWed, 04 May 2011 10:39:10 -0500, by Augie Fackler
-
mq: don't suggest to refresh when qpushing with no applied patchesWed, 04 May 2011 23:12:23 +0300, by Idan Kamara
-
bundlerepo: fix closing and docstring of getremotechangesWed, 04 May 2011 20:14:30 +0200, by Peter Arrenbrecht
-
bookmarks: allow deactivating current bookmark with -iWed, 04 May 2011 10:43:47 -0500, by Kevin Bullock
-
bookmarks: allow to create/move bookmark without making it current (issue2788)Sat, 11 Dec 2010 18:08:55 +0100, by Kevin Bullock
-
tests: test subrepos with ssh urlsThu, 05 May 2011 01:57:13 +0200, by Mads Kiilerich
-
tests: share dummysshThu, 05 May 2011 01:47:46 +0200, by Mads Kiilerich
-
tests: fix test-ssh.t after 6bd9778ae749Thu, 05 May 2011 01:47:46 +0200, by Mads Kiilerich
-
fix errors reported by pyflakes testWed, 04 May 2011 19:27:55 +0200, by Sune Foldager
-
merge with crewWed, 04 May 2011 08:21:50 -0500, by Matt Mackall
-
tests: fix deprecated use of hg debugdata/debugindexWed, 04 May 2011 13:37:41 +0200, by Sune Foldager
-
merge with stableTue, 03 May 2011 22:04:23 -0500, by Matt Mackall
-
merge with crewTue, 03 May 2011 22:04:11 -0500, by Matt Mackall
-
hgext: fixup a couple missed file().read() instancesTue, 03 May 2011 21:53:13 -0500, by Matt Mackall
-
test-casecollision.t: add test for case changing renameTue, 03 May 2011 22:11:56 +0200, by Adrian Buehlmann
-
convert: fix error in git solaris codeSun, 01 May 2011 18:57:11 +0200, by timeless
-
test: add pyflakes checking for unable to detect undefined namesSun, 01 May 2011 17:36:16 +0200, by timeless
-
tests: add pyflakes checking for assigned to but never usedSun, 01 May 2011 17:27:41 +0200, by timeless
-
remove unused variablesSun, 01 May 2011 17:20:40 +0200, by timeless
-
test-pyflake: improve sorting algorithmSun, 01 May 2011 18:56:27 +0200, by timeless
-
add make check: tests ruleMon, 02 May 2011 09:50:21 +0200, by Johan Euphrosine
-
ui: add configint function and testsTue, 03 May 2011 22:28:08 +0200, by Sune Foldager
-
mq: strip extra whitespace from node ids in header (issue2790) stableTue, 03 May 2011 11:46:02 -0500, by Kevin Bullock
-
check-code: disallow calling opener(...).read() and opener(..).write()Mon, 02 May 2011 10:11:24 +0200, by Dan Villiom Podlaski Christiansen
-
prevent transient leaks of file handle by using new helper functionsMon, 02 May 2011 10:11:18 +0200, by Dan Villiom Podlaski Christiansen
-
util & scmutil: adapt read/write helpers as request by mpmMon, 02 May 2011 10:11:05 +0200, by Dan Villiom Podlaski Christiansen
-
store: use a subclass, not a function for fncacheopenerMon, 02 May 2011 09:11:35 +0200, by Dan Villiom Podlaski Christiansen
-
util.termwidth: never return 0 for terminal widthMon, 18 Apr 2011 02:42:52 +0200, by jfh
-
discovery: add new set-based discoveryMon, 02 May 2011 19:21:30 +0200, by Peter Arrenbrecht
-
debugbuilddag: use memctx for speedMon, 02 May 2011 19:21:30 +0200, by Peter Arrenbrecht
-
localrepo: reuse parent manifest in commitctx if no files have changedMon, 02 May 2011 19:20:29 +0200, by Peter Arrenbrecht
-
bundlerepo: fix and improve getremotechangesMon, 02 May 2011 12:36:23 +0200, by Peter Arrenbrecht
-
hgrc.5: mention new 'case collision' handling for ui.portablefilenamesMon, 02 May 2011 00:04:49 +0200, by Adrian Buehlmann
-
win32: remove obsolete bookmarks and parentrevspec extensions from mercurial.iniSun, 01 May 2011 20:29:44 +0200, by Pascal Quantin
-
bundlerepo: drop structSun, 01 May 2011 13:08:29 -0500, by Matt Mackall
-
bisect: fix indent levelMon, 02 May 2011 01:29:51 +0900, by Yuya Nishihara
-
share: create 'hgrc' using an opener, like cloneSun, 01 May 2011 18:43:20 +0200, by Dan Villiom Podlaski Christiansen
-
backout 3a3584967a93 - the "unreachable code" was apparently not unreachableSun, 01 May 2011 19:51:28 +0200, by Mads Kiilerich
-
merge with mpmSun, 01 May 2011 19:44:28 +0200, by Sune Foldager
-
revset: avoid over-aggresive optimizations of non-filtering functions (issue2549)Sun, 01 May 2011 17:35:05 +0200, by Mads Kiilerich
-
convert: handle invalid subversion source pathsSun, 01 May 2011 17:35:05 +0200, by Mads Kiilerich
-
convert: also catch missing revlogs when introduced in repo rootsSun, 01 May 2011 17:34:16 +0200, by Mads Kiilerich
-
status: remove unreachable code for status between revisionsThu, 24 Feb 2011 14:06:08 +0100, by Mads Kiilerich
-
httprepo: proper handling of invalid responses without content-type (issue2019)Mon, 07 Mar 2011 14:47:30 +0100, by Mads Kiilerich
-
httprepo: use the original exception after falling back to static-http failedMon, 07 Mar 2011 22:50:55 +0100, by Mads Kiilerich
-
test: test that backslash is preserved by the url classSun, 01 May 2011 15:49:13 +0200, by Mads Kiilerich
-
tests: use raw string for url tests of '\' handlingSun, 01 May 2011 15:49:13 +0200, by Mads Kiilerich
-
color: fix using multiple effectsSun, 01 May 2011 16:54:48 +0200, by Dan Villiom Podlaski Christiansen
-
unbundler: separate delta and header parsingSat, 30 Apr 2011 19:01:24 +0200, by Benoit Boissinot
-
changegroup: new bundler APISat, 30 Apr 2011 11:03:28 +0200, by Benoit Boissinot
-
bundlerepo: port to new bundle APISat, 30 Apr 2011 10:41:06 +0200, by Benoit Boissinot
-
bundler: make parsechunk return the base revision of the deltaSat, 30 Apr 2011 10:00:41 +0200, by Benoit Boissinot
-
tests: add pyflakes checking for unused importsSun, 01 May 2011 15:22:30 +0200, by timeless
-
remove unused importsSun, 01 May 2011 15:21:57 +0200, by timeless
-
scmutil: introduce casecollisionauditorSat, 30 Apr 2011 23:27:00 +0200, by Adrian Buehlmann
-
check-code: check for repo in revlog and ui in utilSun, 01 May 2011 16:11:42 +0200, by timeless
-
check-code: allow for checking multiple pattern sets per fileSun, 01 May 2011 16:10:51 +0200, by timeless
-
check-code: adding debug flagSun, 01 May 2011 15:55:00 +0200, by timeless
-
run-tests: add flag to provide extra hgrc options for test runsSun, 01 May 2011 08:00:25 -0500, by Augie Fackler
-
graphlog: always sort revisions topologicallySun, 01 May 2011 15:51:52 +0200, by Patrick Mezard
-
graphlog: take the union of --rev specs instead of the intersectionSun, 01 May 2011 15:51:48 +0200, by Patrick Mezard
-
graphmod: correctly emit nodes with more than 2 predecessorsSun, 01 May 2011 15:51:46 +0200, by Patrick Mezard
-
graphlog: display nodes with more than 2 predecessorsSun, 01 May 2011 15:51:20 +0200, by Patrick Mezard
-
context: provide an efficient iterator for workingctxSun, 01 May 2011 08:29:50 -0500, by Matt Mackall
-
merge with stableSun, 01 May 2011 06:06:59 -0500, by Matt Mackall
-
merge with nicdumzSun, 01 May 2011 06:04:08 -0500, by Matt Mackall
-
tests: export patches only once in test-impexp-branchSun, 01 May 2011 10:51:10 +0200, by Nicolas Dumazet
-
tests: do not export several times the same patch/diff in test-importSat, 30 Apr 2011 18:31:28 +0200, by Nicolas Dumazet
-
tests: move rebase-keep-branch into rebase-named-branchesSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: move testcase from rebase-named-branches to rebase-parametersSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: change test-rebase-parameters to use bundle/rebase.hgSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: change test-rebase-detach to use bundle/rebase.hgSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: simplify test-rebase-named-branchesSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: upgrade bundles/rebase.hg to support test-rebase-collapseSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: introduce a rebase bundle to use with rebase testsSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: create a bundle to bootstrap tests using a remote repositorySat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: move test bundles in a bundles/ subdirectorySat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: move test-issue436 in test-dispatch where fancyopts is testedSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: remove test-issue433 as it's covered by test-parentsSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: remove executable bits from unified testsSat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
tests: remove test-issue322 as it's fully included in test-issue660Sat, 30 Apr 2011 17:38:06 +0200, by Nicolas Dumazet
-
zeroconf: notify the Zeroconf threads when hg exits stableSat, 30 Apr 2011 19:36:59 +0200, by Nicolas Dumazet
-
color: use ui.formatted() to test TTYness, not sys.stdout.isatty()Sun, 01 May 2011 12:14:22 +0200, by Brodie Rao
-
pushkey: add hooks for pushkey/listkeysSun, 01 May 2011 11:12:36 +0200, by Brodie Rao
-
test-patchbomb.t: clean up progress testsSat, 30 Apr 2011 12:02:09 -0500, by Augie Fackler
-
util: really drop size from readfileSun, 01 May 2011 04:56:24 -0500, by Matt Mackall
-
util: add readfile() & writefile() helper functionsSun, 01 May 2011 11:46:49 +0200, by Dan Villiom Podlaski Christiansen
-
revset aliasesSat, 30 Apr 2011 18:30:14 +0200, by Alexander Solovyov
-
opener: add read & write utility methodsSat, 30 Apr 2011 19:41:53 +0200, by Dan Villiom Podlaski Christiansen
-
dispatch: handle IndexErrorsSun, 01 May 2011 11:01:57 +0200, by Dan Villiom Podlaski Christiansen
-
color: verify stdout is a tty before using cursesSat, 30 Apr 2011 11:18:43 -0500, by Augie Fackler
-
http: minor tweaks to long arg handlingSun, 01 May 2011 03:51:04 -0500, by Matt Mackall
-
httprepo: long arguments support (issue2126)Sun, 01 May 2011 01:04:37 +0800, by Steven Brown
-
store: rename the 'opener' argument to 'openertype'Sat, 30 Apr 2011 19:36:48 +0200, by Dan Villiom Podlaski Christiansen
-
statichttprepo: make the opener a subclass of abstractopenerSat, 30 Apr 2011 19:41:25 +0200, by Dan Villiom Podlaski Christiansen
-
add filteropener abstraction for store openersSat, 30 Apr 2011 19:37:13 +0200, by Dan Villiom Podlaski Christiansen
-
opener: introduce an abstact superclass of itSat, 30 Apr 2011 19:36:48 +0200, by Dan Villiom Podlaski Christiansen
-
graphlog: use a set for inclusion testSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphmod: restore generator nature of dagwalkerSat, 30 Apr 2011 15:10:58 +0300, by Idan Kamara
-
graphlog: log -G --follow file does not work, forbid itSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: unify log -G revset translationSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: fix log -G --pruneSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: escape log -G single value option argumentsSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: fix log -G --removedSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
graphlog: fix log -G option types when translating to revsetSat, 30 Apr 2011 19:42:00 +0200, by Patrick Mezard
-
revset: add tests for multiple and mixed ^ and ~ operatorsSat, 30 Apr 2011 18:53:56 +0200, by Kevin Gessner
-
extensions: obsolete and remove parentrevspec extensionSat, 30 Apr 2011 18:27:39 +0200, by Kevin Gessner
-
wix: a new mercurial.js has replaced graph.jsSat, 30 Apr 2011 11:53:57 -0500, by Steve Borho
-
util.url: copy urllib.unquote() into util to improve startup timesSat, 30 Apr 2011 09:43:23 -0700, by Brodie Rao
-
url: move URL parsing functions into util to improve startup timeSat, 30 Apr 2011 09:43:20 -0700, by Brodie Rao
-
revlog: introduce _chunkbase to allow filelog to overrideSat, 30 Apr 2011 16:33:47 +0200, by Sune Foldager
-
filelog: extract metadata parsing and packingSat, 30 Apr 2011 16:32:50 +0200, by Sune Foldager
-
discovery: drop findoutgoing and simplify findcommonincoming's apiSat, 30 Apr 2011 17:21:37 +0200, by Peter Arrenbrecht
-
revset: add missing whitespaceSat, 30 Apr 2011 18:25:45 +0200, by Kevin Gessner
-
url: remove unused/obsolete functionsSat, 30 Apr 2011 07:00:13 -0700, by Brodie Rao
-
revset: add ^ and ~ operators from parentrevspec extensionSat, 30 Apr 2011 17:43:04 +0200, by Kevin Gessner
-
encoding: add an encoding-aware lower functionSat, 30 Apr 2011 10:57:13 -0500, by Matt Mackall
-
add: notify when adding a file that would cause a case-folding collisionSat, 30 Apr 2011 12:39:46 +0200, by Kevin Gessner
-
scmutil: refactor ui.portablefilenames processingSat, 30 Apr 2011 11:08:24 +0200, by Kevin Gessner
-
pure bdiff: don't use a generatorSat, 30 Apr 2011 15:05:36 +0200, by Dan Villiom Podlaski Christiansen
-
pure mpatch: avoid using list.insert(0, ...)Sat, 30 Apr 2011 15:05:34 +0200, by Dan Villiom Podlaski Christiansen
-
remove unused imports and variablesSat, 30 Apr 2011 13:59:14 +0200, by Alexander Solovyov
-
Zeroconf: catch both ValueError and KeyError in get()Sat, 30 Apr 2011 07:30:38 -0500, by Augie Fackler
-
run-tests: print a new line before writing the diffSat, 30 Apr 2011 15:20:27 +0300, by Idan Kamara
-
revsets: add a last functionSat, 30 Apr 2011 10:56:43 -0500, by Matt Mackall
-
bundle: more comments about the different header types, remove useless ifSat, 30 Apr 2011 14:22:03 +0200, by Benoit Boissinot
-
merge with mpmSat, 30 Apr 2011 15:30:51 +0200, by Martin Geisler
-
hgweb: initialize permhooks at definition timeSat, 30 Apr 2011 13:47:22 +0200, by Martin Geisler
-
revset: fix undefined name ParseErrorSat, 30 Apr 2011 06:58:22 -0700, by Brodie Rao
-
branchcache: improve speed relative to the amount of headsSat, 30 Apr 2011 12:56:28 +0200, by Dan Villiom Podlaski Christiansen
-
drop {short,hex}(ctx.node()) calls in favor of ctx methodsSat, 30 Apr 2011 12:55:07 +0200, by Alexander Solovyov
-
mq: be more explicit on invalid patch name messageFri, 29 Apr 2011 22:21:13 +0300, by Idan Kamara
-
fix broken testsSat, 30 Apr 2011 11:16:52 +0200, by Benoit Boissinot
-
merge with stableSat, 30 Apr 2011 03:44:31 -0500, by Matt Mackall
-
mq: add '.' and '..' to list of forbidden patch names stableFri, 29 Apr 2011 22:21:13 +0300, by Idan Kamara
-
subrepo: handle svn tracked/unknown directory collisions stableFri, 04 Mar 2011 14:00:49 +0100, by Patrick Mezard
-
subrepo: backout bcc6ed0f6c3bSat, 30 Apr 2011 03:00:38 -0500, by Matt Mackall
-
wireproto: add test for new optional arg missing on serverFri, 29 Apr 2011 14:54:01 +0200, by Peter Arrenbrecht
-
merge with stableSat, 30 Apr 2011 02:42:05 -0500, by Matt Mackall
-
web: Made elapsed time calculation dynamic (javascript).Thu, 28 Apr 2011 17:02:39 +0200, by Benoit Allard
-
extdiff: add repository root as a variableWed, 27 Apr 2011 21:55:46 -0400, by Steven Stallion
-
help: move hgignore man page into built-in help (issue2769)Sun, 17 Apr 2011 23:08:35 +0800, by Yun Lee
-
graphlog: make use of graphmod's revset supportSat, 23 Apr 2011 15:04:15 +0200, by Alexander Solovyov
-
graphmod: use revsets internallySun, 13 Mar 2011 15:53:38 +0100, by Alexander Solovyov
-
svn subrepo: attempt work around obstructed checkouts (issue2752)Fri, 29 Apr 2011 03:34:18 -0500, by Augie Fackler
-
churn: strip key earlier to avoid false negative seach in aliasesFri, 29 Apr 2011 16:34:52 +0200, by Alexander Solovyov
-
bookmarks: further restrict IOError on writeFri, 29 Apr 2011 18:43:36 +0300, by Idan Kamara
-
tags: loosen IOError filtering when reading localtagsFri, 29 Apr 2011 18:44:56 +0300, by Idan Kamara
-
run-tests: don't count test as succeeded if it failedFri, 29 Apr 2011 20:29:22 +0300, by Idan Kamara
-
changegroup: do not count closed new heads (issue2697)Sun, 24 Apr 2011 20:11:05 +0200, by Adrian Buehlmann
-
merge with crewFri, 29 Apr 2011 20:02:46 +0200, by Benoit Boissinot
-
shrink-revlog: defend against null first parentsFri, 29 Apr 2011 09:28:45 -0500, by Augie Fackler
-
test-contrib: add a test for shrink-revlogFri, 29 Apr 2011 12:46:56 -0500, by Augie Fackler
-
test-simplemerge-cmd.t: move all tests into test-contrib.tFri, 29 Apr 2011 08:46:21 -0500, by Augie Fackler
-
Move test-dumprevlog to test-contrib in anticipation of more contrib testsFri, 29 Apr 2011 08:43:05 -0500, by Augie Fackler
-
shrink-revlog: use a bundler object (see d69c9510d648)Fri, 29 Apr 2011 08:04:54 -0500, by Augie Fackler
-
shrink-revlog: update util.opener to scmutil.opener after d13913355390Fri, 29 Apr 2011 08:01:10 -0500, by Augie Fackler
-
shrink-revlog: remove \ from docstringFri, 29 Apr 2011 07:38:12 -0500, by Augie Fackler
-
bookmarks: be more restrictive in our Exception catchingSun, 13 Mar 2011 15:02:49 +0100, by Benoit Boissinot
-
strip: make it clear that --force discards changes (issue310)Fri, 29 Apr 2011 14:56:23 +0200, by Patrick Mezard
-
subrepo: tell Subversion when we are non-interactive (issue2759) stableFri, 29 Apr 2011 03:05:48 -0500, by Augie Fackler
-
merge with stableFri, 29 Apr 2011 11:10:11 +0200, by Thomas Arendsen Hein
-
tests: check for (*/sec) instead of (*B/sec) to match (X bytes/sec) stableFri, 29 Apr 2011 11:04:39 +0200, by Thomas Arendsen Hein
-
test-repair-strip: turn into new style testFri, 29 Apr 2011 09:43:21 +0200, by Patrick Mezard
-
extdiff: fix broken symlinks handling (issue1909) stableFri, 29 Apr 2011 08:04:46 +0200, by Patrick Mezard
-
tags: catch more corruption during cache parsing (issue2779)Tue, 26 Apr 2011 10:51:19 -0500, by Matt Mackall
-
run-tests: do chdir for tests under a lock for thread safetyMon, 25 Apr 2011 17:01:34 -0500, by Matt Mackall
-
run-tests: add iolock to vlogMon, 25 Apr 2011 16:17:08 -0500, by Matt Mackall
-
patch: remove redundant variable in iterhunks()Tue, 26 Apr 2011 21:22:14 +0200, by Patrick Mezard
-
merge with stableTue, 26 Apr 2011 13:13:35 +0200, by Martin Geisler
-
merge default headsTue, 26 Apr 2011 12:56:56 +0200, by Martin Geisler
-
merge with stableMon, 25 Apr 2011 21:20:44 +0200, by Patrick Mezard
-
test-transplant: fix missing file addition stableMon, 25 Apr 2011 21:11:28 +0200, by Patrick Mezard
-
tests: add script to disable a selected wire protocol capabilityMon, 25 Apr 2011 18:00:30 +0800, by Steven Brown
-
mq: prevent traceback when qfinish patches not in series.Mon, 25 Apr 2011 14:03:12 +0200, by Pierre-Yves David
-
check-code: separate warnings to avoid repetitive str.startswithMon, 25 Apr 2011 13:03:26 +0300, by Idan Kamara
-
atomictempfile: rewrite docstring to clarify rename() vs. close().Sun, 24 Apr 2011 17:30:50 -0400, by Greg Ward
-
atomictempfile: avoid infinite recursion in __del__().Sun, 24 Apr 2011 19:25:10 -0400, by Greg Ward
-
run-tests: display diff before prompting with --interactiveMon, 25 Apr 2011 18:42:31 +0200, by Patrick Mezard
-
check-code: warn about naked except clausesSat, 23 Apr 2011 00:52:21 +0300, by Idan Kamara
-
eliminate various naked except clausesSat, 23 Apr 2011 00:51:25 +0300, by Idan Kamara
-
run-tests: fix some missing i/o locksSun, 24 Apr 2011 17:52:46 -0500, by Matt Mackall
-
run-tests: add a lock for console I/OSun, 24 Apr 2011 16:46:37 -0500, by Matt Mackall
-
run-tests: switch timeout handling from alarm to helper threadSun, 24 Apr 2011 16:42:15 -0500, by Matt Mackall
-
run-tests: add locking on results structSun, 24 Apr 2011 16:42:11 -0500, by Matt Mackall
-
run-tests: fix --interactive (after 994ad067ac6e)Sun, 24 Apr 2011 23:33:48 +0200, by Patrick Mezard
-
color: code simplificationSun, 24 Apr 2011 23:06:19 +0200, by Patrick Mezard
-
test-status-color: fix terminfo code compatibility problemSun, 24 Apr 2011 23:06:18 +0200, by Patrick Mezard
-
hg-ssh: fix duplicate word in docstringFri, 22 Apr 2011 16:43:06 +0200, by Andreas Freimuth
-
run-tests: move test loop into a helper functionFri, 22 Apr 2011 14:04:34 -0500, by Matt Mackall
-
run-tests: use a results dictFri, 22 Apr 2011 12:24:22 -0500, by Matt Mackall
-
run-tests: move blacklist and retest filtering to runoneFri, 22 Apr 2011 11:36:40 -0500, by Matt Mackall
-
run-tests: keep a list of passed testsFri, 22 Apr 2011 11:32:05 -0500, by Matt Mackall
-
run-tests: move keyword checking into runoneFri, 22 Apr 2011 11:24:27 -0500, by Matt Mackall
-
run-tests: add ignores listFri, 22 Apr 2011 11:22:02 -0500, by Matt Mackall
-
run-tests: move existence/name format check into runoneThu, 21 Apr 2011 18:38:30 -0500, by Matt Mackall
-
run-tests: move interactive handling into runoneThu, 21 Apr 2011 18:19:45 -0500, by Matt Mackall
-
color: add support for terminfo-based attributes and colorThu, 21 Apr 2011 13:47:45 -0700, by Danek Duvall
-
move system_rcpath and user_rcpath to scmutilThu, 21 Apr 2011 21:16:54 +0200, by Adrian Buehlmann
-
move os_rcpath from util to scmutilThu, 21 Apr 2011 20:54:45 +0200, by Adrian Buehlmann
-
move rcpath from util to scmutilThu, 21 Apr 2011 20:14:29 +0200, by Adrian Buehlmann
-
merge with stableThu, 21 Apr 2011 15:11:28 -0500, by Matt Mackall
-
merge with i18nThu, 21 Apr 2011 15:11:19 -0500, by Matt Mackall
-
i18n: merge with stableTue, 19 Apr 2011 09:46:45 +0200, by Martin Geisler
-
i18n-da: synchronize with 1184bb274cb3Tue, 19 Apr 2011 09:46:24 +0200, by Martin Geisler
-
win32: Wine doesn't know about hardlinksThu, 21 Apr 2011 15:08:48 -0500, by Matt Mackall
-
move walkrepos from util to scmutilThu, 21 Apr 2011 16:06:19 +0200, by Adrian Buehlmann
-
move checkfilename from util to scmutilThu, 21 Apr 2011 13:18:52 +0200, by Adrian Buehlmann
-
scmutil: fix erroneous Abort callThu, 21 Apr 2011 12:10:03 +0200, by Adrian Buehlmann
-
move path_auditor from util to scmutilWed, 20 Apr 2011 22:43:31 +0200, by Adrian Buehlmann
-
move canonpath from util to scmutilWed, 20 Apr 2011 21:41:41 +0200, by Adrian Buehlmann
-
move opener from util to scmutilWed, 20 Apr 2011 19:54:57 +0200, by Adrian Buehlmann
-
merge with stableWed, 20 Apr 2011 23:30:07 +0200, by Patrick Mezard
-
convert: make filemap prune useless branch closing revs (issue2774) stableWed, 20 Apr 2011 23:15:18 +0200, by Patrick Mezard
-
dispatch: improve repository not found messageWed, 20 Apr 2011 14:28:40 -0500, by Matt Mackall
-
hgweb: support disabling page cacheWed, 20 Apr 2011 00:01:50 -0400, by Steven Stallion
-
merge with stableWed, 20 Apr 2011 12:44:32 -0500, by Matt Mackall
-
hgweb: support alternate logo urlTue, 19 Apr 2011 23:37:06 -0400, by Steven Stallion
-
add: introduce a warning message for non-portable filenames (issue2756) (BC)Tue, 19 Apr 2011 12:42:53 +0200, by Adrian Buehlmann
-
paper: use monospace font for descriptionTue, 19 Apr 2011 14:56:47 +0200, by Adrian Buehlmann
-
update: fix check for no rev when a date is givenTue, 19 Apr 2011 14:56:46 +0300, by Idan Kamara
-
merge with stableTue, 19 Apr 2011 15:19:54 +0200, by Martin Geisler
-
hgweb: detect change based on changelog size too stableTue, 19 Apr 2011 15:15:56 +0200, by Martin Geisler
-
rollback: lower-case warning issued when branch cannot be reset stableTue, 19 Apr 2011 13:25:19 +0200, by Martin Geisler
-
tests: remove redundant mkdirTue, 19 Apr 2011 12:04:44 +0200, by Martin Geisler
-
help config: explain that config files do not exist by default stableMon, 18 Apr 2011 13:57:22 +0200, by Martin Geisler
-
merge with stableMon, 18 Apr 2011 20:52:08 -0500, by Matt Mackall
-
identify: restructure code to make it more readableTue, 19 Apr 2011 01:08:35 +0300, by Idan Kamara
-
identify/help: say what the command does first, mention bookmarks stableTue, 19 Apr 2011 00:41:47 +0300, by Idan Kamara
-
templatefilters: improve person() for john.doe@example.comSun, 17 Apr 2011 21:34:25 +0200, by Adrian Buehlmann
-
help: do not show full help text for command on option errorsSun, 17 Apr 2011 11:37:11 +0200, by Adrian Buehlmann
-
store: add some doctestsSun, 17 Apr 2011 17:55:34 +0200, by Adrian Buehlmann
-
paper: don't add breaks on the remaining instances of descSun, 17 Apr 2011 01:44:09 +0200, by Adrian Buehlmann
-
checkwinfilename: use %r in format stringSat, 16 Apr 2011 20:08:43 +0200, by Adrian Buehlmann
-
tests: new test cases for the unbundlehash capabilitySun, 17 Apr 2011 02:15:47 +0800, by Steven Brown
-
copy: do not copy file if name is disallowed anywayFri, 15 Apr 2011 16:15:32 +0200, by Adrian Buehlmann
-
util: new function checkfilenameFri, 15 Apr 2011 16:15:30 +0200, by Adrian Buehlmann
-
opener: use %r in format string for abortFri, 15 Apr 2011 16:15:28 +0200, by Adrian Buehlmann
-
wireproto: allow unbundle with hashed heads parameter (issue2126)Sat, 16 Apr 2011 01:05:56 +0900, by Shuhei Takahashi
-
merge with stableFri, 15 Apr 2011 23:46:59 -0500, by Matt Mackall
-
encoding: avoid localstr when a string can be encoded losslessly (issue2763) stableFri, 15 Apr 2011 23:45:41 -0500, by Matt Mackall
-
merge with stableFri, 15 Apr 2011 20:35:59 -0500, by Matt Mackall
-
revset: optimize stringset when subset == entire repoFri, 15 Apr 2011 20:07:44 +0300, by Idan Kamara
-
qrecord: provide help when mq is not enabledThu, 14 Apr 2011 10:00:15 +0200, by timeless
-
record: improve help test coverageThu, 14 Apr 2011 10:00:14 +0200, by timeless
-
paper: preserve whitespace on description instead of adding breaksFri, 15 Apr 2011 10:56:26 +0200, by Adrian Buehlmann
-
compact style: show bookmarks in the same manner as tagsWed, 13 Apr 2011 13:06:35 -0500, by Augie Fackler
-
revsets: preserve ordering with the or operatorWed, 13 Apr 2011 12:30:41 -0500, by Augie Fackler
-
hgweb: set minimum number of revision to display to 1 when revcount is 0Wed, 13 Apr 2011 07:40:24 +0530, by Md. O. Shayan
-
zeroconf: clean up naked exceptionsWed, 13 Apr 2011 12:57:24 -0500, by Matt Mackall
-
localrepo: don't add deleted files to list of modified/added files (issue2761)Mon, 11 Apr 2011 21:44:22 +0300, by Idan Kamara
-
path_auditor: eliminate local function 'check' in __call__Mon, 11 Apr 2011 10:06:57 +0200, by Adrian Buehlmann
-
subrepo: trailing whitespace cleanupMon, 11 Apr 2011 07:34:40 -0500, by Augie Fackler
-
util: move checkosfilename call from path_auditor to openerSun, 10 Apr 2011 19:31:49 +0200, by Adrian Buehlmann
-
tests: add tests for non-existant branch/tag/bookmarkSun, 10 Apr 2011 11:30:53 +0300, by Idan Kamara
-
hgweb: add bookmarks listing to summary page of gitweb/monoblue stylesSun, 10 Apr 2011 10:01:42 +0900, by Yuya Nishihara
-
hgweb: remove useless notip handling from bookmarks listingSun, 10 Apr 2011 10:01:39 +0900, by Yuya Nishihara
-
hgweb: sort bookmarks in the same manner as console commandSun, 10 Apr 2011 10:01:37 +0900, by Yuya Nishihara
-
hgweb: add bookmarks listing to raw style with test caseSun, 10 Apr 2011 06:37:20 +0900, by Yuya Nishihara
-
grep: don't print data from binary files for matches (issue2614)Sat, 09 Apr 2011 23:13:17 +0530, by Md. O. Shayan
-
color: reset win32 console color in a finally blockSat, 09 Apr 2011 23:53:23 +0300, by Idan Kamara
-
tests: better output on timeoutsSat, 09 Apr 2011 15:52:19 -0500, by Matt Mackall
-
acl: add branch tests for the current behavior of acl extensionMon, 07 Feb 2011 16:37:03 -0500, by John Mulligan
-
path_auditor: check filenames for basic platform validity (issue2755)Wed, 06 Apr 2011 18:09:43 +0200, by Adrian Buehlmann
-
revset: rearrange code so functions are sorted alphabeticallyFri, 08 Apr 2011 17:47:58 +0300, by Idan Kamara
-
revset: abort when tag or bookmark doesn't existThu, 07 Apr 2011 19:24:16 +0300, by Idan Kamara
-
merge with stableThu, 07 Apr 2011 15:08:15 -0500, by Matt Mackall
-
subrepo: prevent url normalization from removing // in ssh paths (issue2556) stableThu, 07 Apr 2011 12:33:47 +0200, by Thomas Arendsen Hein
-
bookmarks: change error messages to match those given by 'hg tag' commandsThu, 07 Apr 2011 17:57:38 +0300, by Idan Kamara
-
audit: improve nested repo messageThu, 07 Apr 2011 14:43:19 -0500, by Matt Mackall
-
tags: remove another check for valid nodesThu, 07 Apr 2011 17:16:17 +0300, by Idan Kamara
-
revset: replace for-loop with list comprehensionThu, 07 Apr 2011 16:20:40 +0300, by Idan Kamara
-
subrepo: fix up svn test outputThu, 07 Apr 2011 09:47:30 -0500, by Matt Mackall
-
merge with stableThu, 07 Apr 2011 11:40:54 +0200, by Martin Geisler
-
hgweb: fix inconsistant display of graphlog (issue1706) stableThu, 07 Apr 2011 13:23:07 +0530, by Md. O. Shayan
-
hgrc.5: drop 'hgext.' prefix when talking about extensions stableThu, 07 Apr 2011 11:17:55 +0200, by Martin Geisler
-
merge with crewWed, 06 Apr 2011 15:15:06 -0500, by Matt Mackall
-
merge with stableWed, 06 Apr 2011 15:14:51 -0500, by Matt Mackall
-
url: use a regex to hide unsupported ssh passwords (issue2754) stableWed, 06 Apr 2011 15:10:47 -0500, by Matt Mackall
-
commit: note when files are missingWed, 06 Apr 2011 16:21:12 +0200, by Martin Geisler
-
relink: correct unusual indentationWed, 06 Apr 2011 15:26:49 +0200, by Martin Geisler
-
hg: make parseurl() consistently return normalised pathWed, 06 Apr 2011 12:48:59 +0200, by Thomas Arendsen Hein
-
bugzilla: more documentation formatting fixupsWed, 06 Apr 2011 11:30:08 +0100, by Jim Hague
-
merge with stableTue, 05 Apr 2011 16:11:40 -0500, by Matt Mackall
-
rebase: don't mark file as removed if missing in parent's manifest (issue2725) stableSun, 27 Mar 2011 13:34:20 +0200, by Stefano Tortarolo
-
tags: no need to check for valid nodesMon, 04 Apr 2011 23:43:22 +0300, by Idan Kamara
-
localrepo: ignore tags to unknown nodes (issue2750)Mon, 04 Apr 2011 22:51:10 +0300, by Idan Kamara
-
merge: added info that hg help merge-tools shows the options for --toolTue, 05 Apr 2011 19:48:44 +0200, by Arne Babenhauserheide
-
util: move checklink() to posix.py and return False on WindowsTue, 05 Apr 2011 11:55:52 +0200, by Adrian Buehlmann
-
util: make 'hg log -d --2' abort (issue2734)Tue, 05 Apr 2011 16:55:47 +0800, by Yun Lee
-
help: sort help topics to make the output more readable (issue2751)Tue, 05 Apr 2011 12:40:47 +0800, by Yun Lee
-
merge with stableTue, 05 Apr 2011 11:09:08 +0200, by Martin Geisler
-
help/dates: use DATE as place-holder in help and abort textsTue, 05 Apr 2011 10:01:39 +0200, by Martin Geisler
-
keyword: convert a verbatim block to a field listTue, 05 Apr 2011 11:07:25 +0200, by Martin Geisler
-
bugzilla: convert a verbatim block to a field listTue, 05 Apr 2011 10:22:58 +0200, by Martin Geisler
-
bugzilla: fix reST error introduced in 22d200e49b10Tue, 05 Apr 2011 10:20:59 +0200, by Martin Geisler
-
help/dates: rephrase explanation of internal format stableTue, 05 Apr 2011 10:04:19 +0200, by Martin Geisler
-
rebase: drop ancestor importMon, 04 Apr 2011 23:14:03 -0500, by Matt Mackall
-
rebase: drop unused p2 arg from rebasenodeMon, 04 Apr 2011 16:58:24 -0500, by Matt Mackall
-
util: move checkexec() to posix.py and return False on WindowsMon, 04 Apr 2011 11:41:54 +0200, by Adrian Buehlmann
-
misc: replace .parents()[0] with p1()Mon, 04 Apr 2011 16:21:59 -0500, by Matt Mackall
-
filectx: introduce p1/p2 convenience methodsMon, 04 Apr 2011 16:21:57 -0500, by Matt Mackall
-
dirstate: add p1/p2 convenience methodsMon, 04 Apr 2011 15:52:55 -0500, by Matt Mackall
-
rebase: use merge's ancestor parameterMon, 04 Apr 2011 15:30:54 -0500, by Matt Mackall
-
merge: add ancestor to the update functionMon, 04 Apr 2011 15:25:20 -0500, by Matt Mackall
-
revset: teach optimizer that closed is slowishMon, 04 Apr 2011 14:21:54 -0500, by Matt Mackall
-
localrepo: tighten except clause when looking revMon, 04 Apr 2011 18:05:14 +0300, by Idan Kamara
-
bugzilla: more documentation fixesMon, 04 Apr 2011 17:37:18 +0100, by Jim Hague
-
bugzilla: correct sample configurationsMon, 04 Apr 2011 13:31:37 +0100, by Jim Hague
-
date: fixup breakage from ">" fixMon, 04 Apr 2011 09:39:22 -0500, by Matt Mackall
-
merge with stableMon, 04 Apr 2011 08:26:08 -0500, by Matt Mackall
-
log: abort for -d '>' or -d '<' (issue2749)Mon, 04 Apr 2011 00:23:21 +0800, by Yun Lee
-
convert: add hg source bookmark testMon, 04 Apr 2011 00:05:41 +0200, by Edouard Gomez
-
hgweb: add missing bookmarks definition to coal/map stableSun, 03 Apr 2011 23:47:17 +0900, by Yuya Nishihara
-
hgweb: add separate bookmarks listing to gitweb theme (based on 38c9837b1f75) stableSun, 03 Apr 2011 23:47:05 +0900, by Yuya Nishihara
-
hgweb: add bookmark labels to gitweb theme (based on 270f57d35525) stableSun, 03 Apr 2011 23:44:28 +0900, by Yuya Nishihara
-
hgweb: format page_nav of gitweb/error.tmpl and add missing links stableSun, 03 Apr 2011 23:42:05 +0900, by Yuya Nishihara
-
hgweb: fix typo and inactive link in page_nav and page_header of gitweb's help stableSun, 03 Apr 2011 22:53:20 +0900, by Yuya Nishihara
-
hgweb: add separate bookmarks listing to monoblue theme (based on 38c9837b1f75) stableSun, 03 Apr 2011 22:53:20 +0900, by Yuya Nishihara
-
hgweb: fix typo in page-header of monoblue's help template stableSun, 03 Apr 2011 22:53:19 +0900, by Yuya Nishihara
-
hgweb: add missing bookmarks templates to atom/rss styles stableSun, 03 Apr 2011 22:53:19 +0900, by Yuya Nishihara
-
subrepo: process merge substate in sorted order in submerge()Sun, 03 Apr 2011 01:57:17 +0200, by Adrian Buehlmann
-
rebase: add --tool argument for specifying merge toolSat, 02 Apr 2011 11:07:05 +0200, by Stefano Tortarolo
-
revert: note that added files are left as isFri, 01 Apr 2011 22:44:58 +0200, by Adrian Buehlmann
-
bugzilla: fix documentation typoFri, 01 Apr 2011 20:40:27 +0200, by Patrick Mezard
-
merge with stableFri, 01 Apr 2011 13:25:44 -0500, by Matt Mackall
-
hgweb: add base link to file log for paper and coal styles (issue2452)Thu, 31 Mar 2011 15:49:53 -0400, by Kevin Gessner
-
HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPTWed, 05 Jan 2011 00:18:36 +1100, by Brodie Rao
-
url: be stricter about detecting schemesThu, 31 Mar 2011 17:37:33 -0700, by Brodie Rao
-
merge with stableFri, 01 Apr 2011 11:45:29 -0500, by Matt Mackall
-
bugzilla: fix bad reST markupFri, 01 Apr 2011 12:30:40 +0200, by Martin Geisler
-
bugzilla: markup literal text as suchFri, 01 Apr 2011 12:27:12 +0200, by Martin Geisler
-
merge with stableFri, 01 Apr 2011 12:21:59 +0200, by Martin Geisler
-
help/hgweb: add pointer to hgrc(5) location stableFri, 01 Apr 2011 12:18:37 +0200, by Martin Geisler
-
patchbomb, help/hgweb: do not refer to config files as hgrc files stableFri, 01 Apr 2011 12:14:42 +0200, by Martin Geisler
-
bugzilla: refer to hgrc(5) man page with normal notationFri, 01 Apr 2011 12:09:11 +0200, by Martin Geisler
-
bugzilla: markup section names as literal textFri, 01 Apr 2011 12:07:37 +0200, by Martin Geisler
-
bugzilla: show usermap syntax more clearlyFri, 01 Apr 2011 12:05:19 +0200, by Martin Geisler
-
bugzilla: use standard section.name notationFri, 01 Apr 2011 12:03:23 +0200, by Martin Geisler
-
bugzilla: prefix each config option with sectionFri, 01 Apr 2011 12:00:57 +0200, by Martin Geisler
-
bugzilla: fix reStructuredText errors introduced in 60256f7f30c1Fri, 01 Apr 2011 11:59:18 +0200, by Martin Geisler
-
changegroup: introduce bundler objectsThu, 31 Mar 2011 15:24:06 -0500, by Matt Mackall
-
changegroup: combine lookup functionsThu, 31 Mar 2011 14:25:26 -0500, by Matt Mackall
-
changegroup: unnest flookupThu, 31 Mar 2011 13:56:05 -0500, by Matt Mackall
-
changegroup: unnest clookup and mlookup like changegroupsubsetThu, 31 Mar 2011 12:04:54 -0500, by Matt Mackall
-
url: nuke some newly-introduced underbars in identifiersThu, 31 Mar 2011 10:43:53 -0500, by Matt Mackall
-
url: refactor util.drop_scheme() and hg.localpath() into url.localpath()Wed, 30 Mar 2011 20:03:05 -0700, by Brodie Rao
-
url: use url.url in ui.expandpath()Wed, 30 Mar 2011 20:02:17 -0700, by Brodie Rao
-
hg: use url.url to parse branch names in parseurl()Wed, 30 Mar 2011 20:02:09 -0700, by Brodie Rao
-
hg: look up schemes using url.urlWed, 30 Mar 2011 20:02:07 -0700, by Brodie Rao
-
schemes: prevent one letter schemes from being interpreted as drive lettersWed, 30 Mar 2011 20:01:47 -0700, by Brodie Rao
-
hgweb: use url.url when setting CGI environment variablesWed, 30 Mar 2011 20:01:46 -0700, by Brodie Rao
-
url: use url.url in proxyhandlerWed, 30 Mar 2011 20:01:44 -0700, by Brodie Rao
-
httprepo/sshrepo: use url.urlWed, 30 Mar 2011 20:01:35 -0700, by Brodie Rao
-
url: use url.url in url.open()Wed, 30 Mar 2011 20:01:34 -0700, by Brodie Rao
-
url: abort on file:// URLs with non-localhost hostsWed, 30 Mar 2011 20:01:31 -0700, by Brodie Rao
-
url: special case bundle URL parsing to preserve backwards compatibilityWed, 30 Mar 2011 20:00:24 -0700, by Brodie Rao
-
url: add trailing slashes to URLs with hostnames that don't have oneWed, 30 Mar 2011 20:00:23 -0700, by Brodie Rao
-
url: move drive letter checking into has_drive_letter() for extensionsWed, 30 Mar 2011 19:50:56 -0700, by Brodie Rao
-
changegroup: unnest some lookup functionsThu, 31 Mar 2011 10:03:24 -0500, by Matt Mackall
-
changegroup: minor ordering and renaming changes for similarityThu, 31 Mar 2011 09:59:56 -0500, by Matt Mackall
-
changegroup: remove nodeiter temporaryThu, 31 Mar 2011 09:56:27 -0500, by Matt Mackall
-
changegroup: refactor prune as a filterWed, 30 Mar 2011 17:50:34 -0500, by Matt Mackall
-
changegroup: add first logic to send file headerWed, 30 Mar 2011 17:50:27 -0500, by Matt Mackall
-
url: fix testsWed, 30 Mar 2011 14:42:41 -0500, by Matt Mackall
-
url: deal with drive lettersWed, 30 Mar 2011 13:34:39 -0500, by Matt Mackall
-
bookmarks: do not forward merged bookmark (issue1877)Mon, 14 Mar 2011 23:50:28 +0100, by David Soria Parra
-
merge with stableWed, 30 Mar 2011 13:23:24 -0500, by Matt Mackall
-
pull: new output message when there are multiple branchesMon, 28 Mar 2011 20:56:56 -0400, by Kevin Berridge
-
pull: don't suggest running hg merge when new heads are on different branchesFri, 11 Mar 2011 20:43:12 -0500, by Kevin Berridge
-
bugzilla: add modified XMLRPC mode that uses email to send bug comments.Wed, 30 Mar 2011 09:49:45 +0100, by Jim Hague
-
bugzilla: add XMLRPC interface.Wed, 30 Mar 2011 09:49:45 +0100, by Jim Hague
-
bugzilla: localise all MySQL direct access inside access class.Wed, 30 Mar 2011 09:49:45 +0100, by Jim Hague
-
bugzilla: keep bug IDs in set.Wed, 30 Mar 2011 09:49:45 +0100, by Jim Hague
-
bugzilla: rename filter_unknown_bug_ids to reflect its actual purpose.Wed, 30 Mar 2011 09:49:45 +0100, by Jim Hague
-
test-paths.t: 'file:' disables [paths] entries for clone destTue, 29 Mar 2011 19:20:28 +0200, by Adrian Buehlmann
-
hgwebdir: handle IOErrors from localrepo while enumeratingTue, 29 Mar 2011 16:33:10 +0000, by timeless
-
set NOT_CONTENT_INDEXED on .hg dir (issue2694)Mon, 28 Mar 2011 15:54:22 +0200, by Adrian Buehlmann
-
hgweb: add bookmark labels to monoblue theme (based on 270f57d35525) stableWed, 30 Mar 2011 02:22:15 +0900, by Yuya Nishihara
-
merge with stableTue, 29 Mar 2011 16:25:48 +0200, by Martin Geisler
-
convert/mtn: Fix conversion of large files from mtn (broken in ed97955e0c04)Mon, 28 Mar 2011 23:16:20 -0400, by Daniel Atallah
-
Fix transplant error message to correspond with testMon, 28 Mar 2011 21:36:29 -0700, by Brendan Cully
-
transplant: fix crash if filter script munges log fileMon, 28 Mar 2011 21:17:32 +0100, by Luke Plant
-
changegroup: fold linkrev helper into lookup functionsMon, 28 Mar 2011 11:18:56 -0500, by Matt Mackall
-
changegroup: fold filenode collector into mlookupMon, 28 Mar 2011 11:18:56 -0500, by Matt Mackall
-
changegroup: roll changegroup.collector into lookup functionsMon, 28 Mar 2011 11:18:56 -0500, by Matt Mackall
-
changegroup: add revlog to the group callbackMon, 28 Mar 2011 11:18:56 -0500, by Matt Mackall
-
changegroup: move sorting down into groupMon, 28 Mar 2011 11:18:56 -0500, by Matt Mackall
-
changegroup: fold progress meter into callbacksMon, 28 Mar 2011 11:18:56 -0500, by Matt Mackall
-
changegroup: combine infocollect and lookup callbacksMon, 28 Mar 2011 11:18:56 -0500, by Matt Mackall
-
changegroup: drop unused fullrevThu, 24 Mar 2011 17:16:30 -0500, by Matt Mackall
-
util: dates cannot consist entirely of whitespace (issue2732)Sun, 27 Mar 2011 23:48:58 +0200, by Idan Kamara
-
convert/mtn: convert suspended branches as closed branchesFri, 25 Mar 2011 15:49:43 -0400, by Daniel Atallah
-
rebase: don't mark file as removed if missing in parent's manifest (issue2725)Sun, 27 Mar 2011 13:34:20 +0200, by Stefano Tortarolo
-
windows: use win32.unlink in unlinkpath()Sun, 27 Mar 2011 12:22:07 +0200, by Adrian Buehlmann
-
win32: remove READONLY attribute on unlinkSun, 27 Mar 2011 01:47:58 +0100, by Adrian Buehlmann
-
windows: move unlink to win32.pySun, 27 Mar 2011 01:17:48 +0100, by Adrian Buehlmann
-
ui: label prompts, default to yellow promptsSun, 27 Mar 2011 12:59:25 +0200, by Martin Geisler
-
record: replace poor man's if-statement with real if-statementSun, 27 Mar 2011 12:41:55 +0200, by Martin Geisler
-
url: use url.url in hidepassword() and removeauth()Fri, 25 Mar 2011 22:59:09 -0700, by Brodie Rao
-
subrepos: use url.url when normalizing repo pathsFri, 25 Mar 2011 22:59:04 -0700, by Brodie Rao
-
url: provide url objectFri, 25 Mar 2011 22:58:56 -0700, by Brodie Rao
-
cmdutil: fix mode handling in make_fileWed, 23 Feb 2011 23:30:48 +0100, by Adrian Buehlmann
-
revlog: change variable name to avoid reuseSat, 26 Mar 2011 17:12:02 -0500, by Matt Mackall
-
debugstate: add new --datesort optionSat, 26 Mar 2011 10:59:33 +0100, by Adrian Buehlmann
-
rebase: restore mq guards after rebasing (issue2107)Sat, 26 Mar 2011 13:05:17 +0100, by Stefano Tortarolo
-
tests: no need to explicitly export HOME in test filesFri, 25 Mar 2011 22:18:05 +0200, by Idan Kamara
-
tests: set HOME to the test temp dir (issue2707)Fri, 25 Mar 2011 22:15:37 +0200, by Idan Kamara
-
dirstate: eliminate _lastnormal setFri, 25 Mar 2011 15:03:53 +0100, by Adrian Buehlmann
-
test-extdiff: fix 5c0e1222e7c0 temporary dir outputFri, 25 Mar 2011 16:46:19 +0100, by Patrick Mezard
-
convert/mtn: avoid unnecessary initial test of mtn repoFri, 25 Mar 2011 10:13:46 -0400, by Daniel Atallah
-
convert/mtn: add support for using monotone's "automate stdio" when availableWed, 23 Mar 2011 14:26:56 -0400, by Daniel Atallah
-
convert: add support to common commandline to access stdin of the processThu, 24 Mar 2011 16:54:09 -0400, by Daniel Atallah
-
extdiff: use absolute paths for any temporary filesMon, 21 Mar 2011 17:03:16 +0100, by jfh
-
convert: add bookmark support to hg sourceFri, 25 Mar 2011 01:38:47 +0100, by Edouard Gomez
-
convert: add bookmarks reading support to git backendFri, 25 Mar 2011 01:38:43 +0100, by Edouard Gomez
-
ssh: fix password testThu, 24 Mar 2011 15:12:51 -0500, by Matt Mackall
-
dirstate: check mtime when adding to _lastnormalThu, 24 Mar 2011 18:39:54 +0100, by Adrian Buehlmann
-
subrepo: simplify hgsubrepo._get a littleThu, 24 Mar 2011 18:17:49 +0100, by Martin Geisler
-
Fix expected url to match test.Thu, 24 Mar 2011 08:51:58 -0700, by Lee Cantey
-
patch: deprecate ui.patch / external patcher featureThu, 24 Mar 2011 10:28:29 +0100, by Patrick Mezard
-
# User Dan Villiom Podlaski Christiansen <danchr@gmail.com>Wed, 23 Mar 2011 19:28:16 -0500, by Matt Mackall
-
test-commit-multiple.t: improve committwice.pyWed, 23 Mar 2011 22:58:40 +0100, by Adrian Buehlmann
-
osutil: replace #import with #include, and add a check for itWed, 23 Mar 2011 23:05:32 +0100, by Dan Villiom Podlaski Christiansen
-
code indentation fixesWed, 23 Mar 2011 23:33:14 +0100, by Patrick Mezard
-
convert: add bookmark support to the hg sinkWed, 07 Jul 2010 00:06:59 +0200, by Edouard Gomez
-
convert: add bookmark support to main commandWed, 07 Jul 2010 00:06:59 +0200, by Edouard Gomez
-
convert: add bookmark support to common sink/source implementationWed, 07 Jul 2010 00:06:59 +0200, by Edouard Gomez
-
dirstate: reset _lastnormal and _lastnormaltimeWed, 23 Mar 2011 11:22:29 +0100, by Adrian Buehlmann
-
discovery: avoid discovery when local graph is a subset of remoteWed, 23 Mar 2011 16:06:55 +0100, by Peter Arrenbrecht
-
wireproto: add getbundle() functionWed, 23 Mar 2011 16:02:11 +0100, by Peter Arrenbrecht
-
merge with stableWed, 23 Mar 2011 12:38:36 -0500, by Matt Mackall
-
i18n-it: synchronized with adf3c4401c5d stableMon, 14 Mar 2011 23:48:17 +0100, by Stefano Tortarolo
-
osutil: fix up check-code issuesWed, 23 Mar 2011 09:41:58 -0500, by Matt Mackall
-
dirstate: flush _lastnormal when we see newer filesystem timesWed, 23 Mar 2011 09:34:22 -0500, by Matt Mackall
-
util: add Mac-specific check whether we're in a GUI session (issue2553)Wed, 23 Mar 2011 09:43:34 +0100, by Dan Villiom Podlaski Christiansen
-
rebase: allow for rebasing descendants onto ancestors on different named branchesWed, 23 Mar 2011 01:14:43 +0100, by Stefano Tortarolo
-
bdiff.c: rename all variables which hold a hash value to "hash"Wed, 23 Mar 2011 02:33:24 +0100, by Markus F.X.J. Oberhumer
-
bdiff.c: use unsigned arithmetic for hash computationWed, 23 Mar 2011 02:33:23 +0100, by Markus F.X.J. Oberhumer
-
bdiff.c: cast to unsigned char when computing hash valueWed, 23 Mar 2011 02:33:22 +0100, by Markus F.X.J. Oberhumer
-
bdiff.c: make all local functions staticWed, 23 Mar 2011 02:33:21 +0100, by Markus F.X.J. Oberhumer
-
merge with stableWed, 23 Mar 2011 09:20:40 -0500, by Matt Mackall
-
debugbundle: fix up long line caught by check-codeTue, 22 Mar 2011 21:27:51 -0500, by Matt Mackall
-
wireproto: avoid naked exceptsTue, 22 Mar 2011 21:26:19 -0500, by Matt Mackall
-
commands: add debugbundle commandTue, 22 Mar 2011 09:22:29 +0100, by Peter Arrenbrecht
-
wireproto: add known([id]) functionTue, 22 Mar 2011 09:22:21 +0100, by Peter Arrenbrecht
-
wireproto: fix decodelist to properly return empty listTue, 22 Mar 2011 07:40:02 +0100, by Peter Arrenbrecht