log

age author description
Mon, 14 Oct 2013 16:12:29 +0200 Pierre-Yves David rebase: preserve working directory parent (BC)
Mon, 14 Oct 2013 16:49:54 +0200 Pierre-Yves David tests: prepare rebase test for wc parent preservation
Fri, 18 Oct 2013 18:56:52 +0200 Simon Heimberg tests: test-gendoc.t checks if anything was translated
Fri, 18 Oct 2013 18:49:45 +0200 Simon Heimberg tests: really test translations for rst syntax errors (issue4003)
Fri, 18 Oct 2013 18:49:32 +0200 Simon Heimberg i18n: fix wrong rst syntax
Sat, 19 Oct 2013 17:26:34 -0700 Matt Mackall i18n-ru: fix the language team field
Thu, 10 Oct 2013 04:32:36 +0200 Mads Kiilerich commands: refactor 'serve', extract the http service class
Thu, 10 Oct 2013 04:28:44 +0200 Mads Kiilerich largefiles: refactor basestore, extract _gethash method
Thu, 10 Oct 2013 04:28:39 +0200 Mads Kiilerich largefiles: make the protocol hack for replacing heads with lheads more precise
Mon, 01 Apr 2013 20:01:16 -0700 Brodie Rao mq: refactor usage of repo.branchmap().iteritems() with itervalues()
Sat, 19 Oct 2013 14:21:05 -0700 Matt Mackall merge with stable
Sat, 19 Oct 2013 14:20:31 -0700 Matt Mackall merge with i18n stable
Thu, 10 Oct 2013 13:38:13 +0100 Alexander Sauta i18n-ru: synchronized with 1aaefba2a3a9 stable
Tue, 27 Aug 2013 16:03:16 +0400 Vladimir Zakharov i18n-ru: fix misprints stable
Wed, 16 Oct 2013 10:36:58 -0400 Augie Fackler shelve: some docstring cleanups
Mon, 14 Oct 2013 00:25:29 -0400 Siddharth Agarwal dirstate.status: return explicit unknown files even when not asked
Mon, 14 Oct 2013 18:29:56 +0200 Pierre-Yves David shelve: add minimal documentation to all functions
Mon, 14 Oct 2013 17:46:47 +0200 Pierre-Yves David shelve: use the class constant in the clear method
Sat, 12 Oct 2013 11:29:28 +0400 Alexander Plavin hgweb: fix unstoppable loading of graph when no more results
Wed, 24 Jul 2013 03:20:26 +0400 Alexander Plavin hgweb: remove now unnecessary explicit header() and footer()
Fri, 16 Aug 2013 21:41:19 +0400 Alexander Plavin hgweb: replace 'shortlog' with 'changelog' in raw changelog template
Mon, 14 Oct 2013 18:59:12 +0200 Pierre-Yves David shelve: drop pickle usage
Tue, 15 Oct 2013 00:51:05 +0900 FUJIWARA Katsunori store: use "vfs.exists()" instead of "os.path.exists()"
Tue, 15 Oct 2013 00:51:05 +0900 FUJIWARA Katsunori context: use "vfs.lstat()" to examine target path instead of "os.path.*"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori context: use "vfs.lstat()" instead of "os.lstat()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori context: use "vfs.lstat()" instead of "os.lstat()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.fstat()" instead of "util.fstat()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori changelog: use "vfs.rename()" instead of "util.rename()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori vfs: add "open()" for newly added code paths which open files via vfs
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori bookmarks: use "vfs.utime()" instead of "os.utime()"
Tue, 15 Oct 2013 00:51:04 +0900 FUJIWARA Katsunori bookmarks: use "vfs.unlink()" instead of "util.unlink()"
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich cmdutil: use None as default value for "function pointer" instead of False
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich graft: make skip messages more helpful
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich convert: update source shamap when using filemap, just as when not using filemap
Sat, 20 Jul 2013 00:43:08 +0200 Mads Kiilerich convert: introduce hg.revs to replace hg.startrev and --rev with a revset
Thu, 03 Oct 2013 18:01:21 +0200 Mads Kiilerich convert: refactor head calculation for hg sources
Fri, 19 Jul 2013 14:20:11 +0200 Mads Kiilerich convert: remove unused and incorrect default handling for revmapfile
Mon, 30 Sep 2013 18:27:42 -0700 Wojciech Lopata generaldelta: fix test
Fri, 11 Oct 2013 17:19:40 -0700 Durham Goode shelve: fix dirstate corruption during unshelve (issue4055)
Wed, 09 Oct 2013 14:15:34 -0700 Matt Mackall merge with stable
Wed, 09 Oct 2013 14:15:20 -0700 Sean Farley shelve: only save mq state if enabled
Mon, 07 Oct 2013 11:45:01 -0700 Durham Goode changegroup: don't run changegroup hooks if nodes are gone
Wed, 09 Oct 2013 12:02:32 -0700 Matt Mackall hgweb: add escaping of tags and bookmarks in graph view stable
Wed, 09 Oct 2013 11:50:19 -0700 Matt Mackall json: add more paranoid escaping stable
Wed, 02 Oct 2013 09:50:21 +0200 David Soria Parra shelve: make no_backup parameter passing python 2.4 compatible
Wed, 09 Oct 2013 11:27:59 -0700 Matt Mackall ui: send password prompts to stderr again (issue4056) stable
Mon, 07 Oct 2013 15:21:17 -0700 Matt Mackall hgweb: escape branch names in graph view stable
Wed, 02 Oct 2013 11:16:03 +0200 Pierre-Yves David test: make test-propertycache.py python2.4 compatible stable
Tue, 01 Oct 2013 09:54:46 +0200 David Soria Parra hgweb: log headers only if headers were successfully parsed stable
Mon, 07 Oct 2013 17:47:55 -0400 Augie Fackler merge with stable
Mon, 07 Oct 2013 17:47:19 -0400 Johan Bjork patch: Fix nullid for binary git diffs (issue4054) stable
Thu, 03 Oct 2013 19:41:25 +0200 David Soria Parra shelve: copy bookmarks and restore them after a commit
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check that '>' is used for continued lines
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check for spaces around = for named parameters
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich run-tests: place the .t shell script next to $TESTTMP and with a useful name
Thu, 03 Oct 2013 14:50:46 +0200 Mads Kiilerich tests: fix void and invalid test in test-archive.t
Wed, 02 Oct 2013 14:24:25 -0700 Siddharth Agarwal inotify: don't pass pidfile option to child
Wed, 02 Oct 2013 15:20:49 -0700 Siddharth Agarwal cmdutil.service: move pidfile writing to the parent in daemon mode
Wed, 02 Oct 2013 15:17:50 -0700 Siddharth Agarwal cmdutil.service: move pidfile writing to a local function
Wed, 02 Oct 2013 14:20:26 -0700 Siddharth Agarwal inotify: add pidfile to parent options
Wed, 02 Oct 2013 22:46:32 +0100 Javi Merino get-with-headers: don't block indefinitely if the server had an internal error
Fri, 19 Jul 2013 02:32:36 +0200 Mads Kiilerich convert: fix description of 'convert --rev'
Wed, 02 Oct 2013 19:46:48 +0200 Mads Kiilerich convert: fix crash when existing converted revision didn't come from source
Wed, 02 Oct 2013 19:46:47 +0200 Mads Kiilerich convert: fix crash when filemap filtering is changed
Tue, 01 Oct 2013 14:48:53 -0400 Augie Fackler rebase: preserve metadata from grafts of changes (issue4001)
Tue, 01 Oct 2013 14:28:18 -0400 Augie Fackler rebase: rework extrafn handling to support multiple extrafns
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: call process_dates with a specified selector in ajax scroll
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: add parentSelector argument to process_dates
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: optimize process_dates function
Thu, 29 Aug 2013 09:22:15 -0700 David Soria Parra shelve: allow shelving of a change with an mq patch applied
Tue, 01 Oct 2013 12:20:31 +0200 David Soria Parra shelve: new output format for shelve listings
Thu, 29 Aug 2013 09:22:13 -0700 David Soria Parra shelve: add a shelve extension to save/restore working changes
Tue, 01 Oct 2013 12:20:29 +0200 David Soria Parra localrepo: make report level in repo.transaction configurable
Tue, 01 Oct 2013 17:00:03 -0700 Matt Mackall merge with stable
Tue, 01 Oct 2013 16:55:20 -0700 Matt Mackall Added signature for changeset e7fa36d2ad3a stable
Tue, 01 Oct 2013 16:55:14 -0700 Matt Mackall Added tag 2.7.2 for changeset e7fa36d2ad3a stable
Tue, 01 Oct 2013 00:35:07 +0900 FUJIWARA Katsunori rebase: catch RepoLookupError at restoring rebase state for summary stable 2.7.2
Tue, 01 Oct 2013 00:35:07 +0900 FUJIWARA Katsunori rebase: catch RepoLookupError at restoring rebase state for abort/continue stable
Tue, 01 Oct 2013 00:35:07 +0900 FUJIWARA Katsunori histedit: suggest "histedit --abort" for inconsistent histedit state stable
Mon, 30 Sep 2013 14:23:14 +0200 Pierre-Yves David repoview: have unfilteredpropertycache using the underlying cache stable
Mon, 30 Sep 2013 14:36:11 +0200 Pierre-Yves David repoview: make propertycache.setcache compatible with repoview stable
Tue, 01 Oct 2013 16:41:04 -0300 Wagner Bruna i18n-pt_BR: synchronized with 1aaefba2a3a9 stable
Tue, 01 Oct 2013 10:44:59 -0700 Matt Mackall merge with stable
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: add more detailed help about "--outgoing" stable
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: abort if there are multiple roots in "--outgoing" revisions stable
Tue, 01 Oct 2013 00:26:22 +0900 FUJIWARA Katsunori discovery: abort also when pushing multiple headed new branch
Mon, 30 Sep 2013 17:42:38 +0200 Pierre-Yves David branchmap: stop looking for stripped branch
Mon, 30 Sep 2013 17:31:39 +0200 Pierre-Yves David branchmap: remove the droppednodes logic
Mon, 30 Sep 2013 15:52:37 +0200 Pierre-Yves David branchmap: fix blank line position
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: add more detailed help about "--outgoing"
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: abort if there are multiple roots in "--outgoing" revisions
Fri, 06 Sep 2013 13:30:58 +0400 Alexander Plavin hgweb: eliminate extra complexity in process_dates definition
Mon, 30 Sep 2013 12:36:26 -0700 Siddharth Agarwal util.h: backout 06badf7d10dc and 2c9645c0a582 for big-endian breakage
Mon, 30 Sep 2013 12:38:08 -0700 Matt Mackall merge with stable
Mon, 30 Sep 2013 20:54:39 +0200 Martin Schröder i18n-de: fix record prompt (issue4044) stable
Mon, 30 Sep 2013 20:04:03 +0200 Martin Schröder i18n-de: synchronized with bd5c1b49d106 stable
Tue, 24 Sep 2013 13:34:12 -0300 Wagner Bruna i18n-pt_BR: synchronized with bd5c1b49d106 stable
Fri, 27 Sep 2013 21:54:53 -0500 Kevin Bullock strip: bring extension description in line with style and copy-edit
Thu, 26 Sep 2013 11:11:39 +0200 Pierre-Yves David strip: rename test-mq-strip into test-strip
Thu, 26 Sep 2013 23:57:21 +0200 Pierre-Yves David mq: extract strip function as its standalone extension (issue3824)
Thu, 26 Sep 2013 23:43:00 +0200 Pierre-Yves David strip: move the strip helper function for mq to strip
Thu, 26 Sep 2013 23:32:52 +0200 Pierre-Yves David strip: move checklocalchanges from mq to strip
Thu, 26 Sep 2013 23:12:43 +0200 Pierre-Yves David strip: move checksubstate from mq to strip
Thu, 26 Sep 2013 23:10:11 +0200 Pierre-Yves David mq: prepare a strip extension for extraction
Thu, 26 Sep 2013 14:47:19 +0200 David Soria Parra histedit: remove unused parents() call
Wed, 25 Sep 2013 14:16:51 +0200 Pierre-Yves David mq: have the strip command functionnal on repo without mq
Wed, 25 Sep 2013 14:07:37 +0200 Pierre-Yves David mq: extract `mq.queue.strip`
Wed, 25 Sep 2013 13:41:43 +0200 Pierre-Yves David mq: drop the use of mq.queue.qparent in mq.queue.strip
Wed, 25 Sep 2013 14:10:34 +0200 Pierre-Yves David mq: drop the use of mq.queue.qparent in mq.strip
Wed, 25 Sep 2013 19:34:45 +0200 Pierre-Yves David mq: document repo.mq.qparents
Wed, 25 Sep 2013 19:32:53 +0200 Pierre-Yves David mq: use the new checklocalchange in the strip command
Wed, 25 Sep 2013 12:43:14 +0200 Pierre-Yves David mq: extract checklocalchanges from `mq.queue`
Wed, 25 Sep 2013 11:24:43 +0200 Pierre-Yves David mq: extract checksubstate from the queue class
Wed, 25 Sep 2013 12:28:40 +0200 Pierre-Yves David mq: simplifies the refresh hint in checklocalchanges
Fri, 06 Sep 2013 00:38:28 +0200 Angel Ezquerra merge: let the user choose to merge, keep local or keep remote subrepo revisions
Tue, 24 Sep 2013 15:10:32 -0400 Augie Fackler python2.4: fix imports of sub-packages of the email package
Fri, 20 Sep 2013 09:16:07 -0400 Augie Fackler httpconnection: properly inject ssl_wrap_socket into httpclient (issue4038)
Fri, 20 Sep 2013 09:15:43 -0400 Augie Fackler sslutil: make keyfile and certfile arguments consistent between 2.6+ and 2.5-
Fri, 20 Sep 2013 09:15:09 -0400 Augie Fackler httpclient: import 4bb625347d4a to provide SSL wrapper injection
Thu, 19 Sep 2013 16:29:00 -0400 Augie Fackler sslutil: add a config knob to support TLS (default) or SSLv23 (bc) (issue4038)