log

age author description
Fri, 23 May 2008 13:59:23 +0200 Dirkjan Ochtman improve help text for clone -U
Thu, 22 May 2008 15:48:44 -0500 Matt Mackall Added signature for changeset d5cbbe2c49ce
Thu, 22 May 2008 15:48:42 -0500 Matt Mackall Added tag 1.0.1 for changeset d5cbbe2c49ce
Thu, 22 May 2008 13:29:47 +0200 Dirkjan Ochtman merge from crew-stable
Thu, 22 May 2008 13:28:34 +0200 Dirkjan Ochtman mq: lose the trailing whitespace 1.0.1
Thu, 22 May 2008 13:26:39 +0200 Dirkjan Ochtman improve help text for push (explanation of -r)
Mon, 19 May 2008 10:23:47 +0200 Dirkjan Ochtman merge from crew-stable
Mon, 19 May 2008 10:02:28 +0200 Dirkjan Ochtman merge from crew-stable
Sun, 18 May 2008 23:49:33 +0200 Patrick Mezard Merge with crew-stable
Sun, 18 May 2008 23:31:54 +0200 Patrick Mezard hgk: difftree must match all files when supplied list is empty
Sun, 18 May 2008 23:09:59 +0200 Patrick Mezard status: fix "added" attributes renamed in bf2bf986ff87
Wed, 14 May 2008 01:08:51 +0200 Adrian Buehlmann doc/hgrc.5.txt: add anchors for sections
Sat, 17 May 2008 09:12:49 +0200 Dirkjan Ochtman merge from crew-stable
Wed, 23 Apr 2008 19:40:15 +0200 Adrian Buehlmann gendoc: add anchors for commands
Mon, 19 May 2008 10:22:15 +0200 Dirkjan Ochtman mq: add correct documentation for qpop
Mon, 19 May 2008 10:19:59 +0200 Dirkjan Ochtman Backed out changeset ff5ef3c0fe10 (fixes wrong documentation)
Mon, 19 May 2008 03:52:26 -0400 Jeff Walden Slight improvement to qpop arguments help
Sun, 18 May 2008 20:54:10 +0200 Patrick Mezard test-mq: update qdiff summary output
Sun, 18 May 2008 17:01:24 +0200 Patrick Mezard mq: make qselect fail properly on an empty guard
Sat, 17 May 2008 09:11:14 +0200 Dirkjan Ochtman mq: expand help text for qdiff
Mon, 12 May 2008 11:37:56 -0500 Matt Mackall status: refactor status command
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: cleanup match classes a bit
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files argument from patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: use match.files() for patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: stop passing files through commitfunc
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall status: use match helpers for various users
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall churn: simplify hg status call
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: use helpers for cmdutil
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: add always, never, and exact methods