mercurial/commands.py
Thu, 19 Oct 2017 14:12:49 +0200 Denis Laxalde log: disable bare file patterns with --line-range
Thu, 19 Oct 2017 12:37:26 +0200 Denis Laxalde log: switch to FROMLINE:TOLINE syntax for -L/--line-range
Mon, 16 Oct 2017 17:14:32 +0200 Boris Feld config: invert evolution-related configuration aliases
Tue, 17 Oct 2017 21:15:31 +0200 Denis Laxalde log: add -L/--line-range option to follow file history by line range
Fri, 06 Oct 2017 20:54:23 +0530 Pulkit Goyal tersestatus: re-implement the functionality to terse the status
Tue, 10 Oct 2017 10:27:35 -0500 Kevin Bullock status: copy-edit and improve --terse and --verbose help
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas commands: tidy up merge state decoding in resolve
Mon, 02 Oct 2017 14:05:30 -0700 Mark Thomas commands: update the resolve command to handle path conflicts
Mon, 02 Oct 2017 18:18:57 +0100 Siddharth Agarwal annotate: mark lines affected by skip-annotate with *
Mon, 02 Oct 2017 02:34:47 -0700 Siddharth Agarwal annotate: introduce attr for storing per-line annotate data
Sun, 01 Oct 2017 11:29:20 +0100 Gregory Szorc commands: rename clone --uncompressed to --stream and document
Sun, 01 Oct 2017 10:17:11 +0100 Gregory Szorc commands: remove suggestion to clone via `cp -al`
Sat, 30 Sep 2017 18:02:53 +0530 Pulkit Goyal py3: use '%d' instead of '%s' for integers
Fri, 01 Sep 2017 12:34:36 -0700 Saurabh Singh cmdutil: remove redundant commitfunc parameter in amend (API)
Tue, 05 Sep 2017 15:06:45 -0700 Martin von Zweigbergk cleanup: rename "matchfn" to "match" where obviously a matcher
Thu, 31 Aug 2017 18:24:08 +0300 the31k branches: correctly show inactive multiheaded branches
Thu, 24 Aug 2017 20:25:16 -0700 Jun Wu pull: do not prompt "hg update" if update.requiredest is set
Thu, 24 Aug 2017 09:23:06 +0200 David Demelier bookmarks: allow deleting active bookmark using '.'
Mon, 21 Aug 2017 08:52:46 +0200 David Demelier bookmarks: allow renaming active bookmark using '.'
Wed, 16 Aug 2017 15:48:48 -0700 Jun Wu pushvars: do not mangle repo state
Mon, 21 Aug 2017 21:35:06 -0700 Sean Farley merge with stable
Tue, 15 Aug 2017 17:22:57 -0700 Jun Wu push: fix docsstring
Thu, 03 Aug 2017 14:08:39 +0200 Boris Feld revset: rename bumped into phasedivergent
Thu, 03 Aug 2017 14:01:51 +0200 Boris Feld revset: remane divergent into contentdivergent
Thu, 03 Aug 2017 13:48:39 +0200 Boris Feld revset: rename unstable into orphan
Thu, 03 Aug 2017 11:38:22 +0200 Boris Feld config: rename evolution config into stabilization
Thu, 03 Aug 2017 05:12:35 +0530 Pulkit Goyal morestatus: move fb extension to core by plugging to `hg status --verbose`
Wed, 16 Aug 2017 10:24:49 -0500 Nathan Goldbaum log: mention ui.logtemplate in the help text stable
Wed, 02 Aug 2017 19:13:56 +0200 Boris Feld context: rename troubled into isunstable
Wed, 02 Aug 2017 18:34:39 +0200 Boris Feld context: rename troubles into instabilities
Mon, 31 Jul 2017 09:59:42 +0530 Pulkit Goyal pushvars: move fb extension pushvars to core
Tue, 01 Aug 2017 18:07:34 +0200 Boris Feld evolution: rename bumped to phase-divergent
Tue, 01 Aug 2017 17:58:20 +0200 Boris Feld evolution: rename divergent to content-divergent
Thu, 03 Aug 2017 00:45:02 +0900 Yuya Nishihara py3: use bytes IO to write sample hgrc
Tue, 01 Aug 2017 17:53:48 +0200 Boris Feld evolution: rename unstable to orphan
Sat, 17 Jun 2017 20:10:22 +0530 Pulkit Goyal status: add a flag to terse the output (issue4119)
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Fri, 07 Jul 2017 23:13:04 +0900 Yuya Nishihara summary: fix type of empty unresolved list
Sun, 09 Jul 2017 00:19:03 -0400 Matt Harbison identify: simplify the dirty check
Mon, 23 Nov 2015 09:37:12 -0800 Martin von Zweigbergk summary: don't reimplment mergestate.unresolved()
Mon, 26 Jun 2017 17:23:10 +0530 Pulkit Goyal py3: use pycompat.bytestr instead of str
Sat, 24 Jun 2017 19:55:01 +0530 Pulkit Goyal py3: fix kwargs handling for `hg bookmarks`
Mon, 26 Jun 2017 09:37:16 +0900 Yuya Nishihara identify: provide changectx to templater
Mon, 26 Jun 2017 09:18:55 +0900 Yuya Nishihara identify: change p1/p2 to a list of parents
Sun, 25 Jun 2017 17:46:35 -0400 Matt Harbison identify: rename 'changed' keyword -> 'dirty'
Sat, 24 Jun 2017 23:09:21 -0400 Matt Harbison identify: add template support
Thu, 22 Jun 2017 15:00:19 -0700 Martin von Zweigbergk bundle: make applybundle() delegate v1 bundles to applybundle1()
Thu, 22 Jun 2017 21:27:57 -0700 Martin von Zweigbergk bundle: transpose transaction scope with bundle type switch
Thu, 22 Jun 2017 15:03:13 -0700 Martin von Zweigbergk unbundle: move BundleUnknownFeatureError exception handling out
Wed, 21 Jun 2017 21:08:48 -0700 Martin von Zweigbergk bundle: make applybundle1() return a bundleoperation
Fri, 16 Jun 2017 10:25:11 -0700 Martin von Zweigbergk bundle: add a applybundle1() method
Thu, 22 Jun 2017 14:04:13 -0700 Martin von Zweigbergk bundle: make combinechangegroupresults() take a bundleoperation
Thu, 22 Jun 2017 13:58:20 -0700 Martin von Zweigbergk bundle: move combineresults() from changegroup to bundle2
Thu, 22 Jun 2017 10:10:02 -0700 Martin von Zweigbergk bundle: add config option to include phases
Fri, 16 Jun 2017 16:56:16 -0700 Martin von Zweigbergk bundle2: record changegroup data in 'op.records' (API)
Thu, 22 Jun 2017 01:29:07 +0530 Pulkit Goyal py3: use "%d" % val for int rather than pycompat.bytestr
Tue, 20 Jun 2017 16:36:25 -0700 Sean Farley bookmarks: factor out bookmark printing from commands
Tue, 20 Jun 2017 15:56:29 -0700 Sean Farley commands: move activebookmarklabel to bookmarks module
Tue, 20 Jun 2017 15:36:43 -0700 Sean Farley commands: replace locking code with a context manager
Tue, 20 Jun 2017 15:18:40 -0700 Sean Farley bookmarks: factor out adding a list of bookmarks logic from commands
less more (0) -3000 -1000 -300 -100 -60 tip