Mercurial > hg-stable
graph
-
Merge with stableSun, 25 Jul 2010 21:20:05 -0500, by Matt Mackall
-
convert: warn on superfluous / in pathsTue, 20 Jul 2010 15:49:28 +0200, by Mads Kiilerich
-
inotify: remove unused variableSat, 24 Jul 2010 22:15:22 +0200, by David Soria Parra
-
keyword: move collecting of [keyword] patterns to reposetup (issue2303) stableSun, 25 Jul 2010 20:01:33 -0500, by Christian Ebert
-
hgwebdir: allow pure relative globs in paths stableWed, 21 Jul 2010 22:22:28 +0200, by Mads Kiilerich
-
alias: ensure checksignature() is applied directly to the command (issue2286) stableThu, 22 Jul 2010 15:26:26 -0400, by Brodie Rao
-
dispatch: give better error message when cwd doesn't exist (issue2293) stableSat, 24 Jul 2010 00:38:08 +0200, by Mads Kiilerich
-
i18n: safety writing into non-ASCII named files on any shell implementation stableThu, 22 Jul 2010 23:18:38 +0900, by FUJIWARA Katsunori
-
convert: handle closed branch heads in hg-hg conversion (issue2185)Sun, 25 Jul 2010 17:18:35 -0500, by Matt Mackall
-
check-code: add warning on lines over 80 charactersSun, 25 Jul 2010 17:10:32 -0500, by Matt Mackall
-
Remove variable output affected by length of TMPDIR.Sun, 25 Jul 2010 08:22:03 -0700, by Lee Cantey
-
chunkbuffer: split big strings directly in chunkbufferSun, 25 Jul 2010 13:10:57 +0200, by Benoit Boissinot
-
localrepo.status: move fixup concatenation inside if block for claritySun, 25 Jul 2010 10:05:38 +0900, by Nicolas Dumazet
-
chunkbuffer: targetsize isn't used outside of read()Sat, 24 Jul 2010 17:23:08 +0200, by Benoit Boissinot
-
chunkbuffer: use list instead of cStringIOSat, 24 Jul 2010 15:21:39 +0200, by Benoit Boissinot
-
chunkbuffer: use for/else to detect end of iterationSat, 24 Jul 2010 15:20:29 +0200, by Benoit Boissinot
-
changegroup*(): use enumerate when possibleSat, 24 Jul 2010 00:15:29 +0200, by Benoit Boissinot
-
changegroupsubset(): with the fix, prune() is actually useful in the testsuiteSat, 24 Jul 2010 00:03:19 +0200, by Benoit Boissinot
-
test-permissions: echo commands to make output readableThu, 22 Jul 2010 13:48:34 +0200, by Martin Geisler
-
changegroupsubset: simplify knownheads/has_cl_set computationFri, 23 Jul 2010 00:04:18 +0200, by Benoit Boissinot
-
changegroupsubset(): ancestors() is not inclusive, we need to remove the "heads"Thu, 22 Jul 2010 23:54:57 +0200, by Benoit Boissinot
-
changegroupsubset(): move comment at the right placeThu, 22 Jul 2010 23:44:14 +0200, by Benoit Boissinot
-
changegroupsubset(): refactor the prune() functionsThu, 22 Jul 2010 23:13:03 +0200, by Benoit Boissinot
-
Merge with stableThu, 22 Jul 2010 22:23:54 +0200, by Martin Geisler
-
help: make helptable a list instead of a tuple stableThu, 22 Jul 2010 21:43:45 +0200, by Martin Geisler
-
test-command-template: test 'children' template keywordSat, 03 Jul 2010 08:28:23 +0200, by Jason Harris
-
templates: 'children' keywordSat, 03 Jul 2010 05:24:16 +0200, by Jason Harris
-
changegroupsubset(): change variable names, simplify lookup logicThu, 22 Jul 2010 16:51:45 +0200, by Benoit Boissinot
-
changegroup(): used "linkrev" instead of "revlink"Thu, 22 Jul 2010 16:18:33 +0200, by Benoit Boissinot
-
fix commentThu, 22 Jul 2010 15:32:26 +0200, by Benoit Boissinot
-
Merge with stableThu, 22 Jul 2010 08:24:56 -0500, by Matt Mackall
-
revset: fix ancestor subset handling (issue2298) stableThu, 22 Jul 2010 08:17:38 -0500, by Matt Mackall
-
hgwebdir: use template paths configured in the hgrc (issue2281) stableMon, 12 Jul 2010 16:07:58 +0200, by Christian Fischer
-
changegroup*(): use set instead of dictThu, 22 Jul 2010 14:34:37 +0200, by Benoit Boissinot
-
Merge with stableThu, 22 Jul 2010 10:49:55 +0200, by Martin Geisler
-
bash/zsh completion: use HGPLAIN when invoking hg (issue2297) stableWed, 21 Jul 2010 17:06:00 -0400, by Brodie Rao
-
patch: fix extract() docstring, it returns branch as well stableThu, 22 Jul 2010 14:30:27 +0900, by Dan Drake
-
merge with stableThu, 22 Jul 2010 15:14:22 +0900, by Nicolas Dumazet
-
gendoc: remove callable usage (check-code) stableThu, 22 Jul 2010 14:30:29 +0900, by Nicolas Dumazet
-
bookmarks: rewrite _bookmarks method documentation stableWed, 21 Jul 2010 12:41:18 +0900, by Nicolas Dumazet
-
doc: make sure we use our own code for generating man pages stableWed, 21 Jul 2010 17:51:37 +0200, by Mads Kiilerich
-
transplant: crash if repo.commit() finds nothing to commit stableSun, 18 Jul 2010 21:29:29 -0400, by Greg Ward
-
mq: cleanup status if applied mq is stripped (issue1881) stableTue, 20 Jul 2010 20:37:29 +0530, by Vishakh H
-
bundle: lookup revisions after addbranchrevs stableTue, 20 Jul 2010 18:29:00 +0900, by Nicolas Dumazet
-
log: do not redefine cachefunc in walkchangerevsTue, 20 Jul 2010 14:42:05 +0900, by Nicolas Dumazet
-
cmdutils: fix code styleWed, 21 Jul 2010 09:43:45 +0200, by Martin Geisler
-
contrib: add debugshell extensionTue, 20 Jul 2010 23:29:49 +0530, by Vishakh H
-
log: document the different phases in walkchangerevsTue, 20 Jul 2010 14:32:33 +0900, by Nicolas Dumazet
-
log: slowpath: only walk specified revision range during preparationTue, 20 Jul 2010 14:13:33 +0900, by Nicolas Dumazet
-
Merge with stableTue, 20 Jul 2010 15:07:10 -0500, by Matt Mackall
-
revert: rename original to .orig instead of copying (issue2282) stableTue, 13 Jul 2010 03:04:14 +0200, by Mads Kiilerich
-
inotify: make inotifydirstate.status() returns a tuple of lists. stableTue, 20 Jul 2010 14:00:47 -0400, by Greg Ward
-
protocol: move the streamclone implementation into wireprotoTue, 20 Jul 2010 20:52:23 +0200, by Dirkjan Ochtman
-
protocol: use generators instead of req.write() for hgweb stream responsesTue, 20 Jul 2010 09:56:37 +0200, by Dirkjan Ochtman
-
protocol: wrap non-string protocol responses in classesTue, 20 Jul 2010 20:53:33 +0200, by Dirkjan Ochtman
-
protocol: convert StreamException to generated error codeFri, 16 Jul 2010 22:20:19 +0200, by Dirkjan Ochtman
-
protocol: extract compression from streaming mechanicsFri, 16 Jul 2010 22:20:10 +0200, by Dirkjan Ochtman
-
protocol: rename send methods to get grouping by prefixFri, 16 Jul 2010 18:18:35 +0200, by Dirkjan Ochtman
-
protocol: shuffle server methods to group send methodsFri, 16 Jul 2010 18:16:15 +0200, by Dirkjan Ochtman
-
protocol: do not translate error messages on the remote sideFri, 16 Jul 2010 23:02:46 +0200, by Dirkjan Ochtman
-
protocol: use return shortcut instead of respond functionFri, 16 Jul 2010 19:02:30 +0200, by Dirkjan Ochtman
-
protocol: command must be checked before passing inFri, 16 Jul 2010 19:01:34 +0200, by Dirkjan Ochtman
-
tests: rename some tests to help groupingTue, 20 Jul 2010 10:05:30 +0200, by Dirkjan Ochtman
-
keyword: add extra datefilters in a single update callThu, 15 Jul 2010 10:24:31 +0200, by Christian Ebert
-
Merge with stableMon, 19 Jul 2010 00:43:34 +0200, by Martin Geisler
-
Merge with mainMon, 19 Jul 2010 00:43:24 +0200, by Martin Geisler
-
cmdutil: fix accidental name clash with revrange functionMon, 19 Jul 2010 00:41:41 +0200, by Martin Geisler
-
commands: fix update's help to be more accurate stableWed, 14 Jul 2010 18:28:12 -0400, by Steve Losh
-
i18n: use encoding.colwidth() for correct column width stableSun, 18 Jul 2010 01:06:50 +0900, by FUJIWARA Katsunori
-
merge with stableSun, 18 Jul 2010 18:11:59 +0900, by Nicolas Dumazet
-
log: slowpath: do not read the full changelogSun, 04 Jul 2010 18:07:30 +0900, by Nicolas Dumazet
-
log: remove increasing windows usage in fastpathSat, 03 Jul 2010 18:11:15 +0900, by Nicolas Dumazet
-
log: refactor: test for ranges inside filerevgenSat, 03 Jul 2010 18:01:54 +0900, by Nicolas Dumazet
-
log: refactor: compute the value of last outside of filerevgenSat, 03 Jul 2010 17:58:48 +0900, by Nicolas Dumazet
-
context: use os.lstat instead of os.stat to fetch file size stableFri, 16 Jul 2010 16:33:55 +0900, by Nicolas Dumazet
-
check-code: add --blame switchFri, 16 Jul 2010 13:26:39 -0500, by Matt Mackall
-
changegroupsubset: remove unneeded cast to listFri, 16 Jul 2010 18:35:15 +0200, by Benoit Boissinot
-
check-code: catch dict.has_keyFri, 16 Jul 2010 14:48:52 +0200, by Martin Geisler
-
Merge with stableFri, 16 Jul 2010 14:45:52 +0200, by Martin Geisler
-
check-code: warn about untranslated ui.warn calls stableFri, 16 Jul 2010 14:40:57 +0200, by Martin Geisler
-
localrepo: remove push_{unbundle,addchangegroup}(), factor it inside push()Fri, 16 Jul 2010 13:38:33 +0200, by Benoit Boissinot
-
wireproto: refactor list of nodeid encoding / decodingFri, 16 Jul 2010 00:52:13 +0200, by Benoit Boissinot
-
ssh: drop some old importsThu, 15 Jul 2010 15:06:45 -0500, by Matt Mackall
-
protocol: move hgweb protocol support back into protocol.pyThu, 15 Jul 2010 15:05:04 -0500, by Matt Mackall
-
protocol: unify server-side capabilities functionsThu, 15 Jul 2010 13:56:52 -0500, by Matt Mackall
-
protocol: unify unbundle on the server sideThu, 15 Jul 2010 11:24:42 -0500, by Matt Mackall
-
protocol: unify client unbundle supportWed, 14 Jul 2010 17:12:18 -0500, by Matt Mackall
-
protocol: unify client changegroup methodsWed, 14 Jul 2010 17:09:31 -0500, by Matt Mackall
-
protocol: convert some ssh abort callsWed, 14 Jul 2010 17:07:13 -0500, by Matt Mackall
-
protocol: clean up call-like functions in http and ssh clientsWed, 14 Jul 2010 17:07:10 -0500, by Matt Mackall
-
protocol: unify stream_out client codeWed, 14 Jul 2010 16:55:44 -0500, by Matt Mackall
-
protocol: unify basic http client requestsWed, 14 Jul 2010 16:35:51 -0500, by Matt Mackall
-
protocol: move basic ssh client commands to wirerepositoryWed, 14 Jul 2010 16:34:57 -0500, by Matt Mackall
-
protocol: unify stream_out commandWed, 14 Jul 2010 16:19:27 -0500, by Matt Mackall
-
protocol: unify changegroup commandsWed, 14 Jul 2010 15:43:20 -0500, by Matt Mackall
-
protocol: add proto to method prototypesWed, 14 Jul 2010 15:33:21 -0500, by Matt Mackall
-
protocol: use new wireproto infrastructure in sshWed, 14 Jul 2010 15:25:15 -0500, by Matt Mackall
-
protocol: introduce wireproto.pyWed, 14 Jul 2010 15:25:15 -0500, by Matt Mackall
-
protocol: move most ssh responses to returnsWed, 14 Jul 2010 15:25:15 -0500, by Matt Mackall
-
protocol: add ssh getargsMon, 12 Jul 2010 17:28:02 -0500, by Matt Mackall
-
discovery: remove duplication for new remote head discoveryThu, 15 Jul 2010 21:44:51 +0200, by Benoit Boissinot
-
discovery: better coding styleThu, 15 Jul 2010 21:21:19 +0200, by Benoit Boissinot
-
discovery: simplify findoutgoing(), the updated_head stuff wasn't usedThu, 15 Jul 2010 21:20:32 +0200, by Benoit Boissinot
-
mq: evaluate --user before invoking editor with -e (issue2289)Thu, 15 Jul 2010 10:41:41 -0700, by Brendan Cully
-
Abort: add a hint argument, printed in the next line inside parenthesisThu, 15 Jul 2010 14:41:22 +0200, by Benoit Boissinot
-
discovery: clarify commentThu, 15 Jul 2010 14:40:17 +0200, by Benoit Boissinot
-
Merge with stableThu, 15 Jul 2010 14:11:14 +0200, by Martin Geisler
-
gendoc: remove call to callable for py3k compatibilityThu, 15 Jul 2010 14:02:17 +0200, by Martin Geisler
-
check-code: added check for reduce usageWed, 14 Jul 2010 23:15:03 -0300, by Renato Cunha
-
check-code: check for tuple parameter unpacking (missing in py3k)Wed, 14 Jul 2010 23:15:00 -0300, by Renato Cunha
-
removed exception args indexing (not supported by py3k)Wed, 14 Jul 2010 23:03:21 -0300, by Renato Cunha
-
util: use fakebuffer as buffer in py3kWed, 14 Jul 2010 22:59:57 -0300, by Renato Cunha
-
util: improved the check for the existence of the 'buffer' builtinWed, 14 Jul 2010 22:59:43 -0300, by Renato Cunha
-
record: removed 'has_key' usageWed, 14 Jul 2010 22:58:29 -0300, by Renato Cunha
-
Merge with stableWed, 14 Jul 2010 21:30:50 +0200, by Martin Geisler
-
test-log: Add test for "hg log -pf" (issue647) stableThu, 08 Jul 2010 22:44:15 +0200, by Joel Rosdahl
-
bookmarks: ensure current bookmark is updated when specified with -r . stableWed, 14 Jul 2010 11:02:20 -0400, by Brodie Rao
-
subrepos: let caller specify a filename for SVN commandsWed, 14 Jul 2010 20:25:31 +0200, by Martin Geisler
-
subrepo: add abstract superclass for subrepo classesWed, 14 Jul 2010 20:25:31 +0200, by Martin Geisler
-
archival: remove prefix argument from archiversWed, 14 Jul 2010 20:25:31 +0200, by Martin Geisler
-
archival: move commands.archive.guess_type to archival.guesskindWed, 14 Jul 2010 20:25:31 +0200, by Martin Geisler
-
merge stable to defaultWed, 14 Jul 2010 20:41:01 +0200, by Henrik Stuart
-
color/progress: subclass ui instead of using wrapfunction (issue2096) stableThu, 01 Jul 2010 19:23:26 -0500, by Brodie Rao
-
merge with stableWed, 14 Jul 2010 19:44:49 +0200, by Henrik Stuart
-
merge crew and mainWed, 14 Jul 2010 19:44:12 +0200, by Henrik Stuart
-
commands: addremove does similarity 100 by defaultTue, 13 Jul 2010 17:30:29 +0200, by Dirkjan Ochtman
-
merge with stableTue, 13 Jul 2010 22:56:01 +0900, by Nicolas Dumazet
-
inotify: Port of the C module to py3k.Fri, 02 Jul 2010 16:22:59 -0300, by Renato Cunha
-
inotify: Better implementation of the event string representation.Fri, 02 Jul 2010 16:21:46 -0300, by Renato Cunha
-
inotify: make proper use of Python API to get object size.Fri, 02 Jul 2010 16:21:42 -0300, by Renato Cunha
-
mq: qrepo.add(mq.added) inside save_dirty inside of doing it manually stableTue, 13 Jul 2010 22:30:01 +0900, by Nicolas Dumazet
-
inotify: check all components of filenames against hgignore (issue884) stableTue, 06 Jul 2010 22:22:18 -0300, by Renato Cunha
-
hg.clone: fix branch value when passing a repo object (issue2267) stableFri, 02 Jul 2010 15:05:21 +0900, by Nicolas Dumazet
-
test-bheads: use a case-insensitive set of filenames (issue2274) stableTue, 06 Jul 2010 15:05:03 +0900, by Nicolas Dumazet
-
mail: ensure that Python2.4 to 2.7 use the same header format stableTue, 06 Jul 2010 18:24:04 +0900, by Nicolas Dumazet
-
filelog: cmp: don't read data if hashes are identical (issue2273) stableMon, 05 Jul 2010 19:49:54 +0900, by Nicolas Dumazet
-
filelog: test behaviour for data starting with "\1\n" stableMon, 05 Jul 2010 18:43:46 +0900, by Nicolas Dumazet
-
cmp: document the fact that we return True if content is different stableFri, 09 Jul 2010 11:02:39 +0900, by Nicolas Dumazet
-
workingfilectx.cmp: invert boolean return value stableFri, 09 Jul 2010 11:59:48 +0900, by Nicolas Dumazet
-
rebase: add a test for committed MQ patches (59bd20451ab6) stableMon, 12 Jul 2010 09:19:28 +0300, by Giorgos Keramidas
-
util.h: Defined macros for working "with" PyStrings in py3k.Fri, 02 Jul 2010 16:21:40 -0300, by Renato Cunha
-
util.h: Add a PyInt_AsLong definition for usage in the inotify module.Fri, 02 Jul 2010 16:21:38 -0300, by Renato Cunha
-
setup.py: Add 'mercurial' as include dir for the inotify compiler.Fri, 02 Jul 2010 16:21:36 -0300, by Renato Cunha
-
setup.py: Adjustments to make setup.py run in py3k.Fri, 02 Jul 2010 16:21:34 -0300, by Renato Cunha
-
rebase: re-add patches to mq repo after rebase stableTue, 13 Jul 2010 20:12:32 +0900, by Nicolas Dumazet
-
mq: reset self.added after the mq transaction instead of inside qimport stableMon, 12 Jul 2010 17:55:23 +0900, by Nicolas Dumazet
-
Merge with stableMon, 12 Jul 2010 17:27:32 -0500, by Matt Mackall
-
Merge with stableFri, 09 Jul 2010 14:21:45 +0200, by Martin Geisler
-
dispatch: add shell aliasesWed, 07 Jul 2010 18:49:43 -0400, by Steve Losh
-
extensions: add a few assertions to wrapfunction() and wrapcommand(). stableFri, 09 Jul 2010 11:04:00 +0200, by Dan Villiom Podlaski Christiansen
-
extensions: improve language for wrapfunction() docstring. stableFri, 09 Jul 2010 11:13:45 +0200, by Dan Villiom Podlaski Christiansen
-
extensions: add docstring for wrapcommand(). stableFri, 09 Jul 2010 10:57:57 +0200, by Dan Villiom Podlaski Christiansen
-
commands: mention "hg status -C" in addremove help stableFri, 09 Jul 2010 13:31:37 +0200, by Arnab Bose
-
Merge with stableWed, 07 Jul 2010 14:29:40 +0200, by Martin Geisler
-
commands: only warn when reopening the workdir's branch stableWed, 07 Jul 2010 14:11:59 +0200, by Robert Bauck Hamar
-
Merge with stableTue, 06 Jul 2010 20:43:19 +0200, by Martin Geisler
-
mq: fixed ENOENT when qrename to new/directory.patch stableSun, 28 Mar 2010 15:23:11 +0900, by Yuya Nishihara
-
mercurial.spec: rename docutils to python-docutils in BuildRequires stableFri, 02 Jul 2010 14:14:30 -1000, by Julian Cowley
-
glossary: fixed typo in "Directory, working" description stableTue, 06 Jul 2010 13:10:16 -0300, by Renato Cunha
-
Merge with stableSun, 04 Jul 2010 14:14:40 +0200, by Martin Geisler
-
log: fix missing diff output for hg log -p in sub directory stableFri, 02 Jul 2010 23:49:06 +0900, by Yuya Nishihara
-
commands: document return values of add and paths commands stableSun, 04 Jul 2010 17:05:17 +0900, by Nicolas Dumazet
-
mergetools.hgrc: add vimdiffSat, 03 Jul 2010 02:15:25 +0200, by Martin Geisler
-
Merge with stableSat, 03 Jul 2010 02:06:07 +0200, by Martin Geisler
-
hgweb.wsgi: add a URL to the corresponding wiki documentation stableSat, 03 Jul 2010 01:48:50 +0200, by Martin Geisler
-
churn: remove tuple parameter unpacking (deprecated in py3k)Thu, 01 Jul 2010 19:27:03 -0300, by Renato Cunha
-
record: removed 'reduce' calls (unsupported by py3k)Thu, 01 Jul 2010 19:27:03 -0300, by Renato Cunha
-
record: tuple parameter unpacking is deprecated in py3kThu, 01 Jul 2010 19:27:03 -0300, by Renato Cunha
-
convert: tuple parameter unpacking is deprecated in py3kThu, 01 Jul 2010 19:27:02 -0300, by Renato Cunha
-
revlog: Marked classic int divisions as such.Thu, 01 Jul 2010 19:27:02 -0300, by Renato Cunha
-
Merge with stable (again)Fri, 02 Jul 2010 11:41:43 +0200, by Martin Geisler
-
debugger: give a little intro before entering pdbWed, 30 Jun 2010 17:23:16 +0200, by Mads Kiilerich
-
debugger: show traceback before entering pdb post-mortemWed, 30 Jun 2010 17:20:42 +0200, by Mads Kiilerich
-
Merge with stableFri, 02 Jul 2010 11:30:57 +0200, by Martin Geisler
-
wix: pick up new help topics added between 1.5 and 1.6 stableThu, 01 Jul 2010 12:53:37 -0500, by Steve Borho
-
log: follow filenames through renames (issue647) stable 1.6Tue, 29 Jun 2010 12:12:34 +0200, by Mads Kiilerich
-
subrepo: refuse to commit subrepos if .hgsub is excluded (issue2232) stableThu, 01 Jul 2010 11:20:13 -0500, by Matt Mackall
-
i18n-da: translated eol extension and various small strings stableThu, 01 Jul 2010 15:25:29 +0200, by Martin Geisler
-
i18n-ja: synchronized with 13d02d6677f2 stableWed, 30 Jun 2010 13:03:48 +0900, by FUJIWARA Katsunori
-
i18n-sv: output from 'hg' is once again fully Swedish stableWed, 23 Jun 2010 09:33:28 +0200, by Jens Bäckman
-
subrepo: correctly handle update -C with modified subrepos (issue2022) stableWed, 30 Jun 2010 23:56:35 -0500, by Matt Mackall
-
setup: ignore failures to build optional inotify extension stableWed, 23 Jun 2010 13:44:07 +0200, by Christian Boos
-
update: synchronize permissions in the dirstate (issue1473) stableWed, 30 Jun 2010 17:34:20 -0500, by Matt Mackall
-
heads: fix templating of headers again (issue2130) stableThu, 24 Jun 2010 15:18:47 +0100, by Simon Howkins
-
minirst: use unicode string as intermediate form for replacement stableWed, 30 Jun 2010 12:44:58 +0900, by FUJIWARA Katsunori
-
subrepo: fix recording of + in .hgsubstate (issue2217) stableTue, 29 Jun 2010 17:30:42 -0500, by Matt Mackall
-
test-alias: don't use the environment variable PWD stableMon, 28 Jun 2010 23:16:11 +0200, by Mads Kiilerich
-
revert: Make it clearer when not to use revert stableMon, 28 Jun 2010 15:08:01 +0200, by Mads Kiilerich
-
progress: check stderr.isatty() before each print stableSun, 27 Jun 2010 22:20:47 -0500, by Augie Fackler
-
http digest auth: reset redirect counter on new requests (issue2255) stableSat, 26 Jun 2010 23:00:58 +0200, by Mads Kiilerich
-
revset: deal with empty sets in range endpoints stableMon, 28 Jun 2010 11:07:27 -0500, by Matt Mackall
-
subrepo: fix silent push failure for SVN (issue2241) stableSun, 27 Jun 2010 18:20:49 -0500, by Matt Mackall
-
merge: pass constant cset ancestor to fctx.ancestor stableFri, 18 Jun 2010 08:49:24 +0200, by Peter Arrenbrecht
-
context: allow passing the common cset ancestor to fctx.ancestor stableFri, 18 Jun 2010 08:48:05 +0200, by Peter Arrenbrecht
-
mercurial.spec: don't include convert-repo - use "hg convert" instead stableFri, 25 Jun 2010 19:59:22 +0200, by Mads Kiilerich
-
contrib: update tcsh_completion with commands for 1.6 stableSat, 26 Jun 2010 15:56:48 +0200, by Gilles Moris
-
bookmarks: fix bogus cut and paste for outgoing stableSat, 26 Jun 2010 12:24:55 -0500, by Matt Mackall
-
addchangegroup: pass in lock to release it before changegroup hook is called stableFri, 25 Jun 2010 13:47:28 -0500, by Matt Mackall