Mercurial > hg
graph
-
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
-
wireproto: fix handling of '*' args for HTTP and SSHTue, 22 Mar 2011 07:38:32 +0100, by Peter Arrenbrecht
-
debug: add debugwireargs to test argument passing over the wireTue, 22 Mar 2011 07:38:32 +0100, by Peter Arrenbrecht
-
sshserver: drop unnecessary lineTue, 22 Mar 2011 07:37:56 +0100, by Peter Arrenbrecht
-
merge: avoid unlinking destination of merge when case changes (issue2715) stableTue, 22 Mar 2011 12:00:38 -0500, by Matt Mackall
-
dirstate: introduce a public case normalizing method stableTue, 22 Mar 2011 11:59:43 -0500, by Matt Mackall
-
changegroup: minor cleanupsSun, 20 Mar 2011 20:25:41 -0500, by Matt Mackall
-
repair: revlog has an iteratorSun, 20 Mar 2011 20:21:19 -0500, by Matt Mackall
-
changegroup: fix leftover from delta readSun, 20 Mar 2011 20:17:57 -0500, by Matt Mackall
-
changegroup: drop expensive redundant usage of readdelta for progressSun, 20 Mar 2011 20:16:51 -0500, by Matt Mackall
-
changegroupsubset: use manifest.readfast to simplify collectorSun, 20 Mar 2011 19:43:28 -0500, by Matt Mackall
-
manifest: add readfast methodSun, 20 Mar 2011 19:43:28 -0500, by Matt Mackall
-
changegroupsubset: simplify filenode_collectorSun, 20 Mar 2011 19:43:28 -0500, by Matt Mackall
-
changegroupsubset: more renamingSun, 20 Mar 2011 19:43:28 -0500, by Matt Mackall
-
changegroupsubset: simplify pruneSun, 20 Mar 2011 19:43:28 -0500, by Matt Mackall
-
changegroupsubset: more minor cleanupsSun, 20 Mar 2011 19:43:28 -0500, by Matt Mackall
-
changegroupsubset: minor cleanupsSun, 20 Mar 2011 19:43:28 -0500, by Matt Mackall
-
strip: simplify collectoneSun, 20 Mar 2011 19:43:28 -0500, by Matt Mackall
-
dirstate: avoid a race with multiple commits in the same processSun, 20 Mar 2011 17:41:09 -0400, by Greg Ward
-
changegroupsubset: extranodes are no longer neededSun, 20 Mar 2011 01:16:57 +0100, by Benoit Boissinot
-
strip: remove usage of extranodesSun, 20 Mar 2011 00:50:22 +0100, by Benoit Boissinot
-
patch: move closefile() into patchfile.close()Sun, 20 Mar 2011 00:22:47 +0100, by Patrick Mezard
-
patch: inline patchfile.hashlines()Sun, 20 Mar 2011 00:09:44 +0100, by Patrick Mezard
-
patch: fix hunk newlines when parsing hunks, not in iterhunks()Sun, 20 Mar 2011 00:08:44 +0100, by Patrick Mezard
-
i18n: register new template keywords for translationSat, 19 Mar 2011 19:50:55 +0100, by Patrick Mezard
-
annotate: catch nonexistent files using match.bad callback (issue1590)Sat, 19 Mar 2011 01:34:49 -0500, by Matt Mackall
-
merge with stableFri, 18 Mar 2011 13:01:18 -0500, by Steve Borho
-
wix: add new file templates/paper/bookmarks.tmpl stableFri, 18 Mar 2011 11:36:36 -0500, by Steve Borho
-
merge with stableThu, 17 Mar 2011 17:08:13 -0500, by Matt Mackall
-
push/outgoing: print remote target path even if there's an error (issue2561) stableThu, 17 Mar 2011 22:55:02 +0100, by Miloš Hadžić
-
subrepo: recognize scp-style paths as git URLs stableThu, 17 Mar 2011 16:29:09 -0400, by Eric Eisner
-
convert: add svnrev, svnpath and svnuuid template keywordsThu, 17 Mar 2011 22:17:27 +0100, by Patrick Mezard
-
convert/svn: extract revsplit() in a functionThu, 17 Mar 2011 22:17:27 +0100, by Patrick Mezard
-
transplant: add "transplanted" keywordThu, 17 Mar 2011 22:17:27 +0100, by Patrick Mezard
-
merge with i18nThu, 17 Mar 2011 12:00:49 -0500, by Matt Mackall
-
i18n: merge with stableWed, 16 Mar 2011 17:43:43 +0100, by Martin Geisler
-
i18n: don't mark trivial string for translation stableWed, 16 Mar 2011 17:38:25 +0100, by Martin Geisler
-
i18n-de: correct translation for some fuzzy strings stableTue, 15 Mar 2011 10:39:19 +0100, by David Soria Parra
-
i18n-de: added more translations concerning rebase stableSun, 13 Mar 2011 15:18:17 +0100, by thron7
-
i18n-de: added translations concerning email sending stableSun, 13 Mar 2011 13:04:06 +0100, by thron7
-
i18n-de: added translations concerning win32text and .hgeol stableSun, 13 Mar 2011 12:21:46 +0100, by thron7
-
i18n-de: added translations for Perforce conversion options stableSun, 13 Mar 2011 11:38:27 +0100, by thron7
-
i18n-de: added translations for Subversion conversion options stableSat, 12 Mar 2011 18:54:43 +0100, by thron7
-
i18n-de: added translation for CVS conversion options stableSat, 12 Mar 2011 18:32:02 +0100, by thron7
-
i18n-de: added translations for convert.hg.* options stableSat, 12 Mar 2011 17:42:17 +0100, by thron7
-
revset: fix a number of highly dubious continue statementsWed, 16 Mar 2011 23:54:55 +0100, by Markus F.X.J. Oberhumer
-
graphlog: do not swallow all TypeError exceptions (fix 29c800ee54cf)Wed, 16 Mar 2011 23:54:55 +0100, by Markus F.X.J. Oberhumer
-
archive: use hardcoded constants when creating .zip archivesWed, 16 Mar 2011 23:54:55 +0100, by Markus F.X.J. Oberhumer
-
hgweb: support multiple directories for the same pathWed, 16 Mar 2011 03:06:57 +0100, by timeless
-
templates: provide granularity for future values for age filterWed, 16 Mar 2011 03:28:56 +0100, by timeless
-
revset: report a parse error if a revset is not parsed completely (issue2654)Wed, 16 Mar 2011 23:09:14 +0100, by Bernhard Leiner
-
config: use util.posixfileWed, 16 Mar 2011 18:48:59 +0100, by Adrian Buehlmann
-
bundle: update current bookmark to most recent revision on current branchMon, 14 Mar 2011 23:03:56 +0100, by David Soria Parra
-
localrepo: do not update bookmarks in addchangegroupMon, 14 Mar 2011 20:53:55 +0100, by David Soria Parra
-
rebase: add -m/--message to rebase --collapse (issue2389)Tue, 15 Mar 2011 18:33:36 +0100, by Radomir Dopieralski
-
Updating hgext.extdiff to use revsetsTue, 15 Mar 2011 17:50:02 -0400, by David Wolever
-
merge with stableWed, 16 Mar 2011 16:07:06 +0100, by Martin Geisler
-
relink: mark abort message for translation stableWed, 16 Mar 2011 15:34:45 +0100, by Martin Geisler
-
relink: avoid trying to lock the same repo twice stableWed, 16 Mar 2011 15:34:10 +0100, by Martin Geisler
-
relink: format reclaimed byte count nicelyWed, 16 Mar 2011 13:51:47 +0100, by Martin Geisler
-
test-relink: remove unnecessary ui.username settingWed, 16 Mar 2011 13:25:12 +0100, by Martin Geisler
-
test-https: match output from 31eac42d9123Wed, 16 Mar 2011 09:05:59 +0100, by David Soria Parra
-
merge with stableTue, 15 Mar 2011 16:53:46 -0500, by Matt Mackall
-
merge with crewMon, 14 Mar 2011 22:37:50 +0100, by Patrick Mezard
-
convert/svn: fix _iterfiles() output in root dir case (issue2647) stableMon, 14 Mar 2011 21:35:31 +0100, by Patrick Mezard
-
eol: no need to accumulate files when checking all changesetsMon, 14 Mar 2011 21:31:54 +0100, by Patrick Mezard
-
eol: improve hook failure outputMon, 14 Mar 2011 21:08:18 +0100, by Patrick Mezard
-
merge with stableMon, 14 Mar 2011 15:59:44 -0500, by Matt Mackall
-
bookmarks: remove API limitation in setcurrentMon, 14 Mar 2011 09:36:17 +0100, by David Soria Parra
-
bookmarks: separate bookmarks update code from localrepo's pull.Mon, 14 Mar 2011 00:10:43 +0100, by David Soria Parra
-
tests: add tests for bookmarks support in hg identifySun, 13 Mar 2011 14:35:17 +0100, by David Soria Parra
-
identify: list bookmarks for remote repositoriesSat, 12 Mar 2011 18:15:14 +0100, by Nils Adermann
-
hgignore: ignore dll files generated under cygwinMon, 14 Mar 2011 12:42:05 -0400, by Craig Leres
-
pager: don't page stderr if it's being redirected (issue2541) stableTue, 04 Jan 2011 00:24:34 +1100, by Brodie Rao
-
hgweb: drop use of super() for Exception base classMon, 14 Mar 2011 15:28:56 -0500, by Matt Mackall
-
diff: make diff -c aware of revision setsMon, 14 Mar 2011 13:11:26 -0500, by Steve Borho
-
color: wrap lines in docstringMon, 14 Mar 2011 15:19:58 +0100, by Martin Geisler
-
merge with stableMon, 14 Mar 2011 14:05:19 +0100, by Martin Geisler
-
color: don't mention internal function in docstring stableMon, 14 Mar 2011 13:54:25 +0100, by Martin Geisler
-
keyword: offer additional datefilters when the extension is enabledMon, 14 Mar 2011 12:26:50 +0100, by Christian Ebert
-
keyword: docstrings for additional date filtersMon, 14 Mar 2011 12:19:59 +0100, by Christian Ebert
-
graphlog: give meaningful error if more than one file is given stableSun, 13 Mar 2011 15:04:13 +0100, by Klaus Koch
-
merge with stableMon, 14 Mar 2011 09:20:21 +0100, by Martin Geisler
-
test-https: update to match output from 3f6a4579f803Mon, 14 Mar 2011 09:20:05 +0100, by Martin Geisler
-
tests: respect new hg clone listkey queries in http-proxy testMon, 14 Mar 2011 00:10:43 +0100, by David Soria Parra
-
bookmarks: discard current bookmark if absent from the bookmarks (issue2692) stableSun, 13 Mar 2011 14:36:47 +0100, by Benoit Boissinot
-
fix test-highlight after bookmark support change for hgweb stableSun, 13 Mar 2011 16:13:25 +0100, by Benoit Boissinot
-
merge with stableSun, 13 Mar 2011 10:09:30 -0500, by Steve Borho
-
eol: do not abort when win32text is found, only warn stableSun, 13 Mar 2011 10:03:06 -0500, by Steve Borho
-
merge with stableSun, 13 Mar 2011 15:59:50 +0100, by Benoit Boissinot
-
tests: fix failures introduced in 7359cb753a54 stableSun, 13 Mar 2011 15:59:24 +0100, by Dirkjan Ochtman
-
tests: fix permission issue trying to remove test directory stableSat, 12 Mar 2011 11:06:40 +0100, by Benoit Boissinot
-
bookmarks: fix update of the current bookmark during rename stableSun, 13 Mar 2011 15:42:24 +0100, by Benoit Boissinot
-
setup: remove unnecessary code for win32com (pywin32)Sun, 13 Mar 2011 08:50:06 -0500, by Steve Borho
-
test-highlight: fix test output (introduced by 2151703e7f84)Sun, 13 Mar 2011 15:10:01 +0100, by Patrick Mezard
-
eol: rename hook into checkheadshook, add checkallhook (issue2665)Sun, 13 Mar 2011 15:07:44 +0100, by Patrick Mezard
-
eol: make the hook check all new heads, not only tip (issue2666)Sun, 13 Mar 2011 15:07:44 +0100, by Patrick Mezard
-
eol: the hook no longer requires the extension to be loadedSun, 13 Mar 2011 15:07:44 +0100, by Patrick Mezard
-
eol: extract parsing error handling in parseeol()Sun, 13 Mar 2011 15:07:44 +0100, by Patrick Mezard
-
eol: separate .hgeol parsing from merge in uiSun, 13 Mar 2011 15:07:44 +0100, by Patrick Mezard
-
eol: remove unused argument in readhgeol()Sun, 13 Mar 2011 15:07:44 +0100, by Patrick Mezard
-
eol: explain why reading .hgeol from the working dir is specialSun, 13 Mar 2011 15:07:44 +0100, by Patrick Mezard
-
templates: widen the graph canvas (issue2683) stableSun, 13 Mar 2011 14:26:32 +0100, by Dirkjan Ochtman
-
rebase: don't use util.Abort for an internal errorSun, 13 Mar 2011 13:52:47 +0100, by Martin Geisler
-
help: limit documentation width to at most 80 charactersSun, 13 Mar 2011 13:38:44 +0100, by Dirkjan Ochtman
-
merge with stableSun, 13 Mar 2011 13:05:16 +0100, by Martin Geisler
-
transplant: avoid the word "rebase" when we mean "transplant" stableSun, 13 Mar 2011 12:44:35 +0100, by Martin Geisler
-
transplant: explain that changesets are copied, not moved stableSun, 13 Mar 2011 12:43:52 +0100, by Martin Geisler
-
hg: add support for cloning bookmarksSun, 13 Mar 2011 12:24:17 +0100, by David Soria Parra
-
httprepo: use caps instead of between for compat checkSat, 12 Mar 2011 18:29:02 +0100, by Peter Arrenbrecht
-
revset: add a revset command to get bisect state.Sat, 12 Mar 2011 18:48:30 +0100, by Benoit Boissinot
-
bisect: new command to extend the bisect range (issue2690)Sat, 12 Mar 2011 17:08:42 +0100, by Benoit Boissinot
-
hgweb: pmezard thinks one default is enough stableSat, 12 Mar 2011 16:00:54 +0100, by Dirkjan Ochtman
-
don't depend on features of Exception as muchSat, 12 Mar 2011 15:51:39 +0100, by Dirkjan Ochtman
-
hgweb: add separate page with bookmarks listing stableSat, 12 Mar 2011 11:20:03 +0100, by Alexander Solovyov
-
hgweb: add display of bookmarks for changelog and changeset stableSat, 12 Mar 2011 11:19:44 +0100, by Alexander Solovyov
-
merge with stableSat, 12 Mar 2011 13:06:50 +0100, by Martin Geisler
-
setup.py: use StrictVersion instead of manual comparison stableSat, 12 Mar 2011 13:02:03 +0100, by Dirkjan Ochtman
-
help: extract items doc generation functionSat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
templates: document missing keywords or filtersSat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
templatefilters: move doc from templates.txt to docstringsSat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
templatefilters: wrap all filters in dedicated functionsSat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
templatefilters: prefix helper functionsSat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
templatefilters: sort function definitionsSat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
templatefilters: match filter keys and function namesSat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
templatefilters: sort filters tableSat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
templates: generate keyword help dynamicallySat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
test-help: test a sample of 'templates' topic helpSat, 12 Mar 2011 12:46:31 +0100, by Patrick Mezard
-
fix compiling of extensions for OS X and XCode 4.0 stableSat, 12 Mar 2011 12:42:20 +0100, by Alexander Solovyov
-
test-subrepo-paths: fix typoSat, 12 Mar 2011 12:15:36 +0100, by Martin Geisler
-
eol: use dirstate methods to clear dirstate stableSat, 12 Mar 2011 12:11:09 +0100, by Martin Geisler
-
tests: fix permission issue trying to remove test directorySat, 12 Mar 2011 11:06:40 +0100, by Benoit Boissinot
-
transplant: added 'HGREVISION' variable to the environment passed to the 'filter' commandFri, 11 Mar 2011 15:48:44 +0000, by Luke Plant
-
test-subrepo-paths: test cummulative remappingFri, 11 Mar 2011 12:42:07 +0100, by Martin Geisler
-
merge with stableFri, 11 Mar 2011 12:35:41 +0100, by Martin Geisler
-
ui: yield unchanged values in walkconfigThu, 10 Mar 2011 16:49:37 +0100, by Martin Geisler