mercurial/commands.py
Mon, 01 Dec 2014 15:04:34 -0600 Matt Mackall help: fix typo in files help stable
Thu, 27 Nov 2014 12:25:01 -0600 Matt Mackall merge with stable
Wed, 26 Nov 2014 17:22:09 +0300 anatoly techtonik merge: be precise about what merged into what in short desc stable
Tue, 18 Nov 2014 16:14:32 -0800 Martin von Zweigbergk update: remove unnecessary check for unknown files with --check
Sat, 15 Nov 2014 21:36:19 -0500 Matt Harbison remove: recurse into subrepositories with --subrepos/-S flag
Thu, 13 Nov 2014 23:12:15 -0800 Martin von Zweigbergk merge: drop underscore prefix from _checkunknown()
Thu, 13 Nov 2014 00:13:48 -0800 Siddharth Agarwal diff: add a --noprefix option
Sun, 09 Nov 2014 12:31:34 -0500 Matt Harbison remove: move most of the implementation into cmdutils.remove()
Sat, 08 Nov 2014 13:06:22 +0900 Yuya Nishihara util.system: use ui.system() in place of optional ui.fout parameter
Thu, 06 Nov 2014 14:08:25 -0800 Mateusz Kwapich debugrevlog: fix computing chain length in debugrevlog -d
Sun, 02 Nov 2014 13:20:07 +0900 Yuya Nishihara serve: correct meta variable of --daemon-pipefds option stable
Sat, 01 Nov 2014 13:13:04 -0500 Matt Mackall debuglocks: add missing usage summary stable
Sat, 01 Nov 2014 19:02:31 +0100 Mads Kiilerich help: don't crash on help for 'sections' with multiple '.' stable
Sat, 01 Nov 2014 02:43:08 +0900 FUJIWARA Katsunori help: use ":hg:`command`" instead of incorrect ":hg:'command'" notation stable
Sat, 01 Nov 2014 02:41:18 +0900 FUJIWARA Katsunori files: refer "hg help filesets" instead of "hg help revsets" in help text stable
Fri, 24 Oct 2014 13:50:00 -0400 Jordi GutiƩrrez Hermoso doc: change 'revision or range' to 'revision or revset' stable
Thu, 23 Oct 2014 12:27:57 -0200 Wagner Bruna files: fix example list syntax stable
Wed, 08 Oct 2014 22:30:04 -0700 Martin von Zweigbergk resolve: run happily after conflict-free merge
Sat, 27 Sep 2014 15:04:46 +0900 Yuya Nishihara cmdserver: switch service objects by mode
Sat, 27 Sep 2014 14:52:09 +0900 Yuya Nishihara cmdserver: wrap 'pipe' mode server by service object
Tue, 14 Oct 2014 13:25:13 -0700 Durham Goode obsolete: add allowunstable option
Fri, 03 Oct 2014 09:29:48 -0700 Martin von Zweigbergk summary: make status code more readable
Mon, 13 Oct 2014 17:12:31 -0500 Matt Mackall graft: use merge.graft
Mon, 13 Oct 2014 14:33:13 -0500 Matt Mackall duplicatecopies: move from cmdutil to copies
Mon, 13 Oct 2014 13:21:03 -0500 Matt Mackall graft: move rebase cleanup code next to actual rebase
Sun, 12 Oct 2014 23:30:04 -0700 Durham Goode phases: change phase command change detection
Mon, 06 Oct 2014 16:35:02 -0400 Jordi GutiƩrrez Hermoso config: use the same hgrc for a cloned repo as for an uninitted repo
Tue, 07 Oct 2014 00:38:14 -0700 Pierre-Yves David strip: stop calling `remove` on smartset
Fri, 03 Oct 2014 00:43:22 +0900 Yuya Nishihara bookmarks: port to generic templater
Fri, 03 Oct 2014 00:36:36 +0900 Yuya Nishihara bookmarks: split ui.write() so that it can be easily ported to formatter api
Fri, 03 Oct 2014 00:15:39 +0900 Yuya Nishihara bookmarks: iterate bookmarks list even if it is known to be empty
Thu, 02 Oct 2014 23:26:02 +0900 Yuya Nishihara branches: include active, closed and current flags in template output
Thu, 02 Oct 2014 23:13:56 +0900 Yuya Nishihara branches: merge white space to format string
Thu, 02 Oct 2014 22:59:56 +0900 Yuya Nishihara branches: port to generic templater
Thu, 02 Oct 2014 22:15:39 +0900 Yuya Nishihara branches: format rev as integer that is necessary for generic templater
Fri, 03 Oct 2014 22:20:02 +0900 Yuya Nishihara formatter: add general way to switch hex/short functions
Fri, 03 Oct 2014 11:11:12 -0500 Pierre-Yves David commands: directly use exchange.pull
Wed, 01 Oct 2014 12:50:18 -0700 Martin von Zweigbergk summary: remove unused code for listing ignored files
Fri, 26 Sep 2014 17:44:00 -0700 Pierre-Yves David pull: move bookmark movements inside the `exchange.pull`
Fri, 26 Sep 2014 10:59:29 -0700 Pierre-Yves David pull: use `other.url()` as the source of a bookmark pull
Thu, 02 Oct 2014 21:58:10 +0900 Yuya Nishihara branches: reduce nesting in for loop
Sun, 28 Sep 2014 16:57:37 +0200 Mads Kiilerich templater: introduce templatepaths for getting paths searched for templates
Thu, 25 Sep 2014 17:53:27 -0700 Pierre-Yves David pull: gather all bookmark-pulling code together
Thu, 25 Sep 2014 02:53:29 -0700 Pierre-Yves David push: perform bookmark export in the push function
Thu, 25 Sep 2014 01:49:20 -0700 Pierre-Yves David push: pass list of bookmark to `exchange.push`
Thu, 25 Sep 2014 02:53:49 -0700 Pierre-Yves David push: sanitize handling of bookmark push return value
Thu, 25 Sep 2014 01:39:39 -0700 Pierre-Yves David push: use `exchange.push` in `commands.push`
Tue, 30 Sep 2014 16:01:19 -0700 Siddharth Agarwal files: cache repo.dirstate
Tue, 30 Sep 2014 15:21:35 -0700 Siddharth Agarwal files: only check for removed, not unknown or missing
Tue, 30 Sep 2014 14:39:58 -0700 Siddharth Agarwal files: use ctx.matches instead of ctx.walk
Tue, 30 Sep 2014 15:45:48 -0700 Siddharth Agarwal files: actually filter out removed files
Tue, 30 Sep 2014 16:40:10 -0500 Matt Mackall help: basic support for showing only specified topic sections
Tue, 30 Sep 2014 15:51:22 -0500 Matt Mackall help: support OS-specific help sections
Mon, 29 Sep 2014 17:23:38 -0500 Matt Mackall merge with stable
Mon, 29 Sep 2014 16:42:12 -0500 Matt Mackall help: fix typo in log examples stable
Fri, 26 Sep 2014 16:44:11 -0500 Matt Mackall commands: add debuglocks to report/clear lock state
Sun, 21 Sep 2014 12:50:48 +0900 Yuya Nishihara tags: use full hash for formatter output as in log or annotate commands
Sun, 21 Sep 2014 12:46:23 +0900 Yuya Nishihara tags: change field name of formatter output to be the same as log command
Sun, 21 Sep 2014 12:38:47 +0900 Yuya Nishihara files: correct topic of formatter
Mon, 22 Sep 2014 16:14:08 -0500 Matt Mackall merge with stable
less more (0) -1000 -300 -100 -60 tip