log

age author description
Wed, 06 Jan 2016 15:17:28 +0800 Anton Shestakov help: use backticks for progress.format keywords, correct letter case
Wed, 06 Jan 2016 07:55:57 +0000 timeless log: help provide sort by date example
Wed, 06 Jan 2016 19:29:45 -0500 timeless log: mention ordering
Wed, 06 Jan 2016 11:12:09 -0800 Martin von Zweigbergk transaction: remove 'if True:'
Thu, 31 Dec 2015 13:31:42 -0500 Augie Fackler lazymanifest: check more return values in filtercopy
Thu, 17 Dec 2015 10:30:17 +0000 Jun Wu mercurial: pass ui to extensions.load (issue5007)
Mon, 04 Jan 2016 21:54:46 -0800 Bryan O'Sullivan test-patchbomb.t: drop a number of now-redundant uses of "-n"
Mon, 04 Jan 2016 21:54:46 -0800 Bryan O'Sullivan test-patchbomb.t: test use of sendmail program
Sat, 02 Jan 2016 03:11:52 -0800 Siddharth Agarwal merge: add options to warn or ignore on colliding unknown files
Sat, 02 Jan 2016 03:21:01 -0800 Siddharth Agarwal batchget: add support for backing up files
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal merge: add a new 'backup' argument to get actions
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal _checkunknownfiles: turn 'conflicts' into a set
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal checkunknownfiles: make control flow clearer
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal _checkunknownfiles: rename 'aborts' to 'conflicts'
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal origpath: move from cmdutil to scmutil
Sun, 22 Nov 2015 17:57:35 -0800 Gregory Szorc revlog: remove unnecessary cache validation in _chunks
Tue, 05 Jan 2016 19:51:51 -0800 Gregory Szorc revlog: return offset from _chunkraw()
Tue, 05 Jan 2016 17:08:14 -0800 Durham Goode verify: get rid of some unnecessary local variables
Tue, 05 Jan 2016 17:08:14 -0800 Durham Goode verify: move changelog verificaiton to its own function
Tue, 05 Jan 2016 18:34:39 -0800 Durham Goode verify: move manifest verification to its own function
Tue, 05 Jan 2016 18:31:51 -0800 Durham Goode verify: move file cross checking to its own function
Tue, 05 Jan 2016 18:28:46 -0800 Durham Goode verify: move filelog verification to its own function
Tue, 05 Jan 2016 17:08:14 -0800 Durham Goode verify: move checkentry() to be a class function
Tue, 05 Jan 2016 17:08:14 -0800 Durham Goode verify: move checklog() onto class
Mon, 04 Jan 2016 21:21:59 +0100 Mathias De Maré dockerrpm: fix CentOS 5 RPMs (issue4977) stable
Thu, 31 Dec 2015 17:41:59 +0000 timeless check-code: enforce strict spacing around assignment
Thu, 31 Dec 2015 08:17:28 +0000 timeless cleanup: remove superfluous space after space after equals (tests)
Thu, 31 Dec 2015 08:17:15 +0000 timeless cleanup: remove superfluous space after space after equals (C)
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Mon, 04 Jan 2016 21:54:46 -0800 Bryan O'Sullivan tests: make a stab at approximating wall-clock times