log mercurial/commands.py @ 17192:1ac628cd7113

age author description
Fri, 13 Jul 2012 21:47:06 +0200 Peter Arrenbrecht peer: introduce real peer classes
Fri, 13 Jul 2012 21:46:53 +0200 Sune Foldager peer: introduce peer methods to prepare for peer classes
Fri, 06 Jul 2012 14:12:42 -0500 Augie Fackler bookmarks: document behavior of -B/--bookmark in help
Wed, 11 Jul 2012 11:52:42 +0200 Patrick Mezard debugrevlog: handle numrevs == numfull case (issue3537)
Wed, 11 Jul 2012 18:22:07 +0200 Patrick Mezard incoming/outgoing: handle --graph in core
Sat, 14 Jul 2012 19:09:22 +0200 Patrick Mezard log: support --graph without graphlog extension
Thu, 05 Jul 2012 19:53:04 +0200 Pierre-Yves David push: accept revset argument for --rev
Thu, 12 Jul 2012 13:33:53 +0200 Martin Geisler merge with crew-stable
Mon, 09 Jul 2012 17:51:46 +0200 Adrian Buehlmann revert: use term "uncommitted merge" in help text stable
Thu, 12 Jul 2012 10:41:56 +0200 Martin Geisler merge with crew-stable
Tue, 10 Jul 2012 21:26:18 +0200 Adrian Buehlmann update: mention how update can be used to cancel an uncommitted merge stable
Tue, 10 Jul 2012 11:15:22 +0200 Adrian Buehlmann update: move help text about parent revision higher up stable
Wed, 11 Jul 2012 09:12:31 +0200 Adrian Buehlmann rollback: move examples and --force note in help into verbose section stable
Wed, 11 Jul 2012 09:08:26 +0200 Adrian Buehlmann rollback: split off command example paragraph in help stable
Wed, 04 Jul 2012 02:21:04 +0200 Pierre-Yves David obsolete: write obsolete marker inside a transaction
Wed, 11 Jul 2012 18:35:14 -0500 Matt Mackall debugobsolete: remove spurious ctx from variable name
Thu, 07 Jun 2012 19:20:44 +0200 Pierre-Yves David debugobsolete: list all obsolete marker if no argument are specified
Thu, 07 Jun 2012 19:15:23 +0200 Pierre-Yves David command: creation of obsolete marker
Fri, 29 Jun 2012 00:40:52 -0500 Matt Mackall merge with stable
Sat, 16 Jun 2012 17:05:55 +0900 Yuya Nishihara graft: don't drop the second parent on unsuccessful merge (issue3498) stable
Wed, 20 Jun 2012 17:02:43 +0200 Thomas Arendsen Hein graft: allow -r to specify revisions
Wed, 20 Jun 2012 16:49:04 +0200 Thomas Arendsen Hein consistency: use REV instead of REVISION
Wed, 20 Jun 2012 16:46:10 +0200 Thomas Arendsen Hein export: add optional -r to synopsis
Mon, 11 Jun 2012 11:15:14 +0200 Adrian Buehlmann debugwalk: observe ui.slash config option
Wed, 13 Jun 2012 02:44:46 +0200 Mads Kiilerich help: sort results from keyword search
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler bisect: lowercase status message
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler serve: lowercase "no repo here" message
Tue, 12 Jun 2012 14:18:18 +0200 Martin Geisler debuginstall: lowercase status messages
Wed, 06 Jun 2012 21:17:33 -0500 Matt Mackall merge with stable
Tue, 05 Jun 2012 13:33:52 -0500 Kevin Bullock update: fix help regarding update to ancestor stable
Mon, 04 Jun 2012 17:57:57 -0500 Matt Mackall merge with stable
Tue, 05 Jun 2012 00:32:18 +0200 Olav Reinert help: fix keyword search result formatting
Mon, 04 Jun 2012 17:22:09 -0500 Matt Mackall help: drop -a from heads syntax summary (issue3483) stable
Fri, 01 Jun 2012 12:37:18 -0700 Bryan O'Sullivan revlog: ancestors(*revs) becomes ancestors(revs) (API)
Mon, 04 Jun 2012 16:59:57 -0500 Matt Mackall merge with stable
Sat, 02 Jun 2012 11:28:43 +0200 Olav Reinert help: format all output using RST
Sat, 02 Jun 2012 11:25:40 +0200 Olav Reinert help: format command and option list help using RST
Sat, 02 Jun 2012 11:22:33 +0200 Olav Reinert help: format extension lists using RST
Mon, 04 Jun 2012 15:43:16 +0300 Idan Kamara graft: restore config option on correct ui stable
Fri, 01 Jun 2012 12:35:30 +0200 Olav Reinert help: format command help using RST
Fri, 01 Jun 2012 12:15:45 +0200 Olav Reinert help: format topic help using RST
Fri, 01 Jun 2012 12:01:33 +0200 Olav Reinert help: inline helper function used once only
Fri, 01 Jun 2012 11:58:23 +0200 Olav Reinert minirst: generate tables as a list of joined lines
Tue, 22 May 2012 22:08:41 +0200 Olav Reinert help: inline helper function used once only
Tue, 22 May 2012 22:08:41 +0200 Olav Reinert help: remove redundant parameter
Tue, 22 May 2012 22:08:41 +0200 Olav Reinert help: move some helper functions to help.py
Tue, 22 May 2012 22:08:41 +0200 Olav Reinert help: remove dependency on ui from some helper functions
Thu, 17 May 2012 15:52:14 -0500 Matt Mackall merge with stable
Sat, 12 May 2012 19:38:20 +0200 Sune Foldager bundle: make bundles more portable (isue3441) stable
Sun, 13 May 2012 14:04:07 +0200 Brodie Rao branches: improve performance by removing redundant operations
Sun, 13 May 2012 14:04:06 +0200 Brodie Rao context: add changectx.closesbranch() method
Sun, 13 May 2012 14:04:04 +0200 Brodie Rao localrepo: add branchtip() method for faster single-branch lookups
Sat, 12 May 2012 16:53:36 +0200 Patrick Mezard phase: remove useless test, olddata is never None
Sun, 13 May 2012 15:26:06 +0200 Matt Mackall help: tweak keyword format output
Sun, 13 May 2012 06:03:11 -0500 Augie Fackler help: add --keyword (-k) for searching help
Sun, 13 May 2012 11:55:42 +0200 David Soria Parra merge: respect bookmarks during merge
Sun, 13 May 2012 13:18:06 +0200 Brodie Rao check-code: ignore naked excepts with a "re-raise" comment
Sat, 12 May 2012 20:06:04 +0200 Mads Kiilerich unbundle: move bookmark update outside the lock
Sat, 12 May 2012 16:02:46 +0200 Brodie Rao cleanup: replace naked excepts with except Exception: ...
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines