log mercurial/commands.py @ 1390:ce95599eedac

age author description
Sat, 15 Oct 2005 15:04:22 -0700 Matt Mackall Borrow patch header detection heuristic from quilt
Tue, 04 Oct 2005 17:34:02 -0700 TK Soh log --debug: fix misplaced manifest field
Tue, 04 Oct 2005 12:24:59 -0700 Eric Hopper Fix an hg copy/move bug. Failed if file being copied or moved not in tip.
Mon, 03 Oct 2005 14:43:11 -0700 Eric Hopper Fix hg unbundle chunking performance bug
Mon, 03 Oct 2005 13:45:59 -0700 Matt Mackall hg log: add -k for keyword searching
Fri, 30 Sep 2005 11:06:19 -0700 Eric Hopper Fixed an exception that was caught and improperly forgotten.
Tue, 27 Sep 2005 14:58:48 -0700 Eric Hopper Made the abort message for IOError nicer when the filename is known.
Mon, 26 Sep 2005 14:01:18 -0700 Matt Mackall Fix pipe error regression
Fri, 23 Sep 2005 19:04:19 -0700 mpm Warn on failure to import an extension
Fri, 23 Sep 2005 17:50:03 -0700 mpm Fix up some bugs for log and grep with empty repo
Fri, 23 Sep 2005 10:31:00 -0700 Bryan O'Sullivan Write hgrc file in text mode, even on Windows.
Fri, 23 Sep 2005 00:05:16 -0700 Bryan O'Sullivan Move urllib error handling from revlog into statichttprepo, where it belongs.
Thu, 22 Sep 2005 23:19:47 -0700 Bryan O'Sullivan Clean up date and timezone handling.
Thu, 22 Sep 2005 22:46:50 -0700 Bryan O'Sullivan Fix up representation of dates in hgweb.
Thu, 22 Sep 2005 21:42:33 -0700 Bryan O'Sullivan Fix behaviour of commit.
Thu, 22 Sep 2005 21:29:02 -0700 Bryan O'Sullivan Unify display of dates.
Thu, 22 Sep 2005 21:15:57 -0700 Bryan O'Sullivan Print commit time/date from perspective of committer.
Thu, 22 Sep 2005 09:47:27 -0700 Lee Cantey Fix setting of hg default when using --pull on clone of local repository.
Thu, 22 Sep 2005 09:47:03 -0700 mpm Fix default clone destination
Thu, 22 Sep 2005 09:42:15 -0700 Anupam Kapoor Fix traceback during invalid rev identifier for debugdata
Thu, 22 Sep 2005 09:41:34 -0700 mpm Merge with TAH
Wed, 21 Sep 2005 08:07:38 +0200 Thomas Arendsen Hein Make debugwalk strip trailing spaces and remove these from test-walk.out
Thu, 22 Sep 2005 09:39:05 -0700 mpm Merge with BOS
Wed, 21 Sep 2005 14:22:16 -0700 Bryan O'Sullivan Make contract with extensions optional.
Thu, 22 Sep 2005 09:22:25 -0700 mpm Make incoming/outgoing show oldest first
Tue, 20 Sep 2005 21:35:51 -0700 Volker Kleinfeld Make 'hg import' platform independent.
Tue, 20 Sep 2005 11:20:48 -0700 Bryan O'Sullivan Add --pull option to clone.
Fri, 16 Sep 2005 14:50:06 -0700 Bryan O'Sullivan Fix diff command so it doesn't walk the dirstate unnecessarily.
Fri, 16 Sep 2005 10:42:20 -0700 mpm Add debugancestor command
Thu, 15 Sep 2005 00:04:29 -0700 Bryan O'Sullivan Clamp negative rev numbers at zero.