log mercurial/commands.py @ 6042:2da5b19a6460

age author description
Wed, 06 Feb 2008 19:57:52 -0800 Bryan O'Sullivan Merge with crew
Thu, 26 Jul 2007 07:56:04 -0400 jorendorff commands.py, patch.py: add -U option to hg diff command
Fri, 08 Feb 2008 18:07:55 -0200 Alexis S. L. Carvalho revert: don't assume ignored files will be returned in the unknown list
Fri, 08 Feb 2008 18:07:55 -0200 Alexis S. L. Carvalho revert: revert clean files when only a change of flags is needed
Sun, 03 Feb 2008 19:29:05 -0600 Matt Mackall merge: allow smarter tool configuration
Sun, 03 Feb 2008 21:47:07 -0200 Alexis S. L. Carvalho merge with crew-stable
Sat, 02 Feb 2008 14:55:14 +0100 Thomas Arendsen Hein Mention 'hg update' to switch branches in help for branch and branches.
Sat, 02 Feb 2008 14:49:31 +0100 Thomas Arendsen Hein Clarify help for hg status and make it consistent.
Fri, 01 Feb 2008 10:31:15 +0100 Dirkjan Ochtman update copyright notice in version output
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho hg import: write the dirstate after every commit
Tue, 22 Jan 2008 22:13:29 +0100 Michele Cella hgweb: fixes to make hg serve prefix handling more robust
Fri, 25 Jan 2008 19:49:15 -0500 Jesse Glick Permitting the import command to accept a --user option.
Fri, 25 Jan 2008 13:48:35 +0100 Joel Rosdahl Add --no-commit option to import command
Fri, 11 Jan 2008 23:30:56 +0200 Giorgos Keramidas Display debugstate dates as '%Y-%m-%d %H:%M:%S'
Fri, 11 Jan 2008 18:33:10 -0800 Brendan Cully Merge with crew-stable
Fri, 11 Jan 2008 18:31:13 -0800 Brendan Cully Document --base null in bundle help
Wed, 09 Jan 2008 11:15:00 +0100 Michele Cella adding "prefix" option to "hg serve" (command line and [web] section)
Sat, 29 Dec 2007 17:11:48 +0300 Maxim Dounin Fix copies reporting in log and convert.
Wed, 02 Jan 2008 20:22:10 +0100 Thomas Arendsen Hein Move aliases section in help below synopsis (issue362)
Tue, 01 Jan 2008 19:20:03 +0100 Thomas Arendsen Hein Sort commands table again and add some missing 'hg' in synopsises.
Tue, 01 Jan 2008 11:19:15 +0100 Thomas Arendsen Hein realign commands table
Mon, 31 Dec 2007 18:20:34 -0600 Matt Mackall bisect: handle search for bad to good transitions
Mon, 31 Dec 2007 18:20:34 -0600 Matt Mackall bisect: make bisect a built-in command
Mon, 31 Dec 2007 17:47:02 -0600 Matt Mackall Backed out changeset c2a21fe60994
Sun, 30 Dec 2007 17:45:26 +0100 Thomas Arendsen Hein "C" status code considered harmful, so changed to "=" (issue899)
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files
Thu, 27 Dec 2007 23:55:40 -0600 Matt Mackall add debugfsinfo to check fs capabilities
Thu, 27 Dec 2007 23:55:39 -0600 Matt Mackall cmdutil: make bail_if_changed bail on uncommitted merge
Mon, 24 Dec 2007 12:14:43 +0100 Patrick Mezard commands: add exits(1) if a specified file cannot be added (issue 891)
Wed, 05 Dec 2007 20:40:01 +0900 Osku Salerma Use VISUAL in addition to EDITOR when choosing the editor to use.