Fri, 27 Aug 2010 13:32:38 -0400 Brodie Rao cleanup: remove unused imports
Fri, 27 Aug 2010 13:18:25 +0200 Martin Geisler Merge with stable
Fri, 27 Aug 2010 13:03:57 +0200 Martin Geisler subrepo: use [0-9] instead of [\d] in svn subrepo regex
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard webcommands: remove unncessary access to repo.changelog
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard archival: do not use repo.changelog directly
Thu, 26 Aug 2010 23:38:13 +0200 Patrick Mezard repair: pass variable explicitely to nested function
Thu, 26 Aug 2010 23:11:03 +0200 Mads Kiilerich mercurial.spec: specify file modes for install stable
Thu, 26 Aug 2010 22:51:48 +0200 Mads Kiilerich simplemerge: remove hash-bang from non-executable script stable
Thu, 26 Aug 2010 11:03:12 -0500 Matt Mackall merge with stable
Thu, 26 Aug 2010 11:00:46 -0500 Matt Mackall Added signature for changeset ff5cec76b1c5 stable
Thu, 26 Aug 2010 11:00:42 -0500 Matt Mackall Added tag 1.6.3 for changeset ff5cec76b1c5 stable
Tue, 17 Aug 2010 17:38:19 -0500 Sol Jerome util: avoid using hashlib on Python < 2.5 (issue2278) stable 1.6.3
Mon, 16 Aug 2010 12:55:42 -0500 Matt Mackall templates: add filenolink to raw style (issue2332) stable
Fri, 13 Aug 2010 10:53:10 +0200 Martin Geisler url: limit expansion to safe auth keys (Issue2328) stable
Fri, 13 Aug 2010 10:10:11 +0200 Martin Geisler url: expand vars in all [auth] settings (issue2328) stable
Thu, 26 Aug 2010 17:55:07 +0200 Thomas Arendsen Hein merge with stable
Thu, 26 Aug 2010 17:38:43 +0200 Thomas Arendsen Hein Fix merge-tools.checkconflicts stable
Thu, 26 Aug 2010 17:38:43 +0200 Thomas Arendsen Hein Fix merge-tools.checkconflicts
Wed, 25 Aug 2010 16:55:54 -0500 Matt Mackall bundlerepo: remove duplication of bundle decompressors
Wed, 25 Aug 2010 16:53:06 -0500 Matt Mackall bundle: introduce bundle class
Wed, 25 Aug 2010 15:33:06 -0500 Matt Mackall bundle: unify/refactor unbundle/readbundle
Wed, 25 Aug 2010 15:33:05 -0500 Matt Mackall bundle: factor out decompressor
Wed, 25 Aug 2010 15:20:25 -0500 Matt Mackall merge with stable
Sat, 21 Aug 2010 22:48:14 -0400 Brodie Rao alias: make shadowing behavior more consistent (issue2054) stable
Tue, 24 Aug 2010 23:30:51 +0900 Yuya Nishihara hgweb: handle exception of misconfigured path on index page stable
Tue, 24 Aug 2010 13:13:35 -0500 Matt Mackall statichttprepo: disable pushkey
Fri, 13 Aug 2010 16:05:08 +0200 Dan Villiom Podlaski Christiansen mq: extend support for the --mq argument to extension commands
Sun, 22 Aug 2010 13:17:34 +0200 Patrick Mezard repository: drop unused rjoin() method
Tue, 24 Aug 2010 15:13:11 +0200 Adrian Buehlmann tests: unify test-export
Wed, 25 Aug 2010 16:40:49 +0200 Martin Geisler revert: wrap long line
Wed, 25 Aug 2010 16:23:32 +0200 Martin Geisler util: remove lexists, Python 2.4 introduced os.path.lexists
Wed, 25 Aug 2010 13:40:46 +0200 Martin Geisler Merge with stable
Wed, 25 Aug 2010 13:29:46 +0200 Martin Geisler context: mark string for translation stable
Thu, 01 Jul 2010 16:30:41 +0200 Mads Kiilerich test-convert-cvs: test fuzz stable
Mon, 23 Aug 2010 22:32:36 +0200 Mads Kiilerich test-dispatch: drop test for missing working directory stable
Mon, 23 Aug 2010 22:22:05 +0200 Martin Geisler Merge with stable
Mon, 23 Aug 2010 22:16:56 +0200 Martin Geisler bookmarks: guard against listing bookmarks on unsupported repos stable
Mon, 23 Aug 2010 13:28:04 +0200 Benoit Boissinot mdiff.patch(): add a special case for when the base text is empty
Mon, 23 Aug 2010 13:24:19 +0200 Benoit Boissinot revlog: add rawsize(), identical to size() but not subclassed by filelog
Sun, 22 Aug 2010 23:17:17 +0200 Benoit Boissinot revlog.addrevision(): move computation of nodeid in addrevision()
Sun, 22 Aug 2010 19:41:04 +0200 Benoit Boissinot contrib/compress: compress should activate parentdelta
Sun, 22 Aug 2010 19:27:09 +0200 Benoit Boissinot contrib/compress: correct ordering of copying
Sun, 22 Aug 2010 19:26:07 +0200 Benoit Boissinot contrib/compress: refactor revlog copying
Sun, 22 Aug 2010 19:13:30 +0200 Benoit Boissinot contrib/compress: use store API instead of a collector
Sun, 22 Aug 2010 18:29:30 +0200 Benoit Boissinot contrib/compress: proper lock handling
Sun, 22 Aug 2010 18:23:32 +0200 Benoit Boissinot contrib/compress: use hg API to compute the destination path
Sun, 22 Aug 2010 18:21:30 +0200 Benoit Boissinot contrib/compress: use repo's transaction method
Sun, 22 Aug 2010 18:18:36 +0200 Benoit Boissinot contrib/compress: remove unused variables
Sat, 21 Aug 2010 23:24:52 -0400 Brodie Rao tests: unify test-hgrc
Sun, 22 Aug 2010 12:04:15 +0200 Patrick Mezard tests: remove test-log.out, useless after unification
Sat, 21 Aug 2010 19:31:59 +0200 Benoit Boissinot revlog: fix docstring
Sat, 21 Aug 2010 19:30:42 +0200 Benoit Boissinot deltaparent(): don't return nullrev for a revision containing a full snapshot
Sat, 21 Aug 2010 10:48:49 -0500 Matt Mackall merge with stable
Sat, 21 Aug 2010 10:44:57 -0500 Matt Mackall tests: fix up bisect test output stable
Sat, 21 Aug 2010 10:41:29 -0500 Matt Mackall merge: move reverse-merge logic out of filemerge (issue2342) stable
Fri, 20 Aug 2010 21:28:14 -0500 Matt Mackall bisect: add test for unrelated starting revisions
Fri, 20 Aug 2010 21:23:47 -0500 Matt Mackall merge with stable
Fri, 20 Aug 2010 17:16:37 -0500 Matt Mackall bisect: better message for unrelated starting revisions stable
Fri, 20 Aug 2010 15:31:05 -0500 Matt Mackall debuginstall: report installpath
Fri, 20 Aug 2010 18:26:20 +0200 Adrian Buehlmann tests: unify test-glog
Thu, 19 Aug 2010 17:33:46 -0500 Matt Mackall bookmarks: fix long line
Thu, 19 Aug 2010 17:29:13 -0500 Matt Mackall merge with stable
Fri, 13 Aug 2010 19:42:28 +0530 Vishakh H revlog: addgroup re-adds punched revisions for missing parents
Fri, 13 Aug 2010 19:41:51 +0530 Vishakh H revlog: generate full revisions when parent node is missing
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): inline deltachain computation
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): remove debug code
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): don't use nullrev as the default value for the cache
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): minor cleanup
Thu, 19 Aug 2010 15:04:21 -0400 David Soria Parra bookmarks: Check if the bookmark to delete exists on the remote stable
Thu, 19 Aug 2010 23:13:20 +0200 Patrick Mezard Merge with stable
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: remove useless lstat() fallback in nlinks() stable
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: correctly break hardlinks on network drives (issue761) stable
Thu, 19 Aug 2010 11:51:30 -0500 Matt Mackall merge with stable
Wed, 18 Aug 2010 18:56:44 -0400 Steve Losh aliases: provide more flexible ways to work with shell alias arguments
Wed, 18 Aug 2010 18:18:26 -0400 Steve Losh util: add an interpolate() function to for replacing multiple values
Wed, 18 Aug 2010 10:53:52 -0400 Brodie Rao convert: use encoding.encoding instead of locale.getpreferredencoding() stable
Wed, 18 Aug 2010 10:53:50 -0400 Brodie Rao convert: properly set encoding for gnuarch converter stable
Thu, 19 Aug 2010 11:14:09 -0500 Matt Mackall log: add logging for commands
Thu, 19 Aug 2010 11:14:02 -0500 Matt Mackall ui: add logging hook
Wed, 18 Aug 2010 06:05:09 +0530 Pradeepkumar Gayam tests: unify test-merge10
Wed, 18 Aug 2010 06:02:08 +0530 Pradeepkumar Gayam tests: unify test-merge9
Wed, 18 Aug 2010 05:55:56 +0530 Pradeepkumar Gayam tests: unify test-merge8
Wed, 18 Aug 2010 05:54:00 +0530 Pradeepkumar Gayam tests: unify test-merge7
Wed, 18 Aug 2010 05:21:07 +0530 Pradeepkumar Gayam tests: unify test-merge6
Wed, 18 Aug 2010 05:15:49 +0530 Pradeepkumar Gayam tests: unify test-merge5
Wed, 18 Aug 2010 05:12:44 +0530 Pradeepkumar Gayam tests: unify test-merge4
Wed, 18 Aug 2010 05:09:58 +0530 Pradeepkumar Gayam tests: unify test-merge2
Wed, 18 Aug 2010 05:05:51 +0530 Pradeepkumar Gayam tests: unify test-merge1
Wed, 18 Aug 2010 04:37:06 +0530 Pradeepkumar Gayam tests: unify test-excessive-merge
Wed, 18 Aug 2010 04:30:27 +0530 Pradeepkumar Gayam tests: unify test-double-merge
Wed, 18 Aug 2010 04:26:20 +0530 Pradeepkumar Gayam tests: unify test-copy-move-merge
Wed, 18 Aug 2010 04:21:10 +0530 Pradeepkumar Gayam tests: unify test-merge-closedheads
Thu, 19 Aug 2010 10:25:41 -0500 Matt Mackall merge with stable
Wed, 28 Jul 2010 23:05:03 -0600 Jeremy Whitlock color: enable branches support
Wed, 18 Aug 2010 23:37:26 +0200 Yann E. MORIN mq/qqueue: update bash completion
Wed, 18 Aug 2010 23:37:19 +0200 Yann E. MORIN mq/qqueue: add --purge option to delete a queue and its patch dir
Wed, 18 Aug 2010 23:34:28 +0200 Yann E. MORIN mq/qqueue: commonalise the queue deletion code
Wed, 18 Aug 2010 02:43:45 +0200 Mads Kiilerich mq: don't inherit default and default-push paths with --mq (issue2333) stable
Thu, 19 Aug 2010 16:34:12 +0200 Martin Geisler test-subrepo-paths: use printf instead of echo
Wed, 18 Aug 2010 19:37:23 +0200 Benoit Boissinot parendelta: fix computation of base rev (fixes issue2337)
Wed, 18 Aug 2010 19:45:52 +0200 Benoit Boissinot revlog._addrevision(): make the parent of the cached delta explicit
Thu, 19 Aug 2010 13:25:46 +0200 Martin Geisler subrepos: handle backslashes in subpaths
Thu, 19 Aug 2010 10:59:37 +0200 Dirkjan Ochtman help: document stringify templatefilter stable
Wed, 18 Aug 2010 11:59:35 +0200 Martin Geisler test-subrepo-paths: moved comment lines to where they belong
Tue, 17 Aug 2010 17:44:19 -0500 Matt Mackall merge with stable
Tue, 17 Aug 2010 17:41:20 -0500 Matt Mackall merge with i18n
Tue, 17 Aug 2010 17:40:53 -0500 Matt Mackall merge with i18n stable
Tue, 17 Aug 2010 12:02:34 -0300 Wagner Bruna i18n-pt_BR: fix typo in commit help text stable
Mon, 16 Aug 2010 16:10:30 -0300 Wagner Bruna i18n: merge with stable
Mon, 16 Aug 2010 16:06:10 -0300 Wagner Bruna i18n-pt_BR: synchronized with 2da0cf99b642 stable
Mon, 16 Aug 2010 15:46:00 -0300 Wagner Bruna i18n-pt_BR: fix typo stable
Sun, 15 Aug 2010 18:58:22 +0200 Martin Geisler i18n-da: synchronized with 7fa36341e7a0
Fri, 13 Aug 2010 14:29:30 +0800 Alecs King log: fix the bug 'hg log --stat -p == hg log --stat' stable
Sun, 08 Aug 2010 15:48:58 -0300 Renato Cunha hgfixes: added a fixer to convert changes in the email package
Tue, 03 Aug 2010 13:18:16 -0300 Renato Cunha contrib/setup3k.py: added script to build hg with py3k
Mon, 16 Aug 2010 16:35:20 -0300 Renato Cunha mq: save qrefresh message for easy recovery in case it fails (issue2062)
Tue, 17 Aug 2010 17:38:19 -0500 Sol Jerome util: avoid using hashlib on Python < 2.5 (issue2278)
Wed, 11 Aug 2010 20:28:39 +0800 Alecs King ui: differentiate empty configlist from None
Fri, 13 Aug 2010 13:11:41 -0300 Wagner Bruna revset: predicate to avoid lookup errors
Fri, 13 Aug 2010 13:16:34 -0400 Greg Ward inotify: show the exact command used to start the server
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip