Mercurial > hg
graph
-
hgweb: use ui.nontty to disable all cooked I/OSun, 20 May 2012 14:37:22 -0500, by Matt Mackall
-
progress: use ui._isattySun, 20 May 2012 14:37:20 -0500, by Matt Mackall
-
pager: use ui._isatty infrastructureSun, 20 May 2012 14:33:49 -0500, by Matt Mackall
-
ui: add _isatty method to easily disable cooked I/OSun, 20 May 2012 14:31:56 -0500, by Matt Mackall
-
bdiff: check and cast first parameter value on putbe32() callsTue, 15 May 2012 22:36:47 +0200, by Adrian Buehlmann
-
bdiff: use Py_ssize_t instead of intTue, 15 May 2012 22:36:27 +0200, by Adrian Buehlmann
-
doc: add detail explanation for 'present()' predicate of revsets stableWed, 16 May 2012 17:02:30 +0900, by FUJIWARA Katsunori
-
osutil: handle deletion race with readdir/stat (issue3463) stableFri, 18 May 2012 14:34:33 -0500, by Matt Mackall
-
merge with stableThu, 17 May 2012 15:52:14 -0500, by Matt Mackall
-
branchcache: backout 0311a6abd38aThu, 17 May 2012 15:34:59 -0500, by Matt Mackall
-
dispatch: try and identify third-party extensions as sources of tracebacksWed, 16 May 2012 16:18:07 -0500, by Augie Fackler
-
hgext: mark all first-party extensions as suchTue, 15 May 2012 14:37:49 -0500, by Augie Fackler
-
bookmarks: test that bare update forwards active bookmarkSat, 05 May 2012 15:12:26 -0500, by Kevin Bullock
-
keyword: intentionally ignore check-code warning about unwrapped ui messageSun, 13 May 2012 14:26:26 +0100, by Christian Ebert
-
help: include bookmarks in 'help revisions' and simplify wordingWed, 16 May 2012 10:29:11 -0500, by Kevin Bullock
-
i18n-ru: correct `push --new-branch` description stableTue, 10 Apr 2012 11:17:06 +0400, by Nikolaj Sjujskij
-
bundle: make bundles more portable (isue3441) stableSat, 12 May 2012 19:38:20 +0200, by Sune Foldager
-
revset: fix traceback for bogus revisions in id(rev) stableMon, 14 May 2012 19:25:13 -0400, by Matt Harbison
-
Makefile: remove generated mercurial/__version__.py stableTue, 15 May 2012 12:44:07 +0200, by Thomas Arendsen Hein
-
mq: rename --check into --keep-changesSun, 13 May 2012 14:00:58 +0200, by Patrick Mezard
-
parsers: use Py_CLEAR where appropriateSun, 13 May 2012 11:56:50 +0200, by Bryan O'Sullivan
-
largefiles: fix addremove when largefile is missing (issue3227)Sun, 13 May 2012 12:11:50 +0200, by Na'Tosha Bard
-
tags: short-circuit if no tags have ever been committedSun, 13 May 2012 12:01:52 +0200, by Bryan O'Sullivan
-
largefiles: fix default clone destination regressionWed, 16 May 2012 11:40:33 -0500, by Matt Mackall
-
merge with crewTue, 15 May 2012 07:01:35 +0200, by Matt Mackall
-
merge with stableTue, 15 May 2012 07:00:55 +0200, by Matt Mackall
-
posix: workaround lack of TIOCGWINSZ on Irix (issue3449) stableMon, 14 May 2012 13:25:42 +0100, by Mark Round
-
phases: wrap docstrings at 70 charactersSun, 13 May 2012 12:07:49 +0200, by Martin Geisler
-
phases: fix typos in docstringsSun, 13 May 2012 12:06:12 +0200, by Martin Geisler
-
largefiles: don't attempt to clone all largefiles to non-local destinationsSun, 13 May 2012 22:59:22 +0200, by Levi Bard
-
branches: improve performance by removing redundant operationsSun, 13 May 2012 14:04:07 +0200, by Brodie Rao
-
context: add changectx.closesbranch() methodSun, 13 May 2012 14:04:06 +0200, by Brodie Rao
-
localrepo: add branchtip() method for faster single-branch lookupsSun, 13 May 2012 14:04:04 +0200, by Brodie Rao
-
strip: introduce -B option to remove a bookmarkSun, 13 May 2012 16:39:40 +0200, by David Soria Parra
-
largefiles: use wlock for lfconvert (issue3444) stableSun, 13 May 2012 17:34:55 +0200, by Mads Kiilerich
-
localrepo: strip now incrementally updates the branchheads cacheFri, 11 May 2012 10:35:54 -0700, by Joshua Redstone
-
phase: remove useless test, olddata is never NoneSat, 12 May 2012 16:53:36 +0200, by Patrick Mezard
-
test-rebase-collapse: fix Windows path separatorSun, 13 May 2012 14:29:05 +0200, by Patrick Mezard
-
help: tweak keyword format outputSun, 13 May 2012 15:26:06 +0200, by Matt Mackall
-
help: link back to the help topics page from a specific topic pageSun, 13 May 2012 05:22:23 -0500, by Augie Fackler
-
help: add --keyword (-k) for searching helpSun, 13 May 2012 06:03:11 -0500, by Augie Fackler
-
help: introduce topicmatch for finding topics matching a keywordSun, 13 May 2012 04:27:08 -0500, by Augie Fackler
-
extensions.disabled: return {} instead of None no extensions are disabledSun, 13 May 2012 04:06:07 -0500, by Augie Fackler
-
merge: respect bookmarks during mergeSun, 13 May 2012 11:55:42 +0200, by David Soria Parra
-
localrepo: introduce bookmarkheadsSun, 13 May 2012 11:54:58 +0200, by David Soria Parra
-
bookmarks: delete divergent bookmarks on mergeSat, 12 May 2012 21:28:10 +0200, by David Soria Parra
-
check-code: ignore naked excepts with a "re-raise" commentSun, 13 May 2012 13:18:06 +0200, by Brodie Rao
-
check-code: improve detection of naked except clausesSun, 13 May 2012 13:17:50 +0200, by Brodie Rao
-
cleanup: replace more naked excepts with more specific onesSun, 13 May 2012 13:17:31 +0200, by Brodie Rao
-
check-code: promote 80+ character line warning to an errorSun, 13 May 2012 13:17:27 +0200, by Brodie Rao
-
cmdutil: use filectx.cmp() in amend()Sun, 13 May 2012 13:19:46 +0200, by Patrick Mezard
-
largefiles: optimize performance when updating (issue3440)Sat, 12 May 2012 15:41:27 +0200, by Na'Tosha Bard
-
merge with stableSun, 13 May 2012 12:52:24 +0200, by Matt Mackall
-
tests: make test-convert-darcs.t happier with darcs 2.8.0Sun, 13 May 2012 11:47:55 +0200, by Bryan O'Sullivan
-
bookmarks: pull new bookmarks from remote by default (BC)Sat, 12 May 2012 17:00:01 +0200, by Levi Bard
-
rebase: allow collapsing branches in place (issue3111)Thu, 03 May 2012 15:14:58 +0200, by Patrick Mezard
-
diffhelpers: use Py_ssize_t in testhunk()Sat, 12 May 2012 14:00:51 +0200, by Adrian Buehlmann
-
diffhelpers: use Py_ssize_t in addlines()Sat, 12 May 2012 13:21:08 +0200, by Adrian Buehlmann
-
diffhelpers: use Py_ssize_t in _fix_newline()Sat, 12 May 2012 12:07:18 +0200, by Adrian Buehlmann
-
largefiles: add --all-largefiles flag to pullSat, 12 May 2012 11:45:22 +0200, by Na'Tosha Bard
-
largefiles: refactor downloading of all largefiles to generic functionSat, 12 May 2012 09:59:01 +0200, by Na'Tosha Bard
-
unbundle: move bookmark update outside the lockSat, 12 May 2012 20:06:04 +0200, by Mads Kiilerich
-
cleanup: replace naked excepts with except Exception: ...Sat, 12 May 2012 16:02:46 +0200, by Brodie Rao
-
cleanup: replace naked excepts with more specific onesSat, 12 May 2012 16:02:45 +0200, by Brodie Rao
-
cleanup: "raise SomeException()" -> "raise SomeException"Sat, 12 May 2012 16:00:58 +0200, by Brodie Rao
-
cleanup: "not x in y" -> "x not in y"Sat, 12 May 2012 16:00:57 +0200, by Brodie Rao
-
cleanup: replace hasattr() usage with getattr() in hghaveSat, 12 May 2012 16:00:53 +0200, by Brodie Rao
-
cleanup: "x != None" -> "x is not None"Sat, 12 May 2012 15:56:23 +0200, by Brodie Rao
-
cleanup: eradicate long linesSat, 12 May 2012 15:54:54 +0200, by Brodie Rao
-
mq: qimport need wlock for --push - do that after releasing lock stableMon, 30 Jan 2012 17:37:45 +0100, by Pierre-Yves David
-
tag: run commit hook when lock is released (issue3344) stableSat, 12 May 2012 20:06:02 +0200, by Mads Kiilerich
-
parsers: strictly check for 20-byte hashes where they're required stableSat, 12 May 2012 20:25:33 +0200, by Bryan O'Sullivan
-
templater: handle SyntaxError when parsing ui.logtemplate stableSat, 12 May 2012 22:12:54 +0200, by Martin Geisler
-
progress: fix indentationFri, 11 May 2012 18:41:04 +0200, by Martin Geisler
-
test-progress: fix whitespace typoFri, 11 May 2012 15:13:13 +0200, by Martin Geisler
-
merge with stableSat, 12 May 2012 13:20:26 +0200, by Matt Mackall
-
tests: unify the last sh testsWed, 25 Apr 2012 01:35:39 +0200, by Mads Kiilerich
-
tests: run most check-code sh checks on continued lines tooWed, 25 Apr 2012 01:35:39 +0200, by Mads Kiilerich
-
merge with mainFri, 11 May 2012 15:09:06 +0200, by Martin Geisler
-
children: use hg reST role for exampleFri, 11 May 2012 13:42:37 +0200, by Martin Geisler
-
fetch: mark extension as deprecatedFri, 11 May 2012 04:42:29 -0500, by Augie Fackler
-
children: mark extension as deprecatedFri, 11 May 2012 06:15:46 -0500, by Augie Fackler
-
extensions: don't suggest commands from deprecated extensionsFri, 11 May 2012 14:00:51 +0200, by Martin Geisler
-
extensions: fix documentation of disabledcmd return valueFri, 11 May 2012 04:33:33 -0500, by Augie Fackler
-
revlog: speed up prefix matching against nodesSat, 12 May 2012 10:55:08 +0200, by Bryan O'Sullivan
-
parsers: ensure that nullid is always present in the radix treeSat, 12 May 2012 10:55:08 +0200, by Bryan O'Sullivan
-
parsers: allow hex keysSat, 12 May 2012 10:55:07 +0200, by Bryan O'Sullivan
-
merge with stableSat, 12 May 2012 12:23:49 +0200, by Matt Mackall
-
revset: add function for matching extra data (issue2767)Sat, 12 May 2012 10:20:57 +0200, by Henrik Stuart
-
graft: implement --log (issue3438)Fri, 11 May 2012 18:51:35 +0200, by Levi Bard
-
phase: make if abort on nullid for the good reasonSat, 12 May 2012 00:24:07 +0200, by Patrick Mezard
-
phases: make advance/retractboundary() atomicSat, 12 May 2012 00:24:07 +0200, by Patrick Mezard
-
phases: introduce phasecacheSat, 12 May 2012 00:24:07 +0200, by Patrick Mezard
-
mq: introduce mq.check settingSat, 12 May 2012 00:19:30 +0200, by Patrick Mezard
-
mq: introduce qgoto --checkSat, 12 May 2012 00:19:30 +0200, by Patrick Mezard
-
mq: introduce qpush --checkSat, 12 May 2012 00:19:30 +0200, by Patrick Mezard
-
mq: introduce qpop --checkSat, 12 May 2012 00:19:30 +0200, by Patrick Mezard
-
patch: fix segfault against unified diffs which start line is zero stableSat, 12 May 2012 16:10:01 +0900, by Yuya Nishihara
-
bugzilla: fix transport initialization on python 2.4 stableFri, 11 May 2012 22:48:19 -0700, by Steven Stallion
-
bisect: set HG_NODE when runing a commandTue, 08 May 2012 15:31:00 -0700, by Bryan O'Sullivan
-
bisect: track the current changeset (issue3382)Tue, 08 May 2012 15:29:09 -0700, by Bryan O'Sullivan
-
localrepo: optimize internode status calls using withflagsFri, 04 May 2012 15:56:45 -0400, by Jesse Glick
-
localrepo: optimize internode status calls using match.alwaysFri, 04 May 2012 15:54:55 -0400, by Jesse Glick
-
largefiles: add --all-largefiles flag to clone (issue3188)Fri, 11 May 2012 23:11:43 +0200, by Na'Tosha Bard
-
httpclient: update to revision 892730fe7f46 of httpplusFri, 04 May 2012 16:00:33 -0500, by Augie Fackler
-
merge with stableSat, 12 May 2012 00:06:11 +0200, by Matt Mackall
-
parsers: use the correct maximum radix tree depth stableTue, 08 May 2012 14:46:04 -0700, by Bryan O'Sullivan
-
revset: make matching() preserve input revision order stableWed, 09 May 2012 18:45:14 +0200, by Patrick Mezard
-
largefiles: fix deletion of multiple missing largefiles (issue3329) stableFri, 11 May 2012 15:32:22 +0200, by Na'Tosha Bard
-
addremove: document default similarity behavior (issue3429) stableFri, 11 May 2012 15:15:50 +0200, by Levi Bard
-
largefiles: follow normal codepath for addremove if non-largefiles repo (issue3249) stableFri, 11 May 2012 14:42:26 +0200, by Na'Tosha Bard