log

age author description
Tue, 09 Apr 2013 09:40:40 -0700 Bryan O'Sullivan debuglabelcomplete: compute active branch heads correctly
Mon, 08 Apr 2013 17:57:42 -0500 Matt Mackall merge with i18n
Fri, 05 Apr 2013 17:04:37 +0200 Stefano Tortarolo hg-i18n-it: minor fixes
Mon, 08 Apr 2013 15:04:17 -0700 Bryan O'Sullivan templater: fix check-code error
Tue, 26 Mar 2013 02:28:10 +0900 FUJIWARA Katsunori smtp: verify the certificate of the SMTP server for STARTTLS/SMTPS
Tue, 26 Mar 2013 02:28:10 +0900 FUJIWARA Katsunori sslutil: abort if peer certificate is not verified for secure use
Tue, 26 Mar 2013 02:27:43 +0900 FUJIWARA Katsunori smtp: add the class to verify the certificate of the SMTP server for SMTPS
Tue, 26 Mar 2013 02:27:23 +0900 FUJIWARA Katsunori smtp: add the class to verify the certificate of the SMTP server for STARTTLS
Sun, 07 Apr 2013 23:25:50 -0700 Brendan Cully template: allow unquoted int function arguments
Mon, 08 Apr 2013 09:44:26 -0700 Brendan Cully Merge with main
Sat, 06 Apr 2013 19:50:03 -0700 Siddharth Agarwal graft: use missing ancestors algorithm to find earlier grafts
Sat, 06 Apr 2013 20:05:17 -0700 Siddharth Agarwal graft: find ancestors of destination lazily
Fri, 05 Apr 2013 12:21:38 -0500 Matt Mackall merge with crew
Fri, 05 Apr 2013 12:20:14 -0500 Matt Mackall sslutil: try harder to avoid getpeercert problems
Thu, 04 Apr 2013 20:22:29 -0700 Siddharth Agarwal copies._forwardcopies: use set operations to find missing files
Thu, 04 Apr 2013 20:36:46 -0700 Siddharth Agarwal perf: add a command to test copies.pathcopies perf
Thu, 04 Apr 2013 16:37:37 -0500 Matt Mackall merge with stable
Thu, 04 Apr 2013 16:28:19 -0500 Matt Mackall Added signature for changeset 8a7bd2dccd44 stable
Thu, 04 Apr 2013 16:28:15 -0500 Matt Mackall Added tag 2.5.4 for changeset 8a7bd2dccd44 stable
Mon, 18 Mar 2013 16:37:20 -0500 Kevin Bullock applyupdates: assign variable before we try to use it (issue3855) stable 2.5.4
Wed, 03 Apr 2013 17:04:38 -0700 Bryan O'Sullivan merge with mpm
Mon, 01 Apr 2013 23:09:36 -0700 Siddharth Agarwal perf: add a command to test addremove performance
Wed, 03 Apr 2013 14:14:30 -0500 Matt Mackall merge with crew
Wed, 03 Apr 2013 11:35:27 -0700 Bryan O'Sullivan dirstate: only call lstat once per flags invocation
Wed, 03 Apr 2013 11:35:27 -0700 Bryan O'Sullivan util: add functions to check symlink/exec bits
Wed, 03 Apr 2013 13:03:50 -0500 Augie Fackler Merge with stable.
Tue, 02 Apr 2013 16:03:10 +0200 Isaac Jurado setup.py: properly discard trust warning. stable
Tue, 02 Apr 2013 14:50:50 -0700 Siddharth Agarwal scmutil.addremove: use iteritems on walk results
Tue, 02 Apr 2013 14:50:31 -0700 Siddharth Agarwal scmutil.addremove: stop sorting all walk results
Tue, 02 Apr 2013 10:56:24 -0700 Siddharth Agarwal scmutil.addremove: pull ui.status printing out of the loop