sapling/edenscm/hgext/snapshot
Aleksei Kulikov aaca5459b6 snapshot: add snapshot show command to view individual snapshots
Summary:
Need a cmd which is equivalent to `hg show <commit id>` for snapshots.
```
$ hg snapshot show <snapshot id>
<the regular patch message for commits>
  ? untrackedfile
  @@ -0,0 +1,1 @@  # diff-like content
  +fizz
  ! missingfile
  @@ -1,1 +0,0 @@  # diff-like content
  -foo
  ? .hg/merge/fc4ffdcb8ed23cecd44a0e11d23af83b445179b4
  @@ -0,0 +1,1 @@
  +b

  The snapshot is in an unfinished *merge* state.
```

Reviewed By: mitrandir77

Differential Revision: D17529050

fbshipit-source-id: 331c68f64a5ad71d6d77363a9dd1aed6e569efa5
2019-09-26 14:20:22 -07:00
..
__init__.py snapshot: add snapshot show command to view individual snapshots 2019-09-26 14:20:22 -07:00
blobstore.py snapshot: remove lfs dependency completely 2019-09-06 08:18:35 -07:00
bundleparts.py snapshot: encode snapshot bundlepart with CBOR 2019-09-21 14:17:06 -07:00
cmds.py snapshot: add snapshot show command to view individual snapshots 2019-09-26 14:20:22 -07:00
metadata.py snapshot: add snapshot show command to view individual snapshots 2019-09-26 14:20:22 -07:00
snapshotlist.py snapshot: store a list of snapshots instead of set 2019-09-26 04:50:18 -07:00