Mercurial > hg-stable
graph
-
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