log mercurial/commands.py @ 14285:aa64a87b493d

age author description
Tue, 10 May 2011 13:19:05 +0200 Martin Geisler help: give hint about 'hg help -e' when appropriate
Wed, 20 Jan 2010 20:24:20 +0200 Henri Wiechers help: add -e/--extension switch to display extension help text
Mon, 09 May 2011 18:11:08 +0200 Martin Geisler debugbuilddag: read DAG from stdin if not given on cmdline
Mon, 09 May 2011 14:40:49 +0200 Martin Geisler debugbuilddag: output progress information
Sun, 08 May 2011 20:35:46 +0200 Adrian Buehlmann rename util.find_exe to findexe
Sun, 08 May 2011 17:48:31 +0200 Patrick Mezard patch: make patch()/internalpatch() always update the dirstate
Sun, 08 May 2011 17:48:30 +0200 Patrick Mezard patch: move updatedir() from cmdutil into patch
Sat, 07 May 2011 23:14:36 +0200 Sune Foldager debugindex: change output for generaldelta revlogs
Sat, 07 May 2011 22:40:14 +0200 Sune Foldager revlog: calculate base revisions iteratively
Sat, 07 May 2011 17:25:02 +0200 Patrick Mezard debugbuilddag: simplify tags serialization a bit
Fri, 06 May 2011 15:48:04 -0300 Wagner Bruna commands, i18n: add translation hint for split message
Fri, 06 May 2011 13:04:24 -0500 Matt Mackall merge with abuehl
Fri, 06 May 2011 15:41:04 +0200 Adrian Buehlmann rename util.set_signal_handler to setsignalhandler
Fri, 06 May 2011 11:50:58 -0500 Matt Mackall merge with crew
Fri, 06 May 2011 09:54:06 +0200 Adrian Buehlmann rename path_auditor to pathauditor
Fri, 06 May 2011 11:11:55 +0200 Martin Geisler annotate: use real Booleans instead of 0/1
Fri, 06 May 2011 14:45:13 +0200 Peter Arrenbrecht summary: run discovery only once for in/out against same repo
Fri, 06 May 2011 14:44:18 +0200 Peter Arrenbrecht discovery: resurrect findoutgoing as findcommonoutgoing for extension hooks
Thu, 05 May 2011 14:57:21 +0200 Martin Geisler commands: use util.Abort's hint some more
Thu, 05 May 2011 12:16:43 +0200 Martin Geisler commands: use double-quotes for strings with single-quotes
Wed, 04 May 2011 10:43:47 -0500 Kevin Bullock bookmarks: allow deactivating current bookmark with -i
Sat, 11 Dec 2010 18:08:55 +0100 Kevin Bullock bookmarks: allow to create/move bookmark without making it current (issue2788)
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Mon, 02 May 2011 19:21:30 +0200 Peter Arrenbrecht discovery: add new set-based discovery
Mon, 02 May 2011 19:21:30 +0200 Peter Arrenbrecht debugbuilddag: use memctx for speed
Mon, 02 May 2011 01:29:51 +0900 Yuya Nishihara bisect: fix indent level
Sat, 30 Apr 2011 19:01:24 +0200 Benoit Boissinot unbundler: separate delta and header parsing
Sat, 30 Apr 2011 10:00:41 +0200 Benoit Boissinot bundler: make parsechunk return the base revision of the delta
Sat, 30 Apr 2011 18:30:14 +0200 Alexander Solovyov revset aliases
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Sat, 30 Apr 2011 17:21:37 +0200 Peter Arrenbrecht discovery: drop findoutgoing and simplify findcommonincoming's api
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Sat, 30 Apr 2011 12:55:07 +0200 Alexander Solovyov drop {short,hex}(ctx.node()) calls in favor of ctx methods
Fri, 29 Apr 2011 14:54:01 +0200 Peter Arrenbrecht wireproto: add test for new optional arg missing on server
Tue, 26 Apr 2011 13:13:35 +0200 Martin Geisler merge with stable
Tue, 26 Apr 2011 12:55:26 +0200 Martin Geisler commit: improve --date help text stable
Thu, 21 Apr 2011 20:14:29 +0200 Adrian Buehlmann move rcpath from util to scmutil
Wed, 20 Apr 2011 22:43:31 +0200 Adrian Buehlmann move path_auditor from util to scmutil
Wed, 20 Apr 2011 19:54:57 +0200 Adrian Buehlmann move opener from util to scmutil
Wed, 20 Apr 2011 12:44:32 -0500 Matt Mackall merge with stable
Tue, 19 Apr 2011 13:33:43 -0500 Kevin Bullock identify: further clarification of help stable
Tue, 19 Apr 2011 14:56:46 +0300 Idan Kamara update: fix check for no rev when a date is given
Mon, 18 Apr 2011 20:52:08 -0500 Matt Mackall merge with stable
Tue, 19 Apr 2011 01:08:35 +0300 Idan Kamara identify: restructure code to make it more readable
Tue, 19 Apr 2011 00:41:47 +0300 Idan Kamara identify/help: say what the command does first, mention bookmarks stable
Sun, 17 Apr 2011 11:37:11 +0200 Adrian Buehlmann help: do not show full help text for command on option errors
Sat, 09 Apr 2011 23:13:17 +0530 Md. O. Shayan grep: don't print data from binary files for matches (issue2614)
Thu, 07 Apr 2011 17:57:38 +0300 Idan Kamara bookmarks: change error messages to match those given by 'hg tag' commands
Wed, 06 Apr 2011 16:21:12 +0200 Martin Geisler commit: note when files are missing
Mon, 04 Apr 2011 23:43:22 +0300 Idan Kamara tags: no need to check for valid nodes
Tue, 05 Apr 2011 19:48:44 +0200 Arne Babenhauserheide merge: added info that hg help merge-tools shows the options for --tool
Mon, 04 Apr 2011 16:21:59 -0500 Matt Mackall misc: replace .parents()[0] with p1()
Fri, 01 Apr 2011 22:44:58 +0200 Adrian Buehlmann revert: note that added files are left as is
Mon, 28 Mar 2011 20:56:56 -0400 Kevin Berridge pull: new output message when there are multiple branches
Fri, 11 Mar 2011 20:43:12 -0500 Kevin Berridge pull: don't suggest running hg merge when new heads are on different branches
Sat, 26 Mar 2011 10:59:33 +0100 Adrian Buehlmann debugstate: add new --datesort option
Thu, 24 Mar 2011 10:28:29 +0100 Patrick Mezard patch: deprecate ui.patch / external patcher feature
Wed, 23 Mar 2011 23:33:14 +0100 Patrick Mezard code indentation fixes
Wed, 23 Mar 2011 16:02:11 +0100 Peter Arrenbrecht wireproto: add getbundle() function
Tue, 22 Mar 2011 21:27:51 -0500 Matt Mackall debugbundle: fix up long line caught by check-code
Tue, 22 Mar 2011 09:22:29 +0100 Peter Arrenbrecht commands: add debugbundle command
Tue, 22 Mar 2011 09:22:21 +0100 Peter Arrenbrecht wireproto: add known([id]) function
Tue, 22 Mar 2011 07:38:32 +0100 Peter Arrenbrecht debug: add debugwireargs to test argument passing over the wire
Sat, 19 Mar 2011 01:34:49 -0500 Matt Mackall annotate: catch nonexistent files using match.bad callback (issue1590)
Thu, 17 Mar 2011 17:08:13 -0500 Matt Mackall merge with stable
Thu, 17 Mar 2011 22:55:02 +0100 Miloš Hadžić push/outgoing: print remote target path even if there's an error (issue2561) stable
Wed, 16 Mar 2011 23:09:14 +0100 Bernhard Leiner revset: report a parse error if a revset is not parsed completely (issue2654)
Mon, 14 Mar 2011 23:03:56 +0100 David Soria Parra bundle: update current bookmark to most recent revision on current branch
Mon, 14 Mar 2011 00:10:43 +0100 David Soria Parra bookmarks: separate bookmarks update code from localrepo's pull.
Sat, 12 Mar 2011 18:15:14 +0100 Nils Adermann identify: list bookmarks for remote repositories
Mon, 14 Mar 2011 13:11:26 -0500 Steve Borho diff: make diff -c aware of revision sets
Sun, 13 Mar 2011 15:59:50 +0100 Benoit Boissinot merge with stable
Sun, 13 Mar 2011 15:42:24 +0100 Benoit Boissinot bookmarks: fix update of the current bookmark during rename stable
Sun, 13 Mar 2011 13:38:44 +0100 Dirkjan Ochtman help: limit documentation width to at most 80 characters
Sat, 12 Mar 2011 17:08:42 +0100 Benoit Boissinot bisect: new command to extend the bisect range (issue2690)
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templatefilters: move doc from templates.txt to docstrings
Sat, 12 Mar 2011 12:46:31 +0100 Patrick Mezard templates: generate keyword help dynamically
Thu, 10 Mar 2011 16:49:37 +0100 Martin Geisler ui: yield unchanged values in walkconfig
Tue, 08 Mar 2011 08:41:39 -0500 Mark Drago commands.update() now works properly with a revision of 0
Fri, 18 Feb 2011 17:09:08 -0600 Kevin Bullock id: add bookmarks to id stable
Fri, 11 Feb 2011 21:17:27 -0600 Jonathan Nieder backout: clarify which changesets are new in help text stable
Fri, 25 Feb 2011 11:39:19 +0100 Martin Geisler commands: update year to 2011 in version string stable
Thu, 24 Feb 2011 15:35:22 +0100 Martin Geisler commands: mark strings for translation stable
Mon, 21 Feb 2011 23:27:45 +0100 David Soria Parra summary: add bookmarks to summary stable
Mon, 21 Feb 2011 22:22:12 +0100 David Soria Parra bookmarks: issue a warning if remote doesn't support comparing bookmarks stable
Sun, 20 Feb 2011 00:57:55 +0100 David Soria Parra bookmarks: mark new bookmark as current if it points to the current dirstate stable
Wed, 16 Feb 2011 01:29:26 +0100 David Soria Parra bookmarks: make track.current=True default behaviour and remove option (BC)
Wed, 16 Feb 2011 01:28:42 +0100 David Soria Parra update: preserve possible bookmark name to set current bookmark correctly
Mon, 14 Feb 2011 23:59:21 -0600 Kevin Bullock bookmarks: update help text since moving into core
Tue, 15 Feb 2011 23:23:16 +1300 jfh debugignore: catch the case when ignore.includepat doesn't exist
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Sat, 15 Jan 2011 16:02:03 +0100 jfh add debugignore which yields the combined ignore patten of the .hgignore files
Fri, 11 Feb 2011 20:35:32 +0100 David Soria Parra localrepo: sort hg bookmark output
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: move push/pull command features to core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge current tracking on update into core
Thu, 10 Feb 2011 13:46:28 -0600 Matt Mackall bookmarks: merge incoming/outgoing into core
Sat, 05 Feb 2011 13:59:34 +0000 Javi Merino doc: Add back quotes around filenames
Fri, 04 Feb 2011 09:17:07 +0100 Martin Geisler merge with stable
Thu, 03 Feb 2011 00:27:44 -0600 Jonathan Nieder backout: make help more explicit about what backout does stable
Tue, 01 Feb 2011 01:55:45 +0100 Mads Kiilerich merge with stable
Sat, 29 Jan 2011 23:23:24 +0900 Yuya Nishihara url: add --insecure option to bypass verification of ssl certificates stable
Tue, 18 Jan 2011 14:16:27 +0100 Adrian Buehlmann commit: use the term SCM instead of RCS
Sun, 02 Jan 2011 19:34:41 +0100 Adrian Buehlmann rename util.unlink to unlinkpath
Wed, 05 Jan 2011 15:56:03 +0100 Martin Geisler merge with stable
Wed, 05 Jan 2011 10:47:35 +0100 Martin Geisler commands: clarify which aliases "hg help -v" show (issue2572) stable
Sun, 26 Dec 2010 00:43:49 +0100 Mads Kiilerich extensions: warn about invalid extensions when listing disabled commands
Tue, 14 Dec 2010 17:10:01 -0600 Matt Mackall merge with stable
Mon, 06 Dec 2010 22:04:10 -0600 Kevin Bullock tag: abort if not at a branch head (issue2552) stable
Tue, 07 Dec 2010 08:02:54 +0100 Kevin Bullock tag: fix uncommitted merge check and error message (issue2542) stable
Wed, 01 Dec 2010 18:47:40 -0600 Matt Mackall merge with stable
Fri, 26 Nov 2010 18:45:35 +0100 Adrian Buehlmann serve: fix doc typo stable
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Sat, 20 Nov 2010 20:41:48 +0200 timeless revert: improve merge advice and favor its error over all
Thu, 11 Nov 2010 07:23:38 +0100 Martin Geisler merge with stable
Tue, 09 Nov 2010 20:25:56 +0000 Richard Hopkins gpg, commands: fixed util.abort to util.Abort typos stable
Thu, 11 Nov 2010 00:08:09 +0100 Martin Geisler check-code: using and/or/not as a function is bad style
Thu, 04 Nov 2010 16:21:28 -0500 Matt Mackall commands: add revset support to most commands
Thu, 04 Nov 2010 11:33:57 -0500 Steve Borho import: add another line feed to message join string
Thu, 21 Oct 2010 16:04:34 -0500 Steve Borho import: --no-commit should update .hg/last-message.txt
Sat, 30 Oct 2010 02:47:35 -0500 Matt Mackall debugindex: add --format flag to allow debugging parentdelta stable