log

age author description
Mon, 16 Oct 2017 22:46:11 +0530 Pulkit Goyal releasenotes: move import of fuzzywuzzy to import level
Sun, 15 Oct 2017 20:31:44 +0530 Pulkit Goyal releasenotes: don't abort is there is a bad formatted entry for releasenotes
Sun, 15 Oct 2017 20:29:16 +0530 Pulkit Goyal releasenotes: make the import of fuzzywuzzy optional
Mon, 16 Oct 2017 22:51:58 -0400 Augie Fackler webcommands: replace str(ctx) etc with pycompat.bytestr(ctx) etc
Mon, 16 Oct 2017 22:50:39 -0400 Augie Fackler templater: don't blow up when trying to build an abort message
Mon, 16 Oct 2017 22:44:06 -0400 Augie Fackler webutil: use pycompat.bytestr() instead of str()
Mon, 16 Oct 2017 22:43:19 -0400 Augie Fackler hgweb: correct an earlier error of mine - `start` should be bytes
Mon, 16 Oct 2017 18:58:16 +0200 Boris Feld config: simplify aliasing commands.update.check
Wed, 04 Oct 2017 18:51:21 -0700 Jun Wu run-tests: set HGPLAIN=1 when bisecting
Wed, 04 Oct 2017 18:50:18 -0700 Jun Wu run-tests: extract Popen logic to a single method
Wed, 04 Oct 2017 18:42:24 -0700 Jun Wu run-tests: move bisect logic to a separate method
Wed, 04 Oct 2017 11:00:04 -0400 Augie Fackler mpatch: switch alignment of wrapped line from tab to spaces with clang-format
Wed, 04 Oct 2017 10:56:33 -0400 Augie Fackler mpatch: reformat function prototypes with clang-format
Mon, 16 Oct 2017 11:43:41 -0400 Augie Fackler contrib: remove check-code rule about indentation
Sat, 24 Jan 2015 17:04:25 -0500 Augie Fackler clang-format: configuration for the clang-format source formatter
Fri, 06 Oct 2017 06:48:43 -0700 Ryan McElroy merge: allow user to halt merge on merge-tool failures
Fri, 06 Oct 2017 06:48:43 -0700 Ryan McElroy filemerge: introduce functions to halt merge flow
Sun, 15 Oct 2017 19:29:56 +0530 Pulkit Goyal amend: add a flag `-n/--note` to store note with amend
Sun, 15 Oct 2017 15:32:03 +0530 Pulkit Goyal cmdutil: pass metadata from amend() to cleanupnodes
Sun, 15 Oct 2017 14:34:24 +0530 Pulkit Goyal scmutil: add capability to cleanupnodes to take obsmarker metadata
Mon, 16 Oct 2017 13:06:33 -0700 Saurabh Singh test-hgweb-annotate-whitespace: make test compatible with chg
Mon, 16 Oct 2017 17:41:37 -0700 Saurabh Singh test-pager: make the test compatible with chg
Mon, 16 Oct 2017 17:06:32 -0700 Saurabh Singh test-obsolete-bounds-checking: make the test compatible with chg
Mon, 16 Oct 2017 17:14:21 -0700 Saurabh Singh test-dispatch: make the test compatible with chg
Mon, 16 Oct 2017 12:15:00 -0700 Saurabh Singh histedit: remove the nonexistant config 'histeditng'
Sun, 15 Oct 2017 20:36:29 -0700 Phil Cohen context: add workingfilectx.markcopied
Sun, 15 Oct 2017 20:36:29 -0700 Phil Cohen merge: don't use workers in in-memory mode
Sun, 15 Oct 2017 20:36:29 -0700 Phil Cohen filemerge: add a missing flushall()
Fri, 13 Oct 2017 12:34:22 -0700 Phil Cohen filemerge: store backups in the overlayworkingctx if using imm
Fri, 13 Oct 2017 12:34:22 -0700 Phil Cohen context: add overlayfilectx.cmp()